Shades of Foggy Grey #ACAB99
Tints of Foggy Grey #ACAB99
RGB
CMYK
RGB Variations
Color information
#ACAB99 (or 0xACAB99) is known color: Foggy Grey. HEX triplet: AC, AB and 99. RGB value is (172,171,153). Sum of RGB (Red+Green+Blue) = 172+171+153=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAB99 is #535466. Grayscale: #A9A9A9. Windows color (decimal): -5461095 or 10070956. OLE color: 10070956.
HSL color Cylindrical-coordinate representation of color #ACAB99: hue angle of 56.84º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACAB99 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 171 | 153 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.33 |
| HSL | 56.84º | 0.1% | 0.64% | - |
| HSV(B) | 56.84º | 0.11% | 0.67% | - |
| XYZ | 37.33 | 40.2 | 35.93 | - |
| YUV | 169.25 | 118.83 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 153 | 0 | 0.01 | 0.11 | 0.33 | 56.84 | 0.1 | 0.64 |
| Hex | AC | AB | 99 | 0 | 1 | B | 21 | 39 | A | 40 |
| Octal | 254 | 253 | 231 | 0 | 1 | 13 | 41 | 71 | 12 | 100 |
| Binary | 10101100 | 10101011 | 10011001 | 0 | 1 | 1011 | 100001 | 111001 | 1010 | 1000000 |
Color Harmonies of #ACAB99
Complementary color
Monochromatic Colors of #ACAB99
Black with #ACAB99
Text Example
Text Example
White with #ACAB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAB99; }
p { color: rgb(172,171,153); }
H1.HeaderClassName
{
color: #ACAB99;
}
.AnyTagClassName
{
color: #ACAB99;
}
</style>
background-color css
<style>
a { background-color: #ACAB99; }
a { background-color: rgb(172,171,153); }
div.DivClassName
{
background-color: #ACAB99;
}
.BgClassName
{
background-color: #ACAB99;
}
</style>
border-color css
<style>
span { border-color: #ACAB99; }
span { border-color: rgb(172,171,153); }
td.TdClassName
{
border-color: #ACAB99;
}
.TagClassName
{
border-color: #ACAB99;
}
</style>