Shades of Shady Lady #AB969D
Tints of Shady Lady #AB969D
RGB
CMYK
RGB Variations
Color information
#AB969D (or 0xAB969D) is known color: Shady Lady. HEX triplet: AB, 96 and 9D. RGB value is (171,150,157). Sum of RGB (Red+Green+Blue) = 171+150+157=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 171 - color contains mainly: red. Hex color #AB969D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB969D is #546962. Grayscale: #9D9D9D. Windows color (decimal): -5532003 or 10327723. OLE color: 10327723.
HSL color Cylindrical-coordinate representation of color #AB969D: hue angle of 340º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AB969D is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 150 | 157 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.33 |
| HSL | 340º | 0.11% | 0.63% | - |
| HSV(B) | 340º | 0.12% | 0.67% | - |
| XYZ | 33.79 | 32.9 | 36.47 | - |
| YUV | 157.08 | 127.96 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 157 | 0 | 0.12 | 0.08 | 0.33 | 340 | 0.11 | 0.63 |
| Hex | AB | 96 | 9D | 0 | C | 8 | 21 | 154 | B | 3F |
| Octal | 253 | 226 | 235 | 0 | 14 | 10 | 41 | 524 | 13 | 77 |
| Binary | 10101011 | 10010110 | 10011101 | 0 | 1100 | 1000 | 100001 | 101010100 | 1011 | 111111 |
Color Harmonies of #AB969D
Complementary color
Monochromatic Colors of #AB969D
Black with #AB969D
Text Example
Text Example
White with #AB969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB969D; }
p { color: rgb(171,150,157); }
H1.HeaderClassName
{
color: #AB969D;
}
.AnyTagClassName
{
color: #AB969D;
}
</style>
background-color css
<style>
a { background-color: #AB969D; }
a { background-color: rgb(171,150,157); }
div.DivClassName
{
background-color: #AB969D;
}
.BgClassName
{
background-color: #AB969D;
}
</style>
border-color css
<style>
span { border-color: #AB969D; }
span { border-color: rgb(171,150,157); }
td.TdClassName
{
border-color: #AB969D;
}
.TagClassName
{
border-color: #AB969D;
}
</style>