Shades of Foggy Grey #ABA99C
Tints of Foggy Grey #ABA99C
RGB
CMYK
RGB Variations
Color information
#ABA99C (or 0xABA99C) is known color: Foggy Grey. HEX triplet: AB, A9 and 9C. RGB value is (171,169,156). Sum of RGB (Red+Green+Blue) = 171+169+156=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA99C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA99C is #545663. Grayscale: #A8A8A8. Windows color (decimal): -5527140 or 10267051. OLE color: 10267051.
HSL color Cylindrical-coordinate representation of color #ABA99C: hue angle of 52º degrees, saturation: 0.08, 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 #ABA99C is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 169 | 156 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.33 |
| HSL | 52º | 0.08% | 0.64% | - |
| HSV(B) | 52º | 0.09% | 0.67% | - |
| XYZ | 36.98 | 39.43 | 37.11 | - |
| YUV | 168.12 | 121.16 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 169 | 156 | 0 | 0.01 | 0.09 | 0.33 | 52 | 0.08 | 0.64 |
| Hex | AB | A9 | 9C | 0 | 1 | 9 | 21 | 34 | 8 | 40 |
| Octal | 253 | 251 | 234 | 0 | 1 | 11 | 41 | 64 | 10 | 100 |
| Binary | 10101011 | 10101001 | 10011100 | 0 | 1 | 1001 | 100001 | 110100 | 1000 | 1000000 |
Color Harmonies of #ABA99C
Complementary color
Monochromatic Colors of #ABA99C
Black with #ABA99C
Text Example
Text Example
White with #ABA99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA99C; }
p { color: rgb(171,169,156); }
H1.HeaderClassName
{
color: #ABA99C;
}
.AnyTagClassName
{
color: #ABA99C;
}
</style>
background-color css
<style>
a { background-color: #ABA99C; }
a { background-color: rgb(171,169,156); }
div.DivClassName
{
background-color: #ABA99C;
}
.BgClassName
{
background-color: #ABA99C;
}
</style>
border-color css
<style>
span { border-color: #ABA99C; }
span { border-color: rgb(171,169,156); }
td.TdClassName
{
border-color: #ABA99C;
}
.TagClassName
{
border-color: #ABA99C;
}
</style>