Shades of Foggy Grey #ABA89A
Tints of Foggy Grey #ABA89A
RGB
CMYK
RGB Variations
Color information
#ABA89A (or 0xABA89A) is known color: Foggy Grey. HEX triplet: AB, A8 and 9A. RGB value is (171,168,154). Sum of RGB (Red+Green+Blue) = 171+168+154=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA89A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA89A is #545765. Grayscale: #A7A7A7. Windows color (decimal): -5527398 or 10135723. OLE color: 10135723.
HSL color Cylindrical-coordinate representation of color #ABA89A: hue angle of 49.41º 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 #ABA89A is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 154 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.33 |
| HSL | 49.41º | 0.09% | 0.64% | - |
| HSV(B) | 49.41º | 0.1% | 0.67% | - |
| XYZ | 36.63 | 39 | 36.17 | - |
| YUV | 167.3 | 120.49 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 154 | 0 | 0.02 | 0.10 | 0.33 | 49.41 | 0.09 | 0.64 |
| Hex | AB | A8 | 9A | 0 | 2 | A | 21 | 31 | 9 | 40 |
| Octal | 253 | 250 | 232 | 0 | 2 | 12 | 41 | 61 | 11 | 100 |
| Binary | 10101011 | 10101000 | 10011010 | 0 | 10 | 1010 | 100001 | 110001 | 1001 | 1000000 |
Color Harmonies of #ABA89A
Complementary color
Monochromatic Colors of #ABA89A
Black with #ABA89A
Text Example
Text Example
White with #ABA89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA89A; }
p { color: rgb(171,168,154); }
H1.HeaderClassName
{
color: #ABA89A;
}
.AnyTagClassName
{
color: #ABA89A;
}
</style>
background-color css
<style>
a { background-color: #ABA89A; }
a { background-color: rgb(171,168,154); }
div.DivClassName
{
background-color: #ABA89A;
}
.BgClassName
{
background-color: #ABA89A;
}
</style>
border-color css
<style>
span { border-color: #ABA89A; }
span { border-color: rgb(171,168,154); }
td.TdClassName
{
border-color: #ABA89A;
}
.TagClassName
{
border-color: #ABA89A;
}
</style>