Shades of Shady Lady #AD97A5
Tints of Shady Lady #AD97A5
RGB
CMYK
RGB Variations
Color information
#AD97A5 (or 0xAD97A5) is known color: Shady Lady. HEX triplet: AD, 97 and A5. RGB value is (173,151,165). Sum of RGB (Red+Green+Blue) = 173+151+165=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 173 - color contains mainly: red. Hex color #AD97A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD97A5 is #52685A. Grayscale: #9F9F9F. Windows color (decimal): -5400667 or 10852269. OLE color: 10852269.
HSL color Cylindrical-coordinate representation of color #AD97A5: hue angle of 321.82º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AD97A5 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 151 | 165 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.32 |
| HSL | 321.82º | 0.12% | 0.64% | - |
| HSV(B) | 321.82º | 0.13% | 0.68% | - |
| XYZ | 35.09 | 33.73 | 40.26 | - |
| YUV | 159.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 151 | 165 | 0 | 0.13 | 0.05 | 0.32 | 321.82 | 0.12 | 0.64 |
| Hex | AD | 97 | A5 | 0 | D | 5 | 20 | 142 | C | 40 |
| Octal | 255 | 227 | 245 | 0 | 15 | 5 | 40 | 502 | 14 | 100 |
| Binary | 10101101 | 10010111 | 10100101 | 0 | 1101 | 101 | 100000 | 101000010 | 1100 | 1000000 |
Color Harmonies of #AD97A5
Complementary color
Monochromatic Colors of #AD97A5
Black with #AD97A5
Text Example
Text Example
White with #AD97A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD97A5; }
p { color: rgb(173,151,165); }
H1.HeaderClassName
{
color: #AD97A5;
}
.AnyTagClassName
{
color: #AD97A5;
}
</style>
background-color css
<style>
a { background-color: #AD97A5; }
a { background-color: rgb(173,151,165); }
div.DivClassName
{
background-color: #AD97A5;
}
.BgClassName
{
background-color: #AD97A5;
}
</style>
border-color css
<style>
span { border-color: #AD97A5; }
span { border-color: rgb(173,151,165); }
td.TdClassName
{
border-color: #AD97A5;
}
.TagClassName
{
border-color: #AD97A5;
}
</style>