Shades of Dark Gray #ACA8A8
Tints of Dark Gray #ACA8A8
RGB
CMYK
RGB Variations
Color information
#ACA8A8 (or 0xACA8A8) is known color: Dark Gray. HEX triplet: AC, A8 and A8. RGB value is (172,168,168). Sum of RGB (Red+Green+Blue) = 172+168+168=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA8A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA8A8 is #535757. Grayscale: #A9A9A9. Windows color (decimal): -5461848 or 11053228. OLE color: 11053228.
HSL color Cylindrical-coordinate representation of color #ACA8A8: hue angle of 0º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ACA8A8 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 168 | 168 | - |
CMYK | 0 | 0.02 | 0.02 | 0.33 |
HSL | 0º | 0.02% | 0.67% | - |
HSV(B) | 0º | 0.02% | 0.67% | - |
XYZ | 38.08 | 39.6 | 42.68 | - |
YUV | 169.2 | 127.33 | 130 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 168 | 168 | 0 | 0.02 | 0.02 | 0.33 | 0 | 0.02 | 0.67 |
Hex | AC | A8 | A8 | 0 | 2 | 2 | 21 | 0 | 2 | 43 |
Octal | 254 | 250 | 250 | 0 | 2 | 2 | 41 | 0 | 2 | 103 |
Binary | 10101100 | 10101000 | 10101000 | 0 | 10 | 10 | 100001 | 0 | 10 | 1000011 |
Color Harmonies of #ACA8A8
Complementary color
Monochromatic Colors of #ACA8A8
Black with #ACA8A8
Text Example
Text Example
White with #ACA8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA8A8; }
p { color: rgb(172,168,168); }
H1.HeaderClassName
{
color: #ACA8A8;
}
.AnyTagClassName
{
color: #ACA8A8;
}
</style>
background-color css
<style>
a { background-color: #ACA8A8; }
a { background-color: rgb(172,168,168); }
div.DivClassName
{
background-color: #ACA8A8;
}
.BgClassName
{
background-color: #ACA8A8;
}
</style>
border-color css
<style>
span { border-color: #ACA8A8; }
span { border-color: rgb(172,168,168); }
td.TdClassName
{
border-color: #ACA8A8;
}
.TagClassName
{
border-color: #ACA8A8;
}
</style>