Shades of Shady Lady #AD9EA7
Tints of Shady Lady #AD9EA7
RGB
CMYK
RGB Variations
Color information
#AD9EA7 (or 0xAD9EA7) is known color: Shady Lady. HEX triplet: AD, 9E and A7. RGB value is (173,158,167). Sum of RGB (Red+Green+Blue) = 173+158+167=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 167 (65.62% from 255 or 33.53% from 498); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9EA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9EA7 is #526158. Grayscale: #A3A3A3. Windows color (decimal): -5398873 or 10985133. OLE color: 10985133.
HSL color Cylindrical-coordinate representation of color #AD9EA7: hue angle of 324º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AD9EA7 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 158 | 167 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.32 |
| HSL | 324º | 0.08% | 0.65% | - |
| HSV(B) | 324º | 0.09% | 0.68% | - |
| XYZ | 36.44 | 36.13 | 41.61 | - |
| YUV | 163.51 | 129.97 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 167 | 0 | 0.09 | 0.03 | 0.32 | 324 | 0.08 | 0.65 |
| Hex | AD | 9E | A7 | 0 | 9 | 3 | 20 | 144 | 8 | 41 |
| Octal | 255 | 236 | 247 | 0 | 11 | 3 | 40 | 504 | 10 | 101 |
| Binary | 10101101 | 10011110 | 10100111 | 0 | 1001 | 11 | 100000 | 101000100 | 1000 | 1000001 |
Color Harmonies of #AD9EA7
Complementary color
Monochromatic Colors of #AD9EA7
Black with #AD9EA7
Text Example
Text Example
White with #AD9EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9EA7; }
p { color: rgb(173,158,167); }
H1.HeaderClassName
{
color: #AD9EA7;
}
.AnyTagClassName
{
color: #AD9EA7;
}
</style>
background-color css
<style>
a { background-color: #AD9EA7; }
a { background-color: rgb(173,158,167); }
div.DivClassName
{
background-color: #AD9EA7;
}
.BgClassName
{
background-color: #AD9EA7;
}
</style>
border-color css
<style>
span { border-color: #AD9EA7; }
span { border-color: rgb(173,158,167); }
td.TdClassName
{
border-color: #AD9EA7;
}
.TagClassName
{
border-color: #AD9EA7;
}
</style>