Shades of Foggy Grey #ACAB9F
Tints of Foggy Grey #ACAB9F
RGB
CMYK
RGB Variations
Color information
#ACAB9F (or 0xACAB9F) is known color: Foggy Grey. HEX triplet: AC, AB and 9F. RGB value is (172,171,159). Sum of RGB (Red+Green+Blue) = 172+171+159=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAB9F is #535460. Grayscale: #A9A9A9. Windows color (decimal): -5461089 or 10464172. OLE color: 10464172.
HSL color Cylindrical-coordinate representation of color #ACAB9F: hue angle of 55.38º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ACAB9F is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 171 | 159 | - |
CMYK | 0 | 0.01 | 0.08 | 0.33 |
HSL | 55.38º | 0.07% | 0.65% | - |
HSV(B) | 55.38º | 0.08% | 0.67% | - |
XYZ | 37.83 | 40.4 | 38.6 | - |
YUV | 169.93 | 121.83 | 129.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 171 | 159 | 0 | 0.01 | 0.08 | 0.33 | 55.38 | 0.07 | 0.65 |
Hex | AC | AB | 9F | 0 | 1 | 8 | 21 | 37 | 7 | 41 |
Octal | 254 | 253 | 237 | 0 | 1 | 10 | 41 | 67 | 7 | 101 |
Binary | 10101100 | 10101011 | 10011111 | 0 | 1 | 1000 | 100001 | 110111 | 111 | 1000001 |
Color Harmonies of #ACAB9F
Complementary color
Monochromatic Colors of #ACAB9F
Black with #ACAB9F
Text Example
Text Example
White with #ACAB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAB9F; }
p { color: rgb(172,171,159); }
H1.HeaderClassName
{
color: #ACAB9F;
}
.AnyTagClassName
{
color: #ACAB9F;
}
</style>
background-color css
<style>
a { background-color: #ACAB9F; }
a { background-color: rgb(172,171,159); }
div.DivClassName
{
background-color: #ACAB9F;
}
.BgClassName
{
background-color: #ACAB9F;
}
</style>
border-color css
<style>
span { border-color: #ACAB9F; }
span { border-color: rgb(172,171,159); }
td.TdClassName
{
border-color: #ACAB9F;
}
.TagClassName
{
border-color: #ACAB9F;
}
</style>