Shades of Shady Lady #AD8E9C
Tints of Shady Lady #AD8E9C
RGB
CMYK
RGB Variations
Color information
#AD8E9C (or 0xAD8E9C) is known color: Shady Lady. HEX triplet: AD, 8E and 9C. RGB value is (173,142,156). Sum of RGB (Red+Green+Blue) = 173+142+156=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8E9C is #527163. Grayscale: #989898. Windows color (decimal): -5402980 or 10260141. OLE color: 10260141.
HSL color Cylindrical-coordinate representation of color #AD8E9C: hue angle of 332.9º 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 #AD8E9C is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 142 | 156 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.32 |
| HSL | 332.9º | 0.16% | 0.62% | - |
| HSV(B) | 332.9º | 0.18% | 0.68% | - |
| XYZ | 32.91 | 30.63 | 35.63 | - |
| YUV | 152.87 | 129.77 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 156 | 0 | 0.18 | 0.10 | 0.32 | 332.9 | 0.16 | 0.62 |
| Hex | AD | 8E | 9C | 0 | 12 | A | 20 | 14D | 10 | 3E |
| Octal | 255 | 216 | 234 | 0 | 22 | 12 | 40 | 515 | 20 | 76 |
| Binary | 10101101 | 10001110 | 10011100 | 0 | 10010 | 1010 | 100000 | 101001101 | 10000 | 111110 |
Color Harmonies of #AD8E9C
Complementary color
Monochromatic Colors of #AD8E9C
Black with #AD8E9C
Text Example
Text Example
White with #AD8E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8E9C; }
p { color: rgb(173,142,156); }
H1.HeaderClassName
{
color: #AD8E9C;
}
.AnyTagClassName
{
color: #AD8E9C;
}
</style>
background-color css
<style>
a { background-color: #AD8E9C; }
a { background-color: rgb(173,142,156); }
div.DivClassName
{
background-color: #AD8E9C;
}
.BgClassName
{
background-color: #AD8E9C;
}
</style>
border-color css
<style>
span { border-color: #AD8E9C; }
span { border-color: rgb(173,142,156); }
td.TdClassName
{
border-color: #AD8E9C;
}
.TagClassName
{
border-color: #AD8E9C;
}
</style>