Shades of Shady Lady #AD95A2
Tints of Shady Lady #AD95A2
RGB
CMYK
RGB Variations
Color information
#AD95A2 (or 0xAD95A2) is known color: Shady Lady. HEX triplet: AD, 95 and A2. RGB value is (173,149,162). Sum of RGB (Red+Green+Blue) = 173+149+162=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 162 (63.67% from 255 or 33.47% from 484); Max value from RGB is 173 - color contains mainly: red. Hex color #AD95A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD95A2 is #526A5D. Grayscale: #9D9D9D. Windows color (decimal): -5401182 or 10655149. OLE color: 10655149.
HSL color Cylindrical-coordinate representation of color #AD95A2: hue angle of 327.5º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AD95A2 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 149 | 162 | - |
CMYK | 0 | 0.14 | 0.06 | 0.32 |
HSL | 327.5º | 0.13% | 0.63% | - |
HSV(B) | 327.5º | 0.14% | 0.68% | - |
XYZ | 34.5 | 32.99 | 38.73 | - |
YUV | 157.66 | 130.45 | 138.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 149 | 162 | 0 | 0.14 | 0.06 | 0.32 | 327.5 | 0.13 | 0.63 |
Hex | AD | 95 | A2 | 0 | E | 6 | 20 | 148 | D | 3F |
Octal | 255 | 225 | 242 | 0 | 16 | 6 | 40 | 510 | 15 | 77 |
Binary | 10101101 | 10010101 | 10100010 | 0 | 1110 | 110 | 100000 | 101001000 | 1101 | 111111 |
Color Harmonies of #AD95A2
Complementary color
Monochromatic Colors of #AD95A2
Black with #AD95A2
Text Example
Text Example
White with #AD95A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD95A2; }
p { color: rgb(173,149,162); }
H1.HeaderClassName
{
color: #AD95A2;
}
.AnyTagClassName
{
color: #AD95A2;
}
</style>
background-color css
<style>
a { background-color: #AD95A2; }
a { background-color: rgb(173,149,162); }
div.DivClassName
{
background-color: #AD95A2;
}
.BgClassName
{
background-color: #AD95A2;
}
</style>
border-color css
<style>
span { border-color: #AD95A2; }
span { border-color: rgb(173,149,162); }
td.TdClassName
{
border-color: #AD95A2;
}
.TagClassName
{
border-color: #AD95A2;
}
</style>