Shades of Shady Lady #AD909F
Tints of Shady Lady #AD909F
RGB
CMYK
RGB Variations
Color information
#AD909F (or 0xAD909F) is known color: Shady Lady. HEX triplet: AD, 90 and 9F. RGB value is (173,144,159). Sum of RGB (Red+Green+Blue) = 173+144+159=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 173 - color contains mainly: red. Hex color #AD909F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD909F is #526F60. Grayscale: #9A9A9A. Windows color (decimal): -5402465 or 10457261. OLE color: 10457261.
HSL color Cylindrical-coordinate representation of color #AD909F: hue angle of 328.97º 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 #AD909F is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 159 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.32 |
| HSL | 328.97º | 0.15% | 0.62% | - |
| HSV(B) | 328.97º | 0.17% | 0.68% | - |
| XYZ | 33.46 | 31.33 | 37.09 | - |
| YUV | 154.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 159 | 0 | 0.17 | 0.08 | 0.32 | 328.97 | 0.15 | 0.62 |
| Hex | AD | 90 | 9F | 0 | 11 | 8 | 20 | 149 | F | 3E |
| Octal | 255 | 220 | 237 | 0 | 21 | 10 | 40 | 511 | 17 | 76 |
| Binary | 10101101 | 10010000 | 10011111 | 0 | 10001 | 1000 | 100000 | 101001001 | 1111 | 111110 |
Color Harmonies of #AD909F
Complementary color
Monochromatic Colors of #AD909F
Black with #AD909F
Text Example
Text Example
White with #AD909F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD909F; }
p { color: rgb(173,144,159); }
H1.HeaderClassName
{
color: #AD909F;
}
.AnyTagClassName
{
color: #AD909F;
}
</style>
background-color css
<style>
a { background-color: #AD909F; }
a { background-color: rgb(173,144,159); }
div.DivClassName
{
background-color: #AD909F;
}
.BgClassName
{
background-color: #AD909F;
}
</style>
border-color css
<style>
span { border-color: #AD909F; }
span { border-color: rgb(173,144,159); }
td.TdClassName
{
border-color: #AD909F;
}
.TagClassName
{
border-color: #AD909F;
}
</style>