Shades of Shady Lady #AB8C97
Tints of Shady Lady #AB8C97
RGB
CMYK
RGB Variations
Color information
#AB8C97 (or 0xAB8C97) is known color: Shady Lady. HEX triplet: AB, 8C and 97. RGB value is (171,140,151). Sum of RGB (Red+Green+Blue) = 171+140+151=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 151 (59.38% from 255 or 32.68% from 462); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8C97 is #547368. Grayscale: #969696. Windows color (decimal): -5534569 or 9931947. OLE color: 9931947.
HSL color Cylindrical-coordinate representation of color #AB8C97: hue angle of 338.71º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AB8C97 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 140 | 151 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.33 |
| HSL | 338.71º | 0.16% | 0.61% | - |
| HSV(B) | 338.71º | 0.18% | 0.67% | - |
| XYZ | 31.76 | 29.65 | 33.33 | - |
| YUV | 150.52 | 128.27 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 151 | 0 | 0.18 | 0.12 | 0.33 | 338.71 | 0.16 | 0.61 |
| Hex | AB | 8C | 97 | 0 | 12 | C | 21 | 153 | 10 | 3D |
| Octal | 253 | 214 | 227 | 0 | 22 | 14 | 41 | 523 | 20 | 75 |
| Binary | 10101011 | 10001100 | 10010111 | 0 | 10010 | 1100 | 100001 | 101010011 | 10000 | 111101 |
Color Harmonies of #AB8C97
Complementary color
Monochromatic Colors of #AB8C97
Black with #AB8C97
Text Example
Text Example
White with #AB8C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8C97; }
p { color: rgb(171,140,151); }
H1.HeaderClassName
{
color: #AB8C97;
}
.AnyTagClassName
{
color: #AB8C97;
}
</style>
background-color css
<style>
a { background-color: #AB8C97; }
a { background-color: rgb(171,140,151); }
div.DivClassName
{
background-color: #AB8C97;
}
.BgClassName
{
background-color: #AB8C97;
}
</style>
border-color css
<style>
span { border-color: #AB8C97; }
span { border-color: rgb(171,140,151); }
td.TdClassName
{
border-color: #AB8C97;
}
.TagClassName
{
border-color: #AB8C97;
}
</style>