Shades of Foggy Grey #ABA99A
Tints of Foggy Grey #ABA99A
RGB
CMYK
RGB Variations
Color information
#ABA99A (or 0xABA99A) is known color: Foggy Grey. HEX triplet: AB, A9 and 9A. RGB value is (171,169,154). Sum of RGB (Red+Green+Blue) = 171+169+154=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA99A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA99A is #545665. Grayscale: #A7A7A7. Windows color (decimal): -5527142 or 10135979. OLE color: 10135979.
HSL color Cylindrical-coordinate representation of color #ABA99A: hue angle of 52.94º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABA99A is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 169 | 154 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.33 |
| HSL | 52.94º | 0.09% | 0.64% | - |
| HSV(B) | 52.94º | 0.1% | 0.67% | - |
| XYZ | 36.82 | 39.37 | 36.23 | - |
| YUV | 167.89 | 120.16 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 169 | 154 | 0 | 0.01 | 0.10 | 0.33 | 52.94 | 0.09 | 0.64 |
| Hex | AB | A9 | 9A | 0 | 1 | A | 21 | 35 | 9 | 40 |
| Octal | 253 | 251 | 232 | 0 | 1 | 12 | 41 | 65 | 11 | 100 |
| Binary | 10101011 | 10101001 | 10011010 | 0 | 1 | 1010 | 100001 | 110101 | 1001 | 1000000 |
Color Harmonies of #ABA99A
Complementary color
Monochromatic Colors of #ABA99A
Black with #ABA99A
Text Example
Text Example
White with #ABA99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA99A; }
p { color: rgb(171,169,154); }
H1.HeaderClassName
{
color: #ABA99A;
}
.AnyTagClassName
{
color: #ABA99A;
}
</style>
background-color css
<style>
a { background-color: #ABA99A; }
a { background-color: rgb(171,169,154); }
div.DivClassName
{
background-color: #ABA99A;
}
.BgClassName
{
background-color: #ABA99A;
}
</style>
border-color css
<style>
span { border-color: #ABA99A; }
span { border-color: rgb(171,169,154); }
td.TdClassName
{
border-color: #ABA99A;
}
.TagClassName
{
border-color: #ABA99A;
}
</style>