Dhūsar Grey/ mostly black
Enter any color value (e.g., #8a466a, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#aaaaaa color RGB value is (170,170,170)
#aaaaaa color CMYK value
#aaaaaa color HSL value
HSV(or HSB) | 0° | 0 | 66.7 |
XYZ | 38.208 | 40.198 | 43.775 |
Yxy | 0.313 | 0.329 | 40.198 |
LAB | 69.61 | 0.004 | -0.008 |
LUV | 69.61 | 0.001 | -0.012 |
Hunter-LAB | 63.402 | -3.383 | 3.445 |
CIE-LCH | 69.61 | 0.009 | 296.813 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | AA | AA | AA |
Decimal | 170 | 170 | 170 |
Octal | 252 | 252 | 252 |
Binary | 10101010 | 10101010 | 10101010 |
This text has a font color of #aaaaaa.
<span style="color:#aaaaaa">Text here</span>
This paragraph has a background color of #aaaaaa.
<p style="background-color:#aaaaaa;">Content here</p>
This element has a border color of #aaaaaa.
<div style="border:1px #aaaaaa;">Content here</div>
.text {color:#aaaaaa;}
.background {background-color:#aaaaaa;}
.border {border:1px solid #aaaaaa;}
.text-shadow {border:1px solid #aaaaaa;}
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, #000000 is the darkest color, while #f4f4f4 is the lightest one.