Shades of Shady Lady #AD919E
Tints of Shady Lady #AD919E
RGB
CMYK
RGB Variations
Color information
#AD919E (or 0xAD919E) is known color: Shady Lady. HEX triplet: AD, 91 and 9E. RGB value is (173,145,158). Sum of RGB (Red+Green+Blue) = 173+145+158=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 173 - color contains mainly: red. Hex color #AD919E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD919E is #526E61. Grayscale: #9A9A9A. Windows color (decimal): -5402210 or 10391981. OLE color: 10391981.
HSL color Cylindrical-coordinate representation of color #AD919E: hue angle of 332.14º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AD919E is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 145 | 158 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.32 |
| HSL | 332.14º | 0.15% | 0.62% | - |
| HSV(B) | 332.14º | 0.16% | 0.68% | - |
| XYZ | 33.53 | 31.6 | 36.68 | - |
| YUV | 154.85 | 129.78 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 158 | 0 | 0.16 | 0.09 | 0.32 | 332.14 | 0.15 | 0.62 |
| Hex | AD | 91 | 9E | 0 | 10 | 9 | 20 | 14C | F | 3E |
| Octal | 255 | 221 | 236 | 0 | 20 | 11 | 40 | 514 | 17 | 76 |
| Binary | 10101101 | 10010001 | 10011110 | 0 | 10000 | 1001 | 100000 | 101001100 | 1111 | 111110 |
Color Harmonies of #AD919E
Complementary color
Monochromatic Colors of #AD919E
Black with #AD919E
Text Example
Text Example
White with #AD919E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD919E; }
p { color: rgb(173,145,158); }
H1.HeaderClassName
{
color: #AD919E;
}
.AnyTagClassName
{
color: #AD919E;
}
</style>
background-color css
<style>
a { background-color: #AD919E; }
a { background-color: rgb(173,145,158); }
div.DivClassName
{
background-color: #AD919E;
}
.BgClassName
{
background-color: #AD919E;
}
</style>
border-color css
<style>
span { border-color: #AD919E; }
span { border-color: rgb(173,145,158); }
td.TdClassName
{
border-color: #AD919E;
}
.TagClassName
{
border-color: #AD919E;
}
</style>