Shades of Shady Lady #AB8C96
Tints of Shady Lady #AB8C96
RGB
CMYK
RGB Variations
Color information
#AB8C96 (or 0xAB8C96) is known color: Shady Lady. HEX triplet: AB, 8C and 96. RGB value is (171,140,150). Sum of RGB (Red+Green+Blue) = 171+140+150=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8C96 is #547369. Grayscale: #969696. Windows color (decimal): -5534570 or 9866411. OLE color: 9866411.
HSL color Cylindrical-coordinate representation of color #AB8C96: hue angle of 340.65º 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 #AB8C96 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 140 | 150 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.33 |
| HSL | 340.65º | 0.16% | 0.61% | - |
| HSV(B) | 340.65º | 0.18% | 0.67% | - |
| XYZ | 31.68 | 29.62 | 32.9 | - |
| YUV | 150.41 | 127.77 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 150 | 0 | 0.18 | 0.12 | 0.33 | 340.65 | 0.16 | 0.61 |
| Hex | AB | 8C | 96 | 0 | 12 | C | 21 | 155 | 10 | 3D |
| Octal | 253 | 214 | 226 | 0 | 22 | 14 | 41 | 525 | 20 | 75 |
| Binary | 10101011 | 10001100 | 10010110 | 0 | 10010 | 1100 | 100001 | 101010101 | 10000 | 111101 |
Color Harmonies of #AB8C96
Complementary color
Monochromatic Colors of #AB8C96
Black with #AB8C96
Text Example
Text Example
White with #AB8C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8C96; }
p { color: rgb(171,140,150); }
H1.HeaderClassName
{
color: #AB8C96;
}
.AnyTagClassName
{
color: #AB8C96;
}
</style>
background-color css
<style>
a { background-color: #AB8C96; }
a { background-color: rgb(171,140,150); }
div.DivClassName
{
background-color: #AB8C96;
}
.BgClassName
{
background-color: #AB8C96;
}
</style>
border-color css
<style>
span { border-color: #AB8C96; }
span { border-color: rgb(171,140,150); }
td.TdClassName
{
border-color: #AB8C96;
}
.TagClassName
{
border-color: #AB8C96;
}
</style>