Shades of Shady Lady #AD98A0
Tints of Shady Lady #AD98A0
RGB
CMYK
RGB Variations
Color information
#AD98A0 (or 0xAD98A0) is known color: Shady Lady. HEX triplet: AD, 98 and A0. RGB value is (173,152,160). Sum of RGB (Red+Green+Blue) = 173+152+160=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 173 - color contains mainly: red. Hex color #AD98A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD98A0 is #52675F. Grayscale: #9F9F9F. Windows color (decimal): -5400416 or 10524845. OLE color: 10524845.
HSL color Cylindrical-coordinate representation of color #AD98A0: hue angle of 337.14º 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 #AD98A0 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 160 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.32 |
| HSL | 337.14º | 0.11% | 0.64% | - |
| HSV(B) | 337.14º | 0.12% | 0.68% | - |
| XYZ | 34.81 | 33.88 | 37.96 | - |
| YUV | 159.19 | 128.46 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 160 | 0 | 0.12 | 0.08 | 0.32 | 337.14 | 0.11 | 0.64 |
| Hex | AD | 98 | A0 | 0 | C | 8 | 20 | 151 | B | 40 |
| Octal | 255 | 230 | 240 | 0 | 14 | 10 | 40 | 521 | 13 | 100 |
| Binary | 10101101 | 10011000 | 10100000 | 0 | 1100 | 1000 | 100000 | 101010001 | 1011 | 1000000 |
Color Harmonies of #AD98A0
Complementary color
Monochromatic Colors of #AD98A0
Black with #AD98A0
Text Example
Text Example
White with #AD98A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD98A0; }
p { color: rgb(173,152,160); }
H1.HeaderClassName
{
color: #AD98A0;
}
.AnyTagClassName
{
color: #AD98A0;
}
</style>
background-color css
<style>
a { background-color: #AD98A0; }
a { background-color: rgb(173,152,160); }
div.DivClassName
{
background-color: #AD98A0;
}
.BgClassName
{
background-color: #AD98A0;
}
</style>
border-color css
<style>
span { border-color: #AD98A0; }
span { border-color: rgb(173,152,160); }
td.TdClassName
{
border-color: #AD98A0;
}
.TagClassName
{
border-color: #AD98A0;
}
</style>