Shades of Shady Lady #AB9B9E
Tints of Shady Lady #AB9B9E
RGB
CMYK
RGB Variations
Color information
#AB9B9E (or 0xAB9B9E) is known color: Shady Lady. HEX triplet: AB, 9B and 9E. RGB value is (171,155,158). Sum of RGB (Red+Green+Blue) = 171+155+158=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9B9E is #546461. Grayscale: #A0A0A0. Windows color (decimal): -5530722 or 10394539. OLE color: 10394539.
HSL color Cylindrical-coordinate representation of color #AB9B9E: hue angle of 348.75º 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 #AB9B9E is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 155 | 158 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.33 |
| HSL | 348.75º | 0.09% | 0.64% | - |
| HSV(B) | 348.75º | 0.09% | 0.67% | - |
| XYZ | 34.69 | 34.57 | 37.19 | - |
| YUV | 160.13 | 126.8 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 155 | 158 | 0 | 0.09 | 0.08 | 0.33 | 348.75 | 0.09 | 0.64 |
| Hex | AB | 9B | 9E | 0 | 9 | 8 | 21 | 15D | 9 | 40 |
| Octal | 253 | 233 | 236 | 0 | 11 | 10 | 41 | 535 | 11 | 100 |
| Binary | 10101011 | 10011011 | 10011110 | 0 | 1001 | 1000 | 100001 | 101011101 | 1001 | 1000000 |
Color Harmonies of #AB9B9E
Complementary color
Monochromatic Colors of #AB9B9E
Black with #AB9B9E
Text Example
Text Example
White with #AB9B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9B9E; }
p { color: rgb(171,155,158); }
H1.HeaderClassName
{
color: #AB9B9E;
}
.AnyTagClassName
{
color: #AB9B9E;
}
</style>
background-color css
<style>
a { background-color: #AB9B9E; }
a { background-color: rgb(171,155,158); }
div.DivClassName
{
background-color: #AB9B9E;
}
.BgClassName
{
background-color: #AB9B9E;
}
</style>
border-color css
<style>
span { border-color: #AB9B9E; }
span { border-color: rgb(171,155,158); }
td.TdClassName
{
border-color: #AB9B9E;
}
.TagClassName
{
border-color: #AB9B9E;
}
</style>