Shades of Foggy Grey #ACAB9C
Tints of Foggy Grey #ACAB9C
RGB
CMYK
RGB Variations
Color information
#ACAB9C (or 0xACAB9C) is known color: Foggy Grey. HEX triplet: AC, AB and 9C. RGB value is (172,171,156). Sum of RGB (Red+Green+Blue) = 172+171+156=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAB9C is #535463. Grayscale: #A9A9A9. Windows color (decimal): -5461092 or 10267564. OLE color: 10267564.
HSL color Cylindrical-coordinate representation of color #ACAB9C: hue angle of 56.25º 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 #ACAB9C is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 171 | 156 | - |
CMYK | 0 | 0.01 | 0.09 | 0.33 |
HSL | 56.25º | 0.09% | 0.64% | - |
HSV(B) | 56.25º | 0.09% | 0.67% | - |
XYZ | 37.58 | 40.3 | 37.25 | - |
YUV | 169.59 | 120.33 | 129.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 171 | 156 | 0 | 0.01 | 0.09 | 0.33 | 56.25 | 0.09 | 0.64 |
Hex | AC | AB | 9C | 0 | 1 | 9 | 21 | 38 | 9 | 40 |
Octal | 254 | 253 | 234 | 0 | 1 | 11 | 41 | 70 | 11 | 100 |
Binary | 10101100 | 10101011 | 10011100 | 0 | 1 | 1001 | 100001 | 111000 | 1001 | 1000000 |
Color Harmonies of #ACAB9C
Complementary color
Monochromatic Colors of #ACAB9C
Black with #ACAB9C
Text Example
Text Example
White with #ACAB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAB9C; }
p { color: rgb(172,171,156); }
H1.HeaderClassName
{
color: #ACAB9C;
}
.AnyTagClassName
{
color: #ACAB9C;
}
</style>
background-color css
<style>
a { background-color: #ACAB9C; }
a { background-color: rgb(172,171,156); }
div.DivClassName
{
background-color: #ACAB9C;
}
.BgClassName
{
background-color: #ACAB9C;
}
</style>
border-color css
<style>
span { border-color: #ACAB9C; }
span { border-color: rgb(172,171,156); }
td.TdClassName
{
border-color: #ACAB9C;
}
.TagClassName
{
border-color: #ACAB9C;
}
</style>