Shades of Shady Lady #AD99A2
Tints of Shady Lady #AD99A2
RGB
CMYK
RGB Variations
Color information
#AD99A2 (or 0xAD99A2) is known color: Shady Lady. HEX triplet: AD, 99 and A2. RGB value is (173,153,162). Sum of RGB (Red+Green+Blue) = 173+153+162=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 173 - color contains mainly: red. Hex color #AD99A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD99A2 is #52665D. Grayscale: #9F9F9F. Windows color (decimal): -5400158 or 10656173. OLE color: 10656173.
HSL color Cylindrical-coordinate representation of color #AD99A2: hue angle of 333º 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 #AD99A2 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 162 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.32 |
| HSL | 333º | 0.11% | 0.64% | - |
| HSV(B) | 333º | 0.12% | 0.68% | - |
| XYZ | 35.15 | 34.28 | 38.95 | - |
| YUV | 160.01 | 129.13 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 162 | 0 | 0.12 | 0.06 | 0.32 | 333 | 0.11 | 0.64 |
| Hex | AD | 99 | A2 | 0 | C | 6 | 20 | 14D | B | 40 |
| Octal | 255 | 231 | 242 | 0 | 14 | 6 | 40 | 515 | 13 | 100 |
| Binary | 10101101 | 10011001 | 10100010 | 0 | 1100 | 110 | 100000 | 101001101 | 1011 | 1000000 |
Color Harmonies of #AD99A2
Complementary color
Monochromatic Colors of #AD99A2
Black with #AD99A2
Text Example
Text Example
White with #AD99A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD99A2; }
p { color: rgb(173,153,162); }
H1.HeaderClassName
{
color: #AD99A2;
}
.AnyTagClassName
{
color: #AD99A2;
}
</style>
background-color css
<style>
a { background-color: #AD99A2; }
a { background-color: rgb(173,153,162); }
div.DivClassName
{
background-color: #AD99A2;
}
.BgClassName
{
background-color: #AD99A2;
}
</style>
border-color css
<style>
span { border-color: #AD99A2; }
span { border-color: rgb(173,153,162); }
td.TdClassName
{
border-color: #AD99A2;
}
.TagClassName
{
border-color: #AD99A2;
}
</style>