Shades of Shady Lady #AB8B97
Tints of Shady Lady #AB8B97
RGB
CMYK
RGB Variations
Color information
#AB8B97 (or 0xAB8B97) is known color: Shady Lady. HEX triplet: AB, 8B and 97. RGB value is (171,139,151). Sum of RGB (Red+Green+Blue) = 171+139+151=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 151 (59.38% from 255 or 32.75% from 461); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8B97 is #547468. Grayscale: #959595. Windows color (decimal): -5534825 or 9931691. OLE color: 9931691.
HSL color Cylindrical-coordinate representation of color #AB8B97: hue angle of 337.5º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AB8B97 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 139 | 151 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.33 |
| HSL | 337.5º | 0.16% | 0.61% | - |
| HSV(B) | 337.5º | 0.19% | 0.67% | - |
| XYZ | 31.61 | 29.36 | 33.28 | - |
| YUV | 149.94 | 128.6 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 139 | 151 | 0 | 0.19 | 0.12 | 0.33 | 337.5 | 0.16 | 0.61 |
| Hex | AB | 8B | 97 | 0 | 13 | C | 21 | 152 | 10 | 3D |
| Octal | 253 | 213 | 227 | 0 | 23 | 14 | 41 | 522 | 20 | 75 |
| Binary | 10101011 | 10001011 | 10010111 | 0 | 10011 | 1100 | 100001 | 101010010 | 10000 | 111101 |
Color Harmonies of #AB8B97
Complementary color
Monochromatic Colors of #AB8B97
Black with #AB8B97
Text Example
Text Example
White with #AB8B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8B97; }
p { color: rgb(171,139,151); }
H1.HeaderClassName
{
color: #AB8B97;
}
.AnyTagClassName
{
color: #AB8B97;
}
</style>
background-color css
<style>
a { background-color: #AB8B97; }
a { background-color: rgb(171,139,151); }
div.DivClassName
{
background-color: #AB8B97;
}
.BgClassName
{
background-color: #AB8B97;
}
</style>
border-color css
<style>
span { border-color: #AB8B97; }
span { border-color: rgb(171,139,151); }
td.TdClassName
{
border-color: #AB8B97;
}
.TagClassName
{
border-color: #AB8B97;
}
</style>