Shades of Shady Lady #AB9DA1
Tints of Shady Lady #AB9DA1
RGB
CMYK
RGB Variations
Color information
#AB9DA1 (or 0xAB9DA1) is known color: Shady Lady. HEX triplet: AB, 9D and A1. RGB value is (171,157,161). Sum of RGB (Red+Green+Blue) = 171+157+161=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9DA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9DA1 is #54625E. Grayscale: #A1A1A1. Windows color (decimal): -5530207 or 10591659. OLE color: 10591659.
HSL color Cylindrical-coordinate representation of color #AB9DA1: hue angle of 342.86º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AB9DA1 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 157 | 161 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.33 |
| HSL | 342.86º | 0.08% | 0.64% | - |
| HSV(B) | 342.86º | 0.08% | 0.67% | - |
| XYZ | 35.28 | 35.35 | 38.68 | - |
| YUV | 161.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 157 | 161 | 0 | 0.08 | 0.06 | 0.33 | 342.86 | 0.08 | 0.64 |
| Hex | AB | 9D | A1 | 0 | 8 | 6 | 21 | 157 | 8 | 40 |
| Octal | 253 | 235 | 241 | 0 | 10 | 6 | 41 | 527 | 10 | 100 |
| Binary | 10101011 | 10011101 | 10100001 | 0 | 1000 | 110 | 100001 | 101010111 | 1000 | 1000000 |
Color Harmonies of #AB9DA1
Complementary color
Monochromatic Colors of #AB9DA1
Black with #AB9DA1
Text Example
Text Example
White with #AB9DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9DA1; }
p { color: rgb(171,157,161); }
H1.HeaderClassName
{
color: #AB9DA1;
}
.AnyTagClassName
{
color: #AB9DA1;
}
</style>
background-color css
<style>
a { background-color: #AB9DA1; }
a { background-color: rgb(171,157,161); }
div.DivClassName
{
background-color: #AB9DA1;
}
.BgClassName
{
background-color: #AB9DA1;
}
</style>
border-color css
<style>
span { border-color: #AB9DA1; }
span { border-color: rgb(171,157,161); }
td.TdClassName
{
border-color: #AB9DA1;
}
.TagClassName
{
border-color: #AB9DA1;
}
</style>