Shades of Shady Lady #AB9B9F
Tints of Shady Lady #AB9B9F
RGB
CMYK
RGB Variations
Color information
#AB9B9F (or 0xAB9B9F) is known color: Shady Lady. HEX triplet: AB, 9B and 9F. RGB value is (171,155,159). Sum of RGB (Red+Green+Blue) = 171+155+159=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9B9F is #546460. Grayscale: #A0A0A0. Windows color (decimal): -5530721 or 10460075. OLE color: 10460075.
HSL color Cylindrical-coordinate representation of color #AB9B9F: hue angle of 345º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AB9B9F is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 155 | 159 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.33 |
| HSL | 345º | 0.09% | 0.64% | - |
| HSV(B) | 345º | 0.09% | 0.67% | - |
| XYZ | 34.77 | 34.6 | 37.65 | - |
| YUV | 160.24 | 127.3 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 155 | 159 | 0 | 0.09 | 0.07 | 0.33 | 345 | 0.09 | 0.64 |
| Hex | AB | 9B | 9F | 0 | 9 | 7 | 21 | 159 | 9 | 40 |
| Octal | 253 | 233 | 237 | 0 | 11 | 7 | 41 | 531 | 11 | 100 |
| Binary | 10101011 | 10011011 | 10011111 | 0 | 1001 | 111 | 100001 | 101011001 | 1001 | 1000000 |
Color Harmonies of #AB9B9F
Complementary color
Monochromatic Colors of #AB9B9F
Black with #AB9B9F
Text Example
Text Example
White with #AB9B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9B9F; }
p { color: rgb(171,155,159); }
H1.HeaderClassName
{
color: #AB9B9F;
}
.AnyTagClassName
{
color: #AB9B9F;
}
</style>
background-color css
<style>
a { background-color: #AB9B9F; }
a { background-color: rgb(171,155,159); }
div.DivClassName
{
background-color: #AB9B9F;
}
.BgClassName
{
background-color: #AB9B9F;
}
</style>
border-color css
<style>
span { border-color: #AB9B9F; }
span { border-color: rgb(171,155,159); }
td.TdClassName
{
border-color: #AB9B9F;
}
.TagClassName
{
border-color: #AB9B9F;
}
</style>