Shades of Shady Lady #AD96A1
Tints of Shady Lady #AD96A1
RGB
CMYK
RGB Variations
Color information
#AD96A1 (or 0xAD96A1) is known color: Shady Lady. HEX triplet: AD, 96 and A1. RGB value is (173,150,161). Sum of RGB (Red+Green+Blue) = 173+150+161=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 173 - color contains mainly: red. Hex color #AD96A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD96A1 is #52695E. Grayscale: #9E9E9E. Windows color (decimal): -5400927 or 10589869. OLE color: 10589869.
HSL color Cylindrical-coordinate representation of color #AD96A1: hue angle of 331.3º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AD96A1 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 161 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.32 |
| HSL | 331.3º | 0.12% | 0.63% | - |
| HSV(B) | 331.3º | 0.13% | 0.68% | - |
| XYZ | 34.57 | 33.27 | 38.32 | - |
| YUV | 158.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 161 | 0 | 0.13 | 0.07 | 0.32 | 331.3 | 0.12 | 0.63 |
| Hex | AD | 96 | A1 | 0 | D | 7 | 20 | 14B | C | 3F |
| Octal | 255 | 226 | 241 | 0 | 15 | 7 | 40 | 513 | 14 | 77 |
| Binary | 10101101 | 10010110 | 10100001 | 0 | 1101 | 111 | 100000 | 101001011 | 1100 | 111111 |
Color Harmonies of #AD96A1
Complementary color
Monochromatic Colors of #AD96A1
Black with #AD96A1
Text Example
Text Example
White with #AD96A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD96A1; }
p { color: rgb(173,150,161); }
H1.HeaderClassName
{
color: #AD96A1;
}
.AnyTagClassName
{
color: #AD96A1;
}
</style>
background-color css
<style>
a { background-color: #AD96A1; }
a { background-color: rgb(173,150,161); }
div.DivClassName
{
background-color: #AD96A1;
}
.BgClassName
{
background-color: #AD96A1;
}
</style>
border-color css
<style>
span { border-color: #AD96A1; }
span { border-color: rgb(173,150,161); }
td.TdClassName
{
border-color: #AD96A1;
}
.TagClassName
{
border-color: #AD96A1;
}
</style>