Shades of Dark Gray #AFAAAA
Tints of Dark Gray #AFAAAA
RGB
CMYK
RGB Variations
Color information
#AFAAAA (or 0xAFAAAA) is known color: Dark Gray. HEX triplet: AF, AA and AA. RGB value is (175,170,170). Sum of RGB (Red+Green+Blue) = 175+170+170=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAAAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAAAA is #505555. Grayscale: #ABABAB. Windows color (decimal): -5264726 or 11184815. OLE color: 11184815.
HSL color Cylindrical-coordinate representation of color #AFAAAA: hue angle of 0º degrees, saturation: 0.03, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AFAAAA is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 170 | 170 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.31 |
| HSL | 0º | 0.03% | 0.68% | - |
| HSV(B) | 0º | 0.03% | 0.69% | - |
| XYZ | 39.31 | 40.77 | 43.83 | - |
| YUV | 171.5 | 127.16 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 170 | 170 | 0 | 0.03 | 0.03 | 0.31 | 0 | 0.03 | 0.68 |
| Hex | AF | AA | AA | 0 | 3 | 3 | 1F | 0 | 3 | 44 |
| Octal | 257 | 252 | 252 | 0 | 3 | 3 | 37 | 0 | 3 | 104 |
| Binary | 10101111 | 10101010 | 10101010 | 0 | 11 | 11 | 11111 | 0 | 11 | 1000100 |
Color Harmonies of #AFAAAA
Complementary color
Monochromatic Colors of #AFAAAA
Black with #AFAAAA
Text Example
Text Example
White with #AFAAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAAAA; }
p { color: rgb(175,170,170); }
H1.HeaderClassName
{
color: #AFAAAA;
}
.AnyTagClassName
{
color: #AFAAAA;
}
</style>
background-color css
<style>
a { background-color: #AFAAAA; }
a { background-color: rgb(175,170,170); }
div.DivClassName
{
background-color: #AFAAAA;
}
.BgClassName
{
background-color: #AFAAAA;
}
</style>
border-color css
<style>
span { border-color: #AFAAAA; }
span { border-color: rgb(175,170,170); }
td.TdClassName
{
border-color: #AFAAAA;
}
.TagClassName
{
border-color: #AFAAAA;
}
</style>