Shades of Shady Lady #AD969D
Tints of Shady Lady #AD969D
RGB
CMYK
RGB Variations
Color information
#AD969D (or 0xAD969D) is known color: Shady Lady. HEX triplet: AD, 96 and 9D. RGB value is (173,150,157). Sum of RGB (Red+Green+Blue) = 173+150+157=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 173 - color contains mainly: red. Hex color #AD969D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD969D is #526962. Grayscale: #9D9D9D. Windows color (decimal): -5400931 or 10327725. OLE color: 10327725.
HSL color Cylindrical-coordinate representation of color #AD969D: hue angle of 341.74º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AD969D is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 157 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.32 |
| HSL | 341.74º | 0.12% | 0.63% | - |
| HSV(B) | 341.74º | 0.13% | 0.68% | - |
| XYZ | 34.23 | 33.13 | 36.49 | - |
| YUV | 157.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 157 | 0 | 0.13 | 0.09 | 0.32 | 341.74 | 0.12 | 0.63 |
| Hex | AD | 96 | 9D | 0 | D | 9 | 20 | 156 | C | 3F |
| Octal | 255 | 226 | 235 | 0 | 15 | 11 | 40 | 526 | 14 | 77 |
| Binary | 10101101 | 10010110 | 10011101 | 0 | 1101 | 1001 | 100000 | 101010110 | 1100 | 111111 |
Color Harmonies of #AD969D
Complementary color
Monochromatic Colors of #AD969D
Black with #AD969D
Text Example
Text Example
White with #AD969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD969D; }
p { color: rgb(173,150,157); }
H1.HeaderClassName
{
color: #AD969D;
}
.AnyTagClassName
{
color: #AD969D;
}
</style>
background-color css
<style>
a { background-color: #AD969D; }
a { background-color: rgb(173,150,157); }
div.DivClassName
{
background-color: #AD969D;
}
.BgClassName
{
background-color: #AD969D;
}
</style>
border-color css
<style>
span { border-color: #AD969D; }
span { border-color: rgb(173,150,157); }
td.TdClassName
{
border-color: #AD969D;
}
.TagClassName
{
border-color: #AD969D;
}
</style>