Shades of Shady Lady #AD999F
Tints of Shady Lady #AD999F
RGB
CMYK
RGB Variations
Color information
#AD999F (or 0xAD999F) is known color: Shady Lady. HEX triplet: AD, 99 and 9F. RGB value is (173,153,159). Sum of RGB (Red+Green+Blue) = 173+153+159=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 173 - color contains mainly: red. Hex color #AD999F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD999F is #526660. Grayscale: #9F9F9F. Windows color (decimal): -5400161 or 10459565. OLE color: 10459565.
HSL color Cylindrical-coordinate representation of color #AD999F: hue angle of 342º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AD999F is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 159 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.32 |
| HSL | 342º | 0.11% | 0.64% | - |
| HSV(B) | 342º | 0.12% | 0.68% | - |
| XYZ | 34.88 | 34.17 | 37.56 | - |
| YUV | 159.66 | 127.63 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 159 | 0 | 0.12 | 0.08 | 0.32 | 342 | 0.11 | 0.64 |
| Hex | AD | 99 | 9F | 0 | C | 8 | 20 | 156 | B | 40 |
| Octal | 255 | 231 | 237 | 0 | 14 | 10 | 40 | 526 | 13 | 100 |
| Binary | 10101101 | 10011001 | 10011111 | 0 | 1100 | 1000 | 100000 | 101010110 | 1011 | 1000000 |
Color Harmonies of #AD999F
Complementary color
Monochromatic Colors of #AD999F
Black with #AD999F
Text Example
Text Example
White with #AD999F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD999F; }
p { color: rgb(173,153,159); }
H1.HeaderClassName
{
color: #AD999F;
}
.AnyTagClassName
{
color: #AD999F;
}
</style>
background-color css
<style>
a { background-color: #AD999F; }
a { background-color: rgb(173,153,159); }
div.DivClassName
{
background-color: #AD999F;
}
.BgClassName
{
background-color: #AD999F;
}
</style>
border-color css
<style>
span { border-color: #AD999F; }
span { border-color: rgb(173,153,159); }
td.TdClassName
{
border-color: #AD999F;
}
.TagClassName
{
border-color: #AD999F;
}
</style>