Shades of Foggy Grey #ABAB9E
Tints of Foggy Grey #ABAB9E
RGB
CMYK
RGB Variations
Color information
#ABAB9E (or 0xABAB9E) is known color: Foggy Grey. HEX triplet: AB, AB and 9E. RGB value is (171,171,158). Sum of RGB (Red+Green+Blue) = 171+171+158=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAB9E is #545461. Grayscale: #A9A9A9. Windows color (decimal): -5526626 or 10398635. OLE color: 10398635.
HSL color Cylindrical-coordinate representation of color #ABAB9E: hue angle of 60º 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 #ABAB9E is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 171 | 158 | - |
| CMYK | 0 | 0 | 0.08 | 0.33 |
| HSL | 60º | 0.07% | 0.65% | - |
| HSV(B) | 60º | 0.08% | 0.67% | - |
| XYZ | 37.53 | 40.25 | 38.14 | - |
| YUV | 169.52 | 121.5 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 158 | 0 | 0 | 0.08 | 0.33 | 60 | 0.07 | 0.65 |
| Hex | AB | AB | 9E | 0 | 0 | 8 | 21 | 3C | 7 | 41 |
| Octal | 253 | 253 | 236 | 0 | 0 | 10 | 41 | 74 | 7 | 101 |
| Binary | 10101011 | 10101011 | 10011110 | 0 | 0 | 1000 | 100001 | 111100 | 111 | 1000001 |
Color Harmonies of #ABAB9E
Complementary color
Monochromatic Colors of #ABAB9E
Black with #ABAB9E
Text Example
Text Example
White with #ABAB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB9E; }
p { color: rgb(171,171,158); }
H1.HeaderClassName
{
color: #ABAB9E;
}
.AnyTagClassName
{
color: #ABAB9E;
}
</style>
background-color css
<style>
a { background-color: #ABAB9E; }
a { background-color: rgb(171,171,158); }
div.DivClassName
{
background-color: #ABAB9E;
}
.BgClassName
{
background-color: #ABAB9E;
}
</style>
border-color css
<style>
span { border-color: #ABAB9E; }
span { border-color: rgb(171,171,158); }
td.TdClassName
{
border-color: #ABAB9E;
}
.TagClassName
{
border-color: #ABAB9E;
}
</style>