Shades of Foggy Grey #ABA99F
Tints of Foggy Grey #ABA99F
RGB
CMYK
RGB Variations
Color information
#ABA99F (or 0xABA99F) is known color: Foggy Grey. HEX triplet: AB, A9 and 9F. RGB value is (171,169,159). Sum of RGB (Red+Green+Blue) = 171+169+159=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA99F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA99F is #545660. Grayscale: #A8A8A8. Windows color (decimal): -5527137 or 10463659. OLE color: 10463659.
HSL color Cylindrical-coordinate representation of color #ABA99F: hue angle of 50º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ABA99F is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 169 | 159 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.33 |
| HSL | 50º | 0.07% | 0.65% | - |
| HSV(B) | 50º | 0.07% | 0.67% | - |
| XYZ | 37.24 | 39.54 | 38.47 | - |
| YUV | 168.46 | 122.66 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 169 | 159 | 0 | 0.01 | 0.07 | 0.33 | 50 | 0.07 | 0.65 |
| Hex | AB | A9 | 9F | 0 | 1 | 7 | 21 | 32 | 7 | 41 |
| Octal | 253 | 251 | 237 | 0 | 1 | 7 | 41 | 62 | 7 | 101 |
| Binary | 10101011 | 10101001 | 10011111 | 0 | 1 | 111 | 100001 | 110010 | 111 | 1000001 |
Color Harmonies of #ABA99F
Complementary color
Monochromatic Colors of #ABA99F
Black with #ABA99F
Text Example
Text Example
White with #ABA99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA99F; }
p { color: rgb(171,169,159); }
H1.HeaderClassName
{
color: #ABA99F;
}
.AnyTagClassName
{
color: #ABA99F;
}
</style>
background-color css
<style>
a { background-color: #ABA99F; }
a { background-color: rgb(171,169,159); }
div.DivClassName
{
background-color: #ABA99F;
}
.BgClassName
{
background-color: #ABA99F;
}
</style>
border-color css
<style>
span { border-color: #ABA99F; }
span { border-color: rgb(171,169,159); }
td.TdClassName
{
border-color: #ABA99F;
}
.TagClassName
{
border-color: #ABA99F;
}
</style>