Shades of Foggy Grey #ACAB9D
Tints of Foggy Grey #ACAB9D
RGB
CMYK
RGB Variations
Color information
#ACAB9D (or 0xACAB9D) is known color: Foggy Grey. HEX triplet: AC, AB and 9D. RGB value is (172,171,157). Sum of RGB (Red+Green+Blue) = 172+171+157=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAB9D is #535462. Grayscale: #A9A9A9. Windows color (decimal): -5461091 or 10333100. OLE color: 10333100.
HSL color Cylindrical-coordinate representation of color #ACAB9D: hue angle of 56º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACAB9D is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 171 | 157 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.33 |
| HSL | 56º | 0.08% | 0.65% | - |
| HSV(B) | 56º | 0.09% | 0.67% | - |
| XYZ | 37.66 | 40.33 | 37.7 | - |
| YUV | 169.7 | 120.83 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 157 | 0 | 0.01 | 0.09 | 0.33 | 56 | 0.08 | 0.65 |
| Hex | AC | AB | 9D | 0 | 1 | 9 | 21 | 38 | 8 | 41 |
| Octal | 254 | 253 | 235 | 0 | 1 | 11 | 41 | 70 | 10 | 101 |
| Binary | 10101100 | 10101011 | 10011101 | 0 | 1 | 1001 | 100001 | 111000 | 1000 | 1000001 |
Color Harmonies of #ACAB9D
Complementary color
Monochromatic Colors of #ACAB9D
Black with #ACAB9D
Text Example
Text Example
White with #ACAB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAB9D; }
p { color: rgb(172,171,157); }
H1.HeaderClassName
{
color: #ACAB9D;
}
.AnyTagClassName
{
color: #ACAB9D;
}
</style>
background-color css
<style>
a { background-color: #ACAB9D; }
a { background-color: rgb(172,171,157); }
div.DivClassName
{
background-color: #ACAB9D;
}
.BgClassName
{
background-color: #ACAB9D;
}
</style>
border-color css
<style>
span { border-color: #ACAB9D; }
span { border-color: rgb(172,171,157); }
td.TdClassName
{
border-color: #ACAB9D;
}
.TagClassName
{
border-color: #ACAB9D;
}
</style>