Shades of Shady Lady #AD90A0
Tints of Shady Lady #AD90A0
RGB
CMYK
RGB Variations
Color information
#AD90A0 (or 0xAD90A0) is known color: Shady Lady. HEX triplet: AD, 90 and A0. RGB value is (173,144,160). Sum of RGB (Red+Green+Blue) = 173+144+160=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 173 - color contains mainly: red. Hex color #AD90A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD90A0 is #526F5F. Grayscale: #9A9A9A. Windows color (decimal): -5402464 or 10522797. OLE color: 10522797.
HSL color Cylindrical-coordinate representation of color #AD90A0: hue angle of 326.9º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AD90A0 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 160 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.32 |
| HSL | 326.9º | 0.15% | 0.62% | - |
| HSV(B) | 326.9º | 0.17% | 0.68% | - |
| XYZ | 33.55 | 31.37 | 37.54 | - |
| YUV | 154.5 | 131.11 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 160 | 0 | 0.17 | 0.08 | 0.32 | 326.9 | 0.15 | 0.62 |
| Hex | AD | 90 | A0 | 0 | 11 | 8 | 20 | 147 | F | 3E |
| Octal | 255 | 220 | 240 | 0 | 21 | 10 | 40 | 507 | 17 | 76 |
| Binary | 10101101 | 10010000 | 10100000 | 0 | 10001 | 1000 | 100000 | 101000111 | 1111 | 111110 |
Color Harmonies of #AD90A0
Complementary color
Monochromatic Colors of #AD90A0
Black with #AD90A0
Text Example
Text Example
White with #AD90A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD90A0; }
p { color: rgb(173,144,160); }
H1.HeaderClassName
{
color: #AD90A0;
}
.AnyTagClassName
{
color: #AD90A0;
}
</style>
background-color css
<style>
a { background-color: #AD90A0; }
a { background-color: rgb(173,144,160); }
div.DivClassName
{
background-color: #AD90A0;
}
.BgClassName
{
background-color: #AD90A0;
}
</style>
border-color css
<style>
span { border-color: #AD90A0; }
span { border-color: rgb(173,144,160); }
td.TdClassName
{
border-color: #AD90A0;
}
.TagClassName
{
border-color: #AD90A0;
}
</style>