Shades of Foggy Grey #ABAB97
Tints of Foggy Grey #ABAB97
RGB
CMYK
RGB Variations
Color information
#ABAB97 (or 0xABAB97) is known color: Foggy Grey. HEX triplet: AB, AB and 97. RGB value is (171,171,151). Sum of RGB (Red+Green+Blue) = 171+171+151=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 151 (59.38% from 255 or 30.63% from 493); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAB97 is #545468. Grayscale: #A8A8A8. Windows color (decimal): -5526633 or 9939883. OLE color: 9939883.
HSL color Cylindrical-coordinate representation of color #ABAB97: hue angle of 60º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABAB97 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 171 | 151 | - |
| CMYK | 0 | 0 | 0.12 | 0.33 |
| HSL | 60º | 0.11% | 0.63% | - |
| HSV(B) | 60º | 0.12% | 0.67% | - |
| XYZ | 36.94 | 40.02 | 35.06 | - |
| YUV | 168.72 | 118 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 151 | 0 | 0 | 0.12 | 0.33 | 60 | 0.11 | 0.63 |
| Hex | AB | AB | 97 | 0 | 0 | C | 21 | 3C | B | 3F |
| Octal | 253 | 253 | 227 | 0 | 0 | 14 | 41 | 74 | 13 | 77 |
| Binary | 10101011 | 10101011 | 10010111 | 0 | 0 | 1100 | 100001 | 111100 | 1011 | 111111 |
Color Harmonies of #ABAB97
Complementary color
Monochromatic Colors of #ABAB97
Black with #ABAB97
Text Example
Text Example
White with #ABAB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB97; }
p { color: rgb(171,171,151); }
H1.HeaderClassName
{
color: #ABAB97;
}
.AnyTagClassName
{
color: #ABAB97;
}
</style>
background-color css
<style>
a { background-color: #ABAB97; }
a { background-color: rgb(171,171,151); }
div.DivClassName
{
background-color: #ABAB97;
}
.BgClassName
{
background-color: #ABAB97;
}
</style>
border-color css
<style>
span { border-color: #ABAB97; }
span { border-color: rgb(171,171,151); }
td.TdClassName
{
border-color: #ABAB97;
}
.TagClassName
{
border-color: #ABAB97;
}
</style>