Shades of Shady Lady #AB989F
Tints of Shady Lady #AB989F
RGB
CMYK
RGB Variations
Color information
#AB989F (or 0xAB989F) is known color: Shady Lady. HEX triplet: AB, 98 and 9F. RGB value is (171,152,159). Sum of RGB (Red+Green+Blue) = 171+152+159=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 171 - color contains mainly: red. Hex color #AB989F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB989F is #546760. Grayscale: #9E9E9E. Windows color (decimal): -5531489 or 10459307. OLE color: 10459307.
HSL color Cylindrical-coordinate representation of color #AB989F: hue angle of 337.89º 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 #AB989F is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 152 | 159 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.33 |
| HSL | 337.89º | 0.1% | 0.63% | - |
| HSV(B) | 337.89º | 0.11% | 0.67% | - |
| XYZ | 34.28 | 33.62 | 37.48 | - |
| YUV | 158.48 | 128.29 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 159 | 0 | 0.11 | 0.07 | 0.33 | 337.89 | 0.1 | 0.63 |
| Hex | AB | 98 | 9F | 0 | B | 7 | 21 | 152 | A | 3F |
| Octal | 253 | 230 | 237 | 0 | 13 | 7 | 41 | 522 | 12 | 77 |
| Binary | 10101011 | 10011000 | 10011111 | 0 | 1011 | 111 | 100001 | 101010010 | 1010 | 111111 |
Color Harmonies of #AB989F
Complementary color
Monochromatic Colors of #AB989F
Black with #AB989F
Text Example
Text Example
White with #AB989F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB989F; }
p { color: rgb(171,152,159); }
H1.HeaderClassName
{
color: #AB989F;
}
.AnyTagClassName
{
color: #AB989F;
}
</style>
background-color css
<style>
a { background-color: #AB989F; }
a { background-color: rgb(171,152,159); }
div.DivClassName
{
background-color: #AB989F;
}
.BgClassName
{
background-color: #AB989F;
}
</style>
border-color css
<style>
span { border-color: #AB989F; }
span { border-color: rgb(171,152,159); }
td.TdClassName
{
border-color: #AB989F;
}
.TagClassName
{
border-color: #AB989F;
}
</style>