Shades of Shady Lady #AD8E9D
Tints of Shady Lady #AD8E9D
RGB
CMYK
RGB Variations
Color information
#AD8E9D (or 0xAD8E9D) is known color: Shady Lady. HEX triplet: AD, 8E and 9D. RGB value is (173,142,157). Sum of RGB (Red+Green+Blue) = 173+142+157=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8E9D is #527162. Grayscale: #989898. Windows color (decimal): -5402979 or 10325677. OLE color: 10325677.
HSL color Cylindrical-coordinate representation of color #AD8E9D: hue angle of 330.97º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AD8E9D is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 142 | 157 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.32 |
| HSL | 330.97º | 0.16% | 0.62% | - |
| HSV(B) | 330.97º | 0.18% | 0.68% | - |
| XYZ | 32.99 | 30.66 | 36.08 | - |
| YUV | 152.98 | 130.27 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 157 | 0 | 0.18 | 0.09 | 0.32 | 330.97 | 0.16 | 0.62 |
| Hex | AD | 8E | 9D | 0 | 12 | 9 | 20 | 14B | 10 | 3E |
| Octal | 255 | 216 | 235 | 0 | 22 | 11 | 40 | 513 | 20 | 76 |
| Binary | 10101101 | 10001110 | 10011101 | 0 | 10010 | 1001 | 100000 | 101001011 | 10000 | 111110 |
Color Harmonies of #AD8E9D
Complementary color
Monochromatic Colors of #AD8E9D
Black with #AD8E9D
Text Example
Text Example
White with #AD8E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8E9D; }
p { color: rgb(173,142,157); }
H1.HeaderClassName
{
color: #AD8E9D;
}
.AnyTagClassName
{
color: #AD8E9D;
}
</style>
background-color css
<style>
a { background-color: #AD8E9D; }
a { background-color: rgb(173,142,157); }
div.DivClassName
{
background-color: #AD8E9D;
}
.BgClassName
{
background-color: #AD8E9D;
}
</style>
border-color css
<style>
span { border-color: #AD8E9D; }
span { border-color: rgb(173,142,157); }
td.TdClassName
{
border-color: #AD8E9D;
}
.TagClassName
{
border-color: #AD8E9D;
}
</style>