Shades of Foggy Grey #ABA999
Tints of Foggy Grey #ABA999
RGB
CMYK
RGB Variations
Color information
#ABA999 (or 0xABA999) is known color: Foggy Grey. HEX triplet: AB, A9 and 99. RGB value is (171,169,153). Sum of RGB (Red+Green+Blue) = 171+169+153=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA999 is #545666. Grayscale: #A7A7A7. Windows color (decimal): -5527143 or 10070443. OLE color: 10070443.
HSL color Cylindrical-coordinate representation of color #ABA999: hue angle of 53.33º 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 #ABA999 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 169 | 153 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.33 |
| HSL | 53.33º | 0.1% | 0.64% | - |
| HSV(B) | 53.33º | 0.11% | 0.67% | - |
| XYZ | 36.73 | 39.33 | 35.79 | - |
| YUV | 167.77 | 119.66 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 169 | 153 | 0 | 0.01 | 0.11 | 0.33 | 53.33 | 0.1 | 0.64 |
| Hex | AB | A9 | 99 | 0 | 1 | B | 21 | 35 | A | 40 |
| Octal | 253 | 251 | 231 | 0 | 1 | 13 | 41 | 65 | 12 | 100 |
| Binary | 10101011 | 10101001 | 10011001 | 0 | 1 | 1011 | 100001 | 110101 | 1010 | 1000000 |
Color Harmonies of #ABA999
Complementary color
Monochromatic Colors of #ABA999
Black with #ABA999
Text Example
Text Example
White with #ABA999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA999; }
p { color: rgb(171,169,153); }
H1.HeaderClassName
{
color: #ABA999;
}
.AnyTagClassName
{
color: #ABA999;
}
</style>
background-color css
<style>
a { background-color: #ABA999; }
a { background-color: rgb(171,169,153); }
div.DivClassName
{
background-color: #ABA999;
}
.BgClassName
{
background-color: #ABA999;
}
</style>
border-color css
<style>
span { border-color: #ABA999; }
span { border-color: rgb(171,169,153); }
td.TdClassName
{
border-color: #ABA999;
}
.TagClassName
{
border-color: #ABA999;
}
</style>