Shades of Shady Lady #AB959F
Tints of Shady Lady #AB959F
RGB
CMYK
RGB Variations
Color information
#AB959F (or 0xAB959F) is known color: Shady Lady. HEX triplet: AB, 95 and 9F. RGB value is (171,149,159). Sum of RGB (Red+Green+Blue) = 171+149+159=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 171 - color contains mainly: red. Hex color #AB959F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB959F is #546A60. Grayscale: #9C9C9C. Windows color (decimal): -5532257 or 10458539. OLE color: 10458539.
HSL color Cylindrical-coordinate representation of color #AB959F: hue angle of 332.73º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AB959F is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 149 | 159 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.33 |
| HSL | 332.73º | 0.12% | 0.63% | - |
| HSV(B) | 332.73º | 0.13% | 0.67% | - |
| XYZ | 33.8 | 32.66 | 37.32 | - |
| YUV | 156.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 149 | 159 | 0 | 0.13 | 0.07 | 0.33 | 332.73 | 0.12 | 0.63 |
| Hex | AB | 95 | 9F | 0 | D | 7 | 21 | 14D | C | 3F |
| Octal | 253 | 225 | 237 | 0 | 15 | 7 | 41 | 515 | 14 | 77 |
| Binary | 10101011 | 10010101 | 10011111 | 0 | 1101 | 111 | 100001 | 101001101 | 1100 | 111111 |
Color Harmonies of #AB959F
Complementary color
Monochromatic Colors of #AB959F
Black with #AB959F
Text Example
Text Example
White with #AB959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB959F; }
p { color: rgb(171,149,159); }
H1.HeaderClassName
{
color: #AB959F;
}
.AnyTagClassName
{
color: #AB959F;
}
</style>
background-color css
<style>
a { background-color: #AB959F; }
a { background-color: rgb(171,149,159); }
div.DivClassName
{
background-color: #AB959F;
}
.BgClassName
{
background-color: #AB959F;
}
</style>
border-color css
<style>
span { border-color: #AB959F; }
span { border-color: rgb(171,149,159); }
td.TdClassName
{
border-color: #AB959F;
}
.TagClassName
{
border-color: #AB959F;
}
</style>