Shades of Shady Lady #AD8E9B
Tints of Shady Lady #AD8E9B
RGB
CMYK
RGB Variations
Color information
#AD8E9B (or 0xAD8E9B) is known color: Shady Lady. HEX triplet: AD, 8E and 9B. RGB value is (173,142,155). Sum of RGB (Red+Green+Blue) = 173+142+155=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8E9B is #527164. Grayscale: #989898. Windows color (decimal): -5402981 or 10194605. OLE color: 10194605.
HSL color Cylindrical-coordinate representation of color #AD8E9B: hue angle of 334.84º 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 #AD8E9B is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 142 | 155 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.32 |
| HSL | 334.84º | 0.16% | 0.62% | - |
| HSV(B) | 334.84º | 0.18% | 0.68% | - |
| XYZ | 32.82 | 30.6 | 35.19 | - |
| YUV | 152.75 | 129.27 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 155 | 0 | 0.18 | 0.10 | 0.32 | 334.84 | 0.16 | 0.62 |
| Hex | AD | 8E | 9B | 0 | 12 | A | 20 | 14F | 10 | 3E |
| Octal | 255 | 216 | 233 | 0 | 22 | 12 | 40 | 517 | 20 | 76 |
| Binary | 10101101 | 10001110 | 10011011 | 0 | 10010 | 1010 | 100000 | 101001111 | 10000 | 111110 |
Color Harmonies of #AD8E9B
Complementary color
Monochromatic Colors of #AD8E9B
Black with #AD8E9B
Text Example
Text Example
White with #AD8E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8E9B; }
p { color: rgb(173,142,155); }
H1.HeaderClassName
{
color: #AD8E9B;
}
.AnyTagClassName
{
color: #AD8E9B;
}
</style>
background-color css
<style>
a { background-color: #AD8E9B; }
a { background-color: rgb(173,142,155); }
div.DivClassName
{
background-color: #AD8E9B;
}
.BgClassName
{
background-color: #AD8E9B;
}
</style>
border-color css
<style>
span { border-color: #AD8E9B; }
span { border-color: rgb(173,142,155); }
td.TdClassName
{
border-color: #AD8E9B;
}
.TagClassName
{
border-color: #AD8E9B;
}
</style>