Shades of Shady Lady #AD96A2
Tints of Shady Lady #AD96A2
RGB
CMYK
RGB Variations
Color information
#AD96A2 (or 0xAD96A2) is known color: Shady Lady. HEX triplet: AD, 96 and A2. RGB value is (173,150,162). Sum of RGB (Red+Green+Blue) = 173+150+162=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 173 - color contains mainly: red. Hex color #AD96A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD96A2 is #52695D. Grayscale: #9E9E9E. Windows color (decimal): -5400926 or 10655405. OLE color: 10655405.
HSL color Cylindrical-coordinate representation of color #AD96A2: hue angle of 328.7º 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 #AD96A2 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 162 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.32 |
| HSL | 328.7º | 0.12% | 0.63% | - |
| HSV(B) | 328.7º | 0.13% | 0.68% | - |
| XYZ | 34.66 | 33.31 | 38.78 | - |
| YUV | 158.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 162 | 0 | 0.13 | 0.06 | 0.32 | 328.7 | 0.12 | 0.63 |
| Hex | AD | 96 | A2 | 0 | D | 6 | 20 | 149 | C | 3F |
| Octal | 255 | 226 | 242 | 0 | 15 | 6 | 40 | 511 | 14 | 77 |
| Binary | 10101101 | 10010110 | 10100010 | 0 | 1101 | 110 | 100000 | 101001001 | 1100 | 111111 |
Color Harmonies of #AD96A2
Complementary color
Monochromatic Colors of #AD96A2
Black with #AD96A2
Text Example
Text Example
White with #AD96A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD96A2; }
p { color: rgb(173,150,162); }
H1.HeaderClassName
{
color: #AD96A2;
}
.AnyTagClassName
{
color: #AD96A2;
}
</style>
background-color css
<style>
a { background-color: #AD96A2; }
a { background-color: rgb(173,150,162); }
div.DivClassName
{
background-color: #AD96A2;
}
.BgClassName
{
background-color: #AD96A2;
}
</style>
border-color css
<style>
span { border-color: #AD96A2; }
span { border-color: rgb(173,150,162); }
td.TdClassName
{
border-color: #AD96A2;
}
.TagClassName
{
border-color: #AD96A2;
}
</style>