Shades of Shady Lady #AB949F
Tints of Shady Lady #AB949F
RGB
CMYK
RGB Variations
Color information
#AB949F (or 0xAB949F) is known color: Shady Lady. HEX triplet: AB, 94 and 9F. RGB value is (171,148,159). Sum of RGB (Red+Green+Blue) = 171+148+159=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 171 - color contains mainly: red. Hex color #AB949F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB949F is #546B60. Grayscale: #9C9C9C. Windows color (decimal): -5532513 or 10458283. OLE color: 10458283.
HSL color Cylindrical-coordinate representation of color #AB949F: hue angle of 331.3º 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 #AB949F is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 148 | 159 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.33 |
| HSL | 331.3º | 0.12% | 0.63% | - |
| HSV(B) | 331.3º | 0.13% | 0.67% | - |
| XYZ | 33.64 | 32.34 | 37.27 | - |
| YUV | 156.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 148 | 159 | 0 | 0.13 | 0.07 | 0.33 | 331.3 | 0.12 | 0.63 |
| Hex | AB | 94 | 9F | 0 | D | 7 | 21 | 14B | C | 3F |
| Octal | 253 | 224 | 237 | 0 | 15 | 7 | 41 | 513 | 14 | 77 |
| Binary | 10101011 | 10010100 | 10011111 | 0 | 1101 | 111 | 100001 | 101001011 | 1100 | 111111 |
Color Harmonies of #AB949F
Complementary color
Monochromatic Colors of #AB949F
Black with #AB949F
Text Example
Text Example
White with #AB949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB949F; }
p { color: rgb(171,148,159); }
H1.HeaderClassName
{
color: #AB949F;
}
.AnyTagClassName
{
color: #AB949F;
}
</style>
background-color css
<style>
a { background-color: #AB949F; }
a { background-color: rgb(171,148,159); }
div.DivClassName
{
background-color: #AB949F;
}
.BgClassName
{
background-color: #AB949F;
}
</style>
border-color css
<style>
span { border-color: #AB949F; }
span { border-color: rgb(171,148,159); }
td.TdClassName
{
border-color: #AB949F;
}
.TagClassName
{
border-color: #AB949F;
}
</style>