Shades of Foggy Grey #ABAB98
Tints of Foggy Grey #ABAB98
RGB
CMYK
RGB Variations
Color information
#ABAB98 (or 0xABAB98) is known color: Foggy Grey. HEX triplet: AB, AB and 98. RGB value is (171,171,152). Sum of RGB (Red+Green+Blue) = 171+171+152=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAB98 is #545467. Grayscale: #A8A8A8. Windows color (decimal): -5526632 or 10005419. OLE color: 10005419.
HSL color Cylindrical-coordinate representation of color #ABAB98: hue angle of 60º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABAB98 is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 171 | 152 | - |
CMYK | 0 | 0 | 0.11 | 0.33 |
HSL | 60º | 0.1% | 0.63% | - |
HSV(B) | 60º | 0.11% | 0.67% | - |
XYZ | 37.02 | 40.05 | 35.48 | - |
YUV | 168.83 | 118.5 | 129.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 171 | 152 | 0 | 0 | 0.11 | 0.33 | 60 | 0.1 | 0.63 |
Hex | AB | AB | 98 | 0 | 0 | B | 21 | 3C | A | 3F |
Octal | 253 | 253 | 230 | 0 | 0 | 13 | 41 | 74 | 12 | 77 |
Binary | 10101011 | 10101011 | 10011000 | 0 | 0 | 1011 | 100001 | 111100 | 1010 | 111111 |
Color Harmonies of #ABAB98
Complementary color
Monochromatic Colors of #ABAB98
Black with #ABAB98
Text Example
Text Example
White with #ABAB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB98; }
p { color: rgb(171,171,152); }
H1.HeaderClassName
{
color: #ABAB98;
}
.AnyTagClassName
{
color: #ABAB98;
}
</style>
background-color css
<style>
a { background-color: #ABAB98; }
a { background-color: rgb(171,171,152); }
div.DivClassName
{
background-color: #ABAB98;
}
.BgClassName
{
background-color: #ABAB98;
}
</style>
border-color css
<style>
span { border-color: #ABAB98; }
span { border-color: rgb(171,171,152); }
td.TdClassName
{
border-color: #ABAB98;
}
.TagClassName
{
border-color: #ABAB98;
}
</style>