Shades of Foggy Grey #ACACA0
Tints of Foggy Grey #ACACA0
RGB
CMYK
RGB Variations
Color information
#ACACA0 (or 0xACACA0) is known color: Foggy Grey. HEX triplet: AC, AC and A0. RGB value is (172,172,160). Sum of RGB (Red+Green+Blue) = 172+172+160=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACACA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACACA0 is #53535F. Grayscale: #AAAAAA. Windows color (decimal): -5460832 or 10529964. OLE color: 10529964.
HSL color Cylindrical-coordinate representation of color #ACACA0: hue angle of 60º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ACACA0 is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 172 | 160 | - |
CMYK | 0 | 0 | 0.07 | 0.33 |
HSL | 60º | 0.07% | 0.65% | - |
HSV(B) | 60º | 0.07% | 0.67% | - |
XYZ | 38.11 | 40.81 | 39.13 | - |
YUV | 170.63 | 122 | 128.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 172 | 160 | 0 | 0 | 0.07 | 0.33 | 60 | 0.07 | 0.65 |
Hex | AC | AC | A0 | 0 | 0 | 7 | 21 | 3C | 7 | 41 |
Octal | 254 | 254 | 240 | 0 | 0 | 7 | 41 | 74 | 7 | 101 |
Binary | 10101100 | 10101100 | 10100000 | 0 | 0 | 111 | 100001 | 111100 | 111 | 1000001 |
Color Harmonies of #ACACA0
Complementary color
Monochromatic Colors of #ACACA0
Black with #ACACA0
Text Example
Text Example
White with #ACACA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACACA0; }
p { color: rgb(172,172,160); }
H1.HeaderClassName
{
color: #ACACA0;
}
.AnyTagClassName
{
color: #ACACA0;
}
</style>
background-color css
<style>
a { background-color: #ACACA0; }
a { background-color: rgb(172,172,160); }
div.DivClassName
{
background-color: #ACACA0;
}
.BgClassName
{
background-color: #ACACA0;
}
</style>
border-color css
<style>
span { border-color: #ACACA0; }
span { border-color: rgb(172,172,160); }
td.TdClassName
{
border-color: #ACACA0;
}
.TagClassName
{
border-color: #ACACA0;
}
</style>