Shades of Shady Lady #AD96A0
Tints of Shady Lady #AD96A0
RGB
CMYK
RGB Variations
Color information
#AD96A0 (or 0xAD96A0) is known color: Shady Lady. HEX triplet: AD, 96 and A0. RGB value is (173,150,160). Sum of RGB (Red+Green+Blue) = 173+150+160=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 173 - color contains mainly: red. Hex color #AD96A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD96A0 is #52695F. Grayscale: #9E9E9E. Windows color (decimal): -5400928 or 10524333. OLE color: 10524333.
HSL color Cylindrical-coordinate representation of color #AD96A0: hue angle of 333.91º 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 #AD96A0 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 160 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.32 |
| HSL | 333.91º | 0.12% | 0.63% | - |
| HSV(B) | 333.91º | 0.13% | 0.68% | - |
| XYZ | 34.49 | 33.24 | 37.86 | - |
| YUV | 158.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 160 | 0 | 0.13 | 0.08 | 0.32 | 333.91 | 0.12 | 0.63 |
| Hex | AD | 96 | A0 | 0 | D | 8 | 20 | 14E | C | 3F |
| Octal | 255 | 226 | 240 | 0 | 15 | 10 | 40 | 516 | 14 | 77 |
| Binary | 10101101 | 10010110 | 10100000 | 0 | 1101 | 1000 | 100000 | 101001110 | 1100 | 111111 |
Color Harmonies of #AD96A0
Complementary color
Monochromatic Colors of #AD96A0
Black with #AD96A0
Text Example
Text Example
White with #AD96A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD96A0; }
p { color: rgb(173,150,160); }
H1.HeaderClassName
{
color: #AD96A0;
}
.AnyTagClassName
{
color: #AD96A0;
}
</style>
background-color css
<style>
a { background-color: #AD96A0; }
a { background-color: rgb(173,150,160); }
div.DivClassName
{
background-color: #AD96A0;
}
.BgClassName
{
background-color: #AD96A0;
}
</style>
border-color css
<style>
span { border-color: #AD96A0; }
span { border-color: rgb(173,150,160); }
td.TdClassName
{
border-color: #AD96A0;
}
.TagClassName
{
border-color: #AD96A0;
}
</style>