Shades of Foggy Grey #ABA89E
Tints of Foggy Grey #ABA89E
RGB
CMYK
RGB Variations
Color information
#ABA89E (or 0xABA89E) is known color: Foggy Grey. HEX triplet: AB, A8 and 9E. RGB value is (171,168,158). Sum of RGB (Red+Green+Blue) = 171+168+158=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA89E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA89E is #545761. Grayscale: #A7A7A7. Windows color (decimal): -5527394 or 10397867. OLE color: 10397867.
HSL color Cylindrical-coordinate representation of color #ABA89E: hue angle of 46.15º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABA89E is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 158 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.33 |
| HSL | 46.15º | 0.07% | 0.65% | - |
| HSV(B) | 46.15º | 0.08% | 0.67% | - |
| XYZ | 36.97 | 39.13 | 37.95 | - |
| YUV | 167.76 | 122.49 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 158 | 0 | 0.02 | 0.08 | 0.33 | 46.15 | 0.07 | 0.65 |
| Hex | AB | A8 | 9E | 0 | 2 | 8 | 21 | 2E | 7 | 41 |
| Octal | 253 | 250 | 236 | 0 | 2 | 10 | 41 | 56 | 7 | 101 |
| Binary | 10101011 | 10101000 | 10011110 | 0 | 10 | 1000 | 100001 | 101110 | 111 | 1000001 |
Color Harmonies of #ABA89E
Complementary color
Monochromatic Colors of #ABA89E
Black with #ABA89E
Text Example
Text Example
White with #ABA89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA89E; }
p { color: rgb(171,168,158); }
H1.HeaderClassName
{
color: #ABA89E;
}
.AnyTagClassName
{
color: #ABA89E;
}
</style>
background-color css
<style>
a { background-color: #ABA89E; }
a { background-color: rgb(171,168,158); }
div.DivClassName
{
background-color: #ABA89E;
}
.BgClassName
{
background-color: #ABA89E;
}
</style>
border-color css
<style>
span { border-color: #ABA89E; }
span { border-color: rgb(171,168,158); }
td.TdClassName
{
border-color: #ABA89E;
}
.TagClassName
{
border-color: #ABA89E;
}
</style>