Shades of Shady Lady #AB96A1
Tints of Shady Lady #AB96A1
RGB
CMYK
RGB Variations
Color information
#AB96A1 (or 0xAB96A1) is known color: Shady Lady. HEX triplet: AB, 96 and A1. RGB value is (171,150,161). Sum of RGB (Red+Green+Blue) = 171+150+161=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 171 - color contains mainly: red. Hex color #AB96A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB96A1 is #54695E. Grayscale: #9D9D9D. Windows color (decimal): -5531999 or 10589867. OLE color: 10589867.
HSL color Cylindrical-coordinate representation of color #AB96A1: hue angle of 328.57º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AB96A1 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 150 | 161 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.33 |
| HSL | 328.57º | 0.11% | 0.63% | - |
| HSV(B) | 328.57º | 0.12% | 0.67% | - |
| XYZ | 34.13 | 33.04 | 38.3 | - |
| YUV | 157.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 161 | 0 | 0.12 | 0.06 | 0.33 | 328.57 | 0.11 | 0.63 |
| Hex | AB | 96 | A1 | 0 | C | 6 | 21 | 149 | B | 3F |
| Octal | 253 | 226 | 241 | 0 | 14 | 6 | 41 | 511 | 13 | 77 |
| Binary | 10101011 | 10010110 | 10100001 | 0 | 1100 | 110 | 100001 | 101001001 | 1011 | 111111 |
Color Harmonies of #AB96A1
Complementary color
Monochromatic Colors of #AB96A1
Black with #AB96A1
Text Example
Text Example
White with #AB96A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB96A1; }
p { color: rgb(171,150,161); }
H1.HeaderClassName
{
color: #AB96A1;
}
.AnyTagClassName
{
color: #AB96A1;
}
</style>
background-color css
<style>
a { background-color: #AB96A1; }
a { background-color: rgb(171,150,161); }
div.DivClassName
{
background-color: #AB96A1;
}
.BgClassName
{
background-color: #AB96A1;
}
</style>
border-color css
<style>
span { border-color: #AB96A1; }
span { border-color: rgb(171,150,161); }
td.TdClassName
{
border-color: #AB96A1;
}
.TagClassName
{
border-color: #AB96A1;
}
</style>