Shades of Shady Lady #AB8E96
Tints of Shady Lady #AB8E96
RGB
CMYK
RGB Variations
Color information
#AB8E96 (or 0xAB8E96) is known color: Shady Lady. HEX triplet: AB, 8E and 96. RGB value is (171,142,150). Sum of RGB (Red+Green+Blue) = 171+142+150=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 150 (58.98% from 255 or 32.40% from 463); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8E96 is #547169. Grayscale: #979797. Windows color (decimal): -5534058 or 9866923. OLE color: 9866923.
HSL color Cylindrical-coordinate representation of color #AB8E96: hue angle of 343.45º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AB8E96 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 142 | 150 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.33 |
| HSL | 343.45º | 0.15% | 0.61% | - |
| HSV(B) | 343.45º | 0.17% | 0.67% | - |
| XYZ | 31.97 | 30.21 | 33 | - |
| YUV | 151.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 142 | 150 | 0 | 0.17 | 0.12 | 0.33 | 343.45 | 0.15 | 0.61 |
| Hex | AB | 8E | 96 | 0 | 11 | C | 21 | 157 | F | 3D |
| Octal | 253 | 216 | 226 | 0 | 21 | 14 | 41 | 527 | 17 | 75 |
| Binary | 10101011 | 10001110 | 10010110 | 0 | 10001 | 1100 | 100001 | 101010111 | 1111 | 111101 |
Color Harmonies of #AB8E96
Complementary color
Monochromatic Colors of #AB8E96
Black with #AB8E96
Text Example
Text Example
White with #AB8E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8E96; }
p { color: rgb(171,142,150); }
H1.HeaderClassName
{
color: #AB8E96;
}
.AnyTagClassName
{
color: #AB8E96;
}
</style>
background-color css
<style>
a { background-color: #AB8E96; }
a { background-color: rgb(171,142,150); }
div.DivClassName
{
background-color: #AB8E96;
}
.BgClassName
{
background-color: #AB8E96;
}
</style>
border-color css
<style>
span { border-color: #AB8E96; }
span { border-color: rgb(171,142,150); }
td.TdClassName
{
border-color: #AB8E96;
}
.TagClassName
{
border-color: #AB8E96;
}
</style>