Shades of Foggy Grey #ABAA9E
Tints of Foggy Grey #ABAA9E
RGB
CMYK
RGB Variations
Color information
#ABAA9E (or 0xABAA9E) is known color: Foggy Grey. HEX triplet: AB, AA and 9E. RGB value is (171,170,158). Sum of RGB (Red+Green+Blue) = 171+170+158=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA9E is #545561. Grayscale: #A8A8A8. Windows color (decimal): -5526882 or 10398379. OLE color: 10398379.
HSL color Cylindrical-coordinate representation of color #ABAA9E: hue angle of 55.38º 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 #ABAA9E is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 158 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.33 |
| HSL | 55.38º | 0.07% | 0.65% | - |
| HSV(B) | 55.38º | 0.08% | 0.67% | - |
| XYZ | 37.34 | 39.88 | 38.08 | - |
| YUV | 168.93 | 121.83 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 158 | 0 | 0.01 | 0.08 | 0.33 | 55.38 | 0.07 | 0.65 |
| Hex | AB | AA | 9E | 0 | 1 | 8 | 21 | 37 | 7 | 41 |
| Octal | 253 | 252 | 236 | 0 | 1 | 10 | 41 | 67 | 7 | 101 |
| Binary | 10101011 | 10101010 | 10011110 | 0 | 1 | 1000 | 100001 | 110111 | 111 | 1000001 |
Color Harmonies of #ABAA9E
Complementary color
Monochromatic Colors of #ABAA9E
Black with #ABAA9E
Text Example
Text Example
White with #ABAA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA9E; }
p { color: rgb(171,170,158); }
H1.HeaderClassName
{
color: #ABAA9E;
}
.AnyTagClassName
{
color: #ABAA9E;
}
</style>
background-color css
<style>
a { background-color: #ABAA9E; }
a { background-color: rgb(171,170,158); }
div.DivClassName
{
background-color: #ABAA9E;
}
.BgClassName
{
background-color: #ABAA9E;
}
</style>
border-color css
<style>
span { border-color: #ABAA9E; }
span { border-color: rgb(171,170,158); }
td.TdClassName
{
border-color: #ABAA9E;
}
.TagClassName
{
border-color: #ABAA9E;
}
</style>