Shades of Dark Gray #AEACAC
Tints of Dark Gray #AEACAC
RGB
CMYK
RGB Variations
Color information
#AEACAC (or 0xAEACAC) is known color: Dark Gray. HEX triplet: AE, AC and AC. RGB value is (174,172,172). Sum of RGB (Red+Green+Blue) = 174+172+172=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 174 - color contains mainly: red. Hex color #AEACAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEACAC is #515353. Grayscale: #ACACAC. Windows color (decimal): -5329748 or 11316398. OLE color: 11316398.
HSL color Cylindrical-coordinate representation of color #AEACAC: hue angle of 0º degrees, saturation: 0.01, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #AEACAC is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
RGB | 174 | 172 | 172 | - |
CMYK | 0 | 0.01 | 0.01 | 0.32 |
HSL | 0º | 0.01% | 0.68% | - |
HSV(B) | 0º | 0.01% | 0.68% | - |
XYZ | 39.65 | 41.48 | 44.95 | - |
YUV | 172.6 | 127.66 | 129 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 172 | 172 | 0 | 0.01 | 0.01 | 0.32 | 0 | 0.01 | 0.68 |
Hex | AE | AC | AC | 0 | 1 | 1 | 20 | 0 | 1 | 44 |
Octal | 256 | 254 | 254 | 0 | 1 | 1 | 40 | 0 | 1 | 104 |
Binary | 10101110 | 10101100 | 10101100 | 0 | 1 | 1 | 100000 | 0 | 1 | 1000100 |
Color Harmonies of #AEACAC
Complementary color
Monochromatic Colors of #AEACAC
Black with #AEACAC
Text Example
Text Example
White with #AEACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEACAC; }
p { color: rgb(174,172,172); }
H1.HeaderClassName
{
color: #AEACAC;
}
.AnyTagClassName
{
color: #AEACAC;
}
</style>
background-color css
<style>
a { background-color: #AEACAC; }
a { background-color: rgb(174,172,172); }
div.DivClassName
{
background-color: #AEACAC;
}
.BgClassName
{
background-color: #AEACAC;
}
</style>
border-color css
<style>
span { border-color: #AEACAC; }
span { border-color: rgb(174,172,172); }
td.TdClassName
{
border-color: #AEACAC;
}
.TagClassName
{
border-color: #AEACAC;
}
</style>