mostly black
Enter any color value (e.g., #3102e7, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#a0a0a0 color RGB value is (160,160,160)
#a0a0a0 color CMYK value
#a0a0a0 color HSL value
HSV(or HSB) | 0° | 0 | 62.7 |
XYZ | 33.413 | 35.153 | 38.282 |
Yxy | 0.313 | 0.329 | 35.153 |
LAB | 65.868 | 0.004 | -0.007 |
LUV | 65.868 | 0.001 | -0.011 |
Hunter-LAB | 59.29 | -3.164 | 3.221 |
CIE-LCH | 65.868 | 0.008 | 296.813 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | A0 | A0 | A0 |
Decimal | 160 | 160 | 160 |
Octal | 240 | 240 | 240 |
Binary | 10100000 | 10100000 | 10100000 |
This text has a font color of #a0a0a0.
<span style="color:#a0a0a0">Text here</span>
This paragraph has a background color of #a0a0a0.
<p style="background-color:#a0a0a0;">Content here</p>
This element has a border color of #a0a0a0.
<div style="border:1px #a0a0a0;">Content here</div>
.text {color:#a0a0a0;}
.background {background-color:#a0a0a0;}
.border {border:1px solid #a0a0a0;}
.text-shadow {border:1px solid #a0a0a0;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #010101 is the darkest color, while #f5f5f5 is the lightest one.