Shades of Foggy Grey #ABAA98
Tints of Foggy Grey #ABAA98
RGB
CMYK
RGB Variations
Color information
#ABAA98 (or 0xABAA98) is known color: Foggy Grey. HEX triplet: AB, AA and 98. RGB value is (171,170,152). Sum of RGB (Red+Green+Blue) = 171+170+152=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA98 is #545567. Grayscale: #A8A8A8. Windows color (decimal): -5526888 or 10005163. OLE color: 10005163.
HSL color Cylindrical-coordinate representation of color #ABAA98: hue angle of 56.84º 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 #ABAA98 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 152 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.33 |
| HSL | 56.84º | 0.1% | 0.63% | - |
| HSV(B) | 56.84º | 0.11% | 0.67% | - |
| XYZ | 36.84 | 39.67 | 35.42 | - |
| YUV | 168.25 | 118.83 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 152 | 0 | 0.01 | 0.11 | 0.33 | 56.84 | 0.1 | 0.63 |
| Hex | AB | AA | 98 | 0 | 1 | B | 21 | 39 | A | 3F |
| Octal | 253 | 252 | 230 | 0 | 1 | 13 | 41 | 71 | 12 | 77 |
| Binary | 10101011 | 10101010 | 10011000 | 0 | 1 | 1011 | 100001 | 111001 | 1010 | 111111 |
Color Harmonies of #ABAA98
Complementary color
Monochromatic Colors of #ABAA98
Black with #ABAA98
Text Example
Text Example
White with #ABAA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA98; }
p { color: rgb(171,170,152); }
H1.HeaderClassName
{
color: #ABAA98;
}
.AnyTagClassName
{
color: #ABAA98;
}
</style>
background-color css
<style>
a { background-color: #ABAA98; }
a { background-color: rgb(171,170,152); }
div.DivClassName
{
background-color: #ABAA98;
}
.BgClassName
{
background-color: #ABAA98;
}
</style>
border-color css
<style>
span { border-color: #ABAA98; }
span { border-color: rgb(171,170,152); }
td.TdClassName
{
border-color: #ABAA98;
}
.TagClassName
{
border-color: #ABAA98;
}
</style>