Shades of Shady Lady #AB8E9C
Tints of Shady Lady #AB8E9C
RGB
CMYK
RGB Variations
Color information
#AB8E9C (or 0xAB8E9C) is known color: Shady Lady. HEX triplet: AB, 8E and 9C. RGB value is (171,142,156). Sum of RGB (Red+Green+Blue) = 171+142+156=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8E9C is #547163. Grayscale: #989898. Windows color (decimal): -5534052 or 10260139. OLE color: 10260139.
HSL color Cylindrical-coordinate representation of color #AB8E9C: hue angle of 331.03º 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 #AB8E9C is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 142 | 156 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.33 |
| HSL | 331.03º | 0.15% | 0.61% | - |
| HSV(B) | 331.03º | 0.17% | 0.67% | - |
| XYZ | 32.47 | 30.4 | 35.61 | - |
| YUV | 152.27 | 130.11 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 142 | 156 | 0 | 0.17 | 0.09 | 0.33 | 331.03 | 0.15 | 0.61 |
| Hex | AB | 8E | 9C | 0 | 11 | 9 | 21 | 14B | F | 3D |
| Octal | 253 | 216 | 234 | 0 | 21 | 11 | 41 | 513 | 17 | 75 |
| Binary | 10101011 | 10001110 | 10011100 | 0 | 10001 | 1001 | 100001 | 101001011 | 1111 | 111101 |
Color Harmonies of #AB8E9C
Complementary color
Monochromatic Colors of #AB8E9C
Black with #AB8E9C
Text Example
Text Example
White with #AB8E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8E9C; }
p { color: rgb(171,142,156); }
H1.HeaderClassName
{
color: #AB8E9C;
}
.AnyTagClassName
{
color: #AB8E9C;
}
</style>
background-color css
<style>
a { background-color: #AB8E9C; }
a { background-color: rgb(171,142,156); }
div.DivClassName
{
background-color: #AB8E9C;
}
.BgClassName
{
background-color: #AB8E9C;
}
</style>
border-color css
<style>
span { border-color: #AB8E9C; }
span { border-color: rgb(171,142,156); }
td.TdClassName
{
border-color: #AB8E9C;
}
.TagClassName
{
border-color: #AB8E9C;
}
</style>