Shades of Shady Lady #AD93A1
Tints of Shady Lady #AD93A1
RGB
CMYK
RGB Variations
Color information
#AD93A1 (or 0xAD93A1) is known color: Shady Lady. HEX triplet: AD, 93 and A1. RGB value is (173,147,161). Sum of RGB (Red+Green+Blue) = 173+147+161=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 173 - color contains mainly: red. Hex color #AD93A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD93A1 is #526C5E. Grayscale: #9C9C9C. Windows color (decimal): -5401695 or 10589101. OLE color: 10589101.
HSL color Cylindrical-coordinate representation of color #AD93A1: hue angle of 327.69º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AD93A1 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 147 | 161 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.32 |
| HSL | 327.69º | 0.14% | 0.63% | - |
| HSV(B) | 327.69º | 0.15% | 0.68% | - |
| XYZ | 34.1 | 32.32 | 38.16 | - |
| YUV | 156.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 161 | 0 | 0.15 | 0.07 | 0.32 | 327.69 | 0.14 | 0.63 |
| Hex | AD | 93 | A1 | 0 | F | 7 | 20 | 148 | E | 3F |
| Octal | 255 | 223 | 241 | 0 | 17 | 7 | 40 | 510 | 16 | 77 |
| Binary | 10101101 | 10010011 | 10100001 | 0 | 1111 | 111 | 100000 | 101001000 | 1110 | 111111 |
Color Harmonies of #AD93A1
Complementary color
Monochromatic Colors of #AD93A1
Black with #AD93A1
Text Example
Text Example
White with #AD93A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD93A1; }
p { color: rgb(173,147,161); }
H1.HeaderClassName
{
color: #AD93A1;
}
.AnyTagClassName
{
color: #AD93A1;
}
</style>
background-color css
<style>
a { background-color: #AD93A1; }
a { background-color: rgb(173,147,161); }
div.DivClassName
{
background-color: #AD93A1;
}
.BgClassName
{
background-color: #AD93A1;
}
</style>
border-color css
<style>
span { border-color: #AD93A1; }
span { border-color: rgb(173,147,161); }
td.TdClassName
{
border-color: #AD93A1;
}
.TagClassName
{
border-color: #AD93A1;
}
</style>