Shades of Foggy Grey #ACAA9C
Tints of Foggy Grey #ACAA9C
RGB
CMYK
RGB Variations
Color information
#ACAA9C (or 0xACAA9C) is known color: Foggy Grey. HEX triplet: AC, AA and 9C. RGB value is (172,170,156). Sum of RGB (Red+Green+Blue) = 172+170+156=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAA9C is #535563. Grayscale: #A9A9A9. Windows color (decimal): -5461348 or 10267308. OLE color: 10267308.
HSL color Cylindrical-coordinate representation of color #ACAA9C: hue angle of 52.5º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACAA9C is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 170 | 156 | - |
CMYK | 0 | 0.01 | 0.09 | 0.33 |
HSL | 52.5º | 0.09% | 0.64% | - |
HSV(B) | 52.5º | 0.09% | 0.67% | - |
XYZ | 37.39 | 39.92 | 37.19 | - |
YUV | 169 | 120.66 | 130.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 170 | 156 | 0 | 0.01 | 0.09 | 0.33 | 52.5 | 0.09 | 0.64 |
Hex | AC | AA | 9C | 0 | 1 | 9 | 21 | 34 | 9 | 40 |
Octal | 254 | 252 | 234 | 0 | 1 | 11 | 41 | 64 | 11 | 100 |
Binary | 10101100 | 10101010 | 10011100 | 0 | 1 | 1001 | 100001 | 110100 | 1001 | 1000000 |
Color Harmonies of #ACAA9C
Complementary color
Monochromatic Colors of #ACAA9C
Black with #ACAA9C
Text Example
Text Example
White with #ACAA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAA9C; }
p { color: rgb(172,170,156); }
H1.HeaderClassName
{
color: #ACAA9C;
}
.AnyTagClassName
{
color: #ACAA9C;
}
</style>
background-color css
<style>
a { background-color: #ACAA9C; }
a { background-color: rgb(172,170,156); }
div.DivClassName
{
background-color: #ACAA9C;
}
.BgClassName
{
background-color: #ACAA9C;
}
</style>
border-color css
<style>
span { border-color: #ACAA9C; }
span { border-color: rgb(172,170,156); }
td.TdClassName
{
border-color: #ACAA9C;
}
.TagClassName
{
border-color: #ACAA9C;
}
</style>