Shades of Shady Lady #AB9EA6
Tints of Shady Lady #AB9EA6
RGB
CMYK
RGB Variations
Color information
#AB9EA6 (or 0xAB9EA6) is known color: Shady Lady. HEX triplet: AB, 9E and A6. RGB value is (171,158,166). Sum of RGB (Red+Green+Blue) = 171+158+166=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 166 (65.23% from 255 or 33.54% from 495); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9EA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9EA6 is #546159. Grayscale: #A2A2A2. Windows color (decimal): -5529946 or 10919595. OLE color: 10919595.
HSL color Cylindrical-coordinate representation of color #AB9EA6: hue angle of 323.08º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AB9EA6 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 158 | 166 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.33 |
| HSL | 323.08º | 0.07% | 0.65% | - |
| HSV(B) | 323.08º | 0.08% | 0.67% | - |
| XYZ | 35.9 | 35.86 | 41.11 | - |
| YUV | 162.8 | 129.81 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 158 | 166 | 0 | 0.08 | 0.03 | 0.33 | 323.08 | 0.07 | 0.65 |
| Hex | AB | 9E | A6 | 0 | 8 | 3 | 21 | 143 | 7 | 41 |
| Octal | 253 | 236 | 246 | 0 | 10 | 3 | 41 | 503 | 7 | 101 |
| Binary | 10101011 | 10011110 | 10100110 | 0 | 1000 | 11 | 100001 | 101000011 | 111 | 1000001 |
Color Harmonies of #AB9EA6
Complementary color
Monochromatic Colors of #AB9EA6
Black with #AB9EA6
Text Example
Text Example
White with #AB9EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9EA6; }
p { color: rgb(171,158,166); }
H1.HeaderClassName
{
color: #AB9EA6;
}
.AnyTagClassName
{
color: #AB9EA6;
}
</style>
background-color css
<style>
a { background-color: #AB9EA6; }
a { background-color: rgb(171,158,166); }
div.DivClassName
{
background-color: #AB9EA6;
}
.BgClassName
{
background-color: #AB9EA6;
}
</style>
border-color css
<style>
span { border-color: #AB9EA6; }
span { border-color: rgb(171,158,166); }
td.TdClassName
{
border-color: #AB9EA6;
}
.TagClassName
{
border-color: #AB9EA6;
}
</style>