Shades of Shady Lady #AD8D9A
Tints of Shady Lady #AD8D9A
RGB
CMYK
RGB Variations
Color information
#AD8D9A (or 0xAD8D9A) is known color: Shady Lady. HEX triplet: AD, 8D and 9A. RGB value is (173,141,154). Sum of RGB (Red+Green+Blue) = 173+141+154=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8D9A is #527265. Grayscale: #989898. Windows color (decimal): -5403238 or 10128813. OLE color: 10128813.
HSL color Cylindrical-coordinate representation of color #AD8D9A: hue angle of 335.62º 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 #AD8D9A is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 154 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.32 |
| HSL | 335.63º | 0.16% | 0.62% | - |
| HSV(B) | 335.63º | 0.18% | 0.68% | - |
| XYZ | 32.59 | 30.27 | 34.7 | - |
| YUV | 152.05 | 129.1 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 154 | 0 | 0.18 | 0.11 | 0.32 | 335.63 | 0.16 | 0.62 |
| Hex | AD | 8D | 9A | 0 | 12 | B | 20 | 150 | 10 | 3E |
| Octal | 255 | 215 | 232 | 0 | 22 | 13 | 40 | 520 | 20 | 76 |
| Binary | 10101101 | 10001101 | 10011010 | 0 | 10010 | 1011 | 100000 | 101010000 | 10000 | 111110 |
Color Harmonies of #AD8D9A
Complementary color
Monochromatic Colors of #AD8D9A
Black with #AD8D9A
Text Example
Text Example
White with #AD8D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D9A; }
p { color: rgb(173,141,154); }
H1.HeaderClassName
{
color: #AD8D9A;
}
.AnyTagClassName
{
color: #AD8D9A;
}
</style>
background-color css
<style>
a { background-color: #AD8D9A; }
a { background-color: rgb(173,141,154); }
div.DivClassName
{
background-color: #AD8D9A;
}
.BgClassName
{
background-color: #AD8D9A;
}
</style>
border-color css
<style>
span { border-color: #AD8D9A; }
span { border-color: rgb(173,141,154); }
td.TdClassName
{
border-color: #AD8D9A;
}
.TagClassName
{
border-color: #AD8D9A;
}
</style>