Shades of Shady Lady #AD93A2
Tints of Shady Lady #AD93A2
RGB
CMYK
RGB Variations
Color information
#AD93A2 (or 0xAD93A2) is known color: Shady Lady. HEX triplet: AD, 93 and A2. RGB value is (173,147,162). Sum of RGB (Red+Green+Blue) = 173+147+162=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 162 (63.67% from 255 or 33.61% from 482); Max value from RGB is 173 - color contains mainly: red. Hex color #AD93A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD93A2 is #526C5D. Grayscale: #9C9C9C. Windows color (decimal): -5401694 or 10654637. OLE color: 10654637.
HSL color Cylindrical-coordinate representation of color #AD93A2: hue angle of 325.38º 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 #AD93A2 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 147 | 162 | - |
CMYK | 0 | 0.15 | 0.06 | 0.32 |
HSL | 325.38º | 0.14% | 0.63% | - |
HSV(B) | 325.38º | 0.15% | 0.68% | - |
XYZ | 34.19 | 32.36 | 38.63 | - |
YUV | 156.48 | 131.11 | 139.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 147 | 162 | 0 | 0.15 | 0.06 | 0.32 | 325.38 | 0.14 | 0.63 |
Hex | AD | 93 | A2 | 0 | F | 6 | 20 | 145 | E | 3F |
Octal | 255 | 223 | 242 | 0 | 17 | 6 | 40 | 505 | 16 | 77 |
Binary | 10101101 | 10010011 | 10100010 | 0 | 1111 | 110 | 100000 | 101000101 | 1110 | 111111 |
Color Harmonies of #AD93A2
Complementary color
Monochromatic Colors of #AD93A2
Black with #AD93A2
Text Example
Text Example
White with #AD93A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD93A2; }
p { color: rgb(173,147,162); }
H1.HeaderClassName
{
color: #AD93A2;
}
.AnyTagClassName
{
color: #AD93A2;
}
</style>
background-color css
<style>
a { background-color: #AD93A2; }
a { background-color: rgb(173,147,162); }
div.DivClassName
{
background-color: #AD93A2;
}
.BgClassName
{
background-color: #AD93A2;
}
</style>
border-color css
<style>
span { border-color: #AD93A2; }
span { border-color: rgb(173,147,162); }
td.TdClassName
{
border-color: #AD93A2;
}
.TagClassName
{
border-color: #AD93A2;
}
</style>