Shades of Shady Lady #AB999E
Tints of Shady Lady #AB999E
RGB
CMYK
RGB Variations
Color information
#AB999E (or 0xAB999E) is known color: Shady Lady. HEX triplet: AB, 99 and 9E. RGB value is (171,153,158). Sum of RGB (Red+Green+Blue) = 171+153+158=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 171 - color contains mainly: red. Hex color #AB999E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB999E is #546661. Grayscale: #9E9E9E. Windows color (decimal): -5531234 or 10394027. OLE color: 10394027.
HSL color Cylindrical-coordinate representation of color #AB999E: hue angle of 343.33º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AB999E is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 153 | 158 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.33 |
| HSL | 343.33º | 0.1% | 0.64% | - |
| HSV(B) | 343.33º | 0.11% | 0.67% | - |
| XYZ | 34.36 | 33.91 | 37.08 | - |
| YUV | 158.95 | 127.46 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 158 | 0 | 0.11 | 0.08 | 0.33 | 343.33 | 0.1 | 0.64 |
| Hex | AB | 99 | 9E | 0 | B | 8 | 21 | 157 | A | 40 |
| Octal | 253 | 231 | 236 | 0 | 13 | 10 | 41 | 527 | 12 | 100 |
| Binary | 10101011 | 10011001 | 10011110 | 0 | 1011 | 1000 | 100001 | 101010111 | 1010 | 1000000 |
Color Harmonies of #AB999E
Complementary color
Monochromatic Colors of #AB999E
Black with #AB999E
Text Example
Text Example
White with #AB999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB999E; }
p { color: rgb(171,153,158); }
H1.HeaderClassName
{
color: #AB999E;
}
.AnyTagClassName
{
color: #AB999E;
}
</style>
background-color css
<style>
a { background-color: #AB999E; }
a { background-color: rgb(171,153,158); }
div.DivClassName
{
background-color: #AB999E;
}
.BgClassName
{
background-color: #AB999E;
}
</style>
border-color css
<style>
span { border-color: #AB999E; }
span { border-color: rgb(171,153,158); }
td.TdClassName
{
border-color: #AB999E;
}
.TagClassName
{
border-color: #AB999E;
}
</style>