Shades of Dark Gray #ACACAC
Tints of Dark Gray #ACACAC
RGB
CMYK
RGB Variations
Color information
#ACACAC (or 0xACACAC) is known color: Dark Gray. HEX triplet: AC, AC and AC. RGB value is (172,172,172). Sum of RGB (Red+Green+Blue) = 172+172+172=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 172 - color contains mainly: red, green, blue. Hex color #ACACAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACACAC is #535353. Grayscale: #ACACAC. Windows color (decimal): -5460820 or 11316396. OLE color: 11316396.
HSL color Cylindrical-coordinate representation of color #ACACAC: hue angle of 0º degrees, saturation: 0, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0%. Process color model (Four color, CMYK) of #ACACAC is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 172 | 172 | - |
CMYK | 0 | 0 | 0 | 0.33 |
HSL | 0º | 0% | 0.67% | - |
HSV(B) | 0º | 0% | 0.67% | - |
XYZ | 39.21 | 41.25 | 44.93 | - |
YUV | 172 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 172 | 172 | 0 | 0 | 0 | 0.33 | 0 | 0 | 0.67 |
Hex | AC | AC | AC | 0 | 0 | 0 | 21 | 0 | 0 | 43 |
Octal | 254 | 254 | 254 | 0 | 0 | 0 | 41 | 0 | 0 | 103 |
Binary | 10101100 | 10101100 | 10101100 | 0 | 0 | 0 | 100001 | 0 | 0 | 1000011 |
Color Harmonies of #ACACAC
Complementary color
Monochromatic Colors of #ACACAC
Black with #ACACAC
Text Example
Text Example
White with #ACACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACACAC; }
p { color: rgb(172,172,172); }
H1.HeaderClassName
{
color: #ACACAC;
}
.AnyTagClassName
{
color: #ACACAC;
}
</style>
background-color css
<style>
a { background-color: #ACACAC; }
a { background-color: rgb(172,172,172); }
div.DivClassName
{
background-color: #ACACAC;
}
.BgClassName
{
background-color: #ACACAC;
}
</style>
border-color css
<style>
span { border-color: #ACACAC; }
span { border-color: rgb(172,172,172); }
td.TdClassName
{
border-color: #ACACAC;
}
.TagClassName
{
border-color: #ACACAC;
}
</style>