Shades of Shady Lady #AD9BA5
Tints of Shady Lady #AD9BA5
RGB
CMYK
RGB Variations
Color information
#AD9BA5 (or 0xAD9BA5) is known color: Shady Lady. HEX triplet: AD, 9B and A5. RGB value is (173,155,165). Sum of RGB (Red+Green+Blue) = 173+155+165=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9BA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9BA5 is #52645A. Grayscale: #A1A1A1. Windows color (decimal): -5399643 or 10853293. OLE color: 10853293.
HSL color Cylindrical-coordinate representation of color #AD9BA5: hue angle of 326.67º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AD9BA5 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 155 | 165 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.32 |
| HSL | 326.67º | 0.1% | 0.64% | - |
| HSV(B) | 326.67º | 0.1% | 0.68% | - |
| XYZ | 35.75 | 35.04 | 40.48 | - |
| YUV | 161.52 | 129.96 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 155 | 165 | 0 | 0.10 | 0.05 | 0.32 | 326.67 | 0.1 | 0.64 |
| Hex | AD | 9B | A5 | 0 | A | 5 | 20 | 147 | A | 40 |
| Octal | 255 | 233 | 245 | 0 | 12 | 5 | 40 | 507 | 12 | 100 |
| Binary | 10101101 | 10011011 | 10100101 | 0 | 1010 | 101 | 100000 | 101000111 | 1010 | 1000000 |
Color Harmonies of #AD9BA5
Complementary color
Monochromatic Colors of #AD9BA5
Black with #AD9BA5
Text Example
Text Example
White with #AD9BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9BA5; }
p { color: rgb(173,155,165); }
H1.HeaderClassName
{
color: #AD9BA5;
}
.AnyTagClassName
{
color: #AD9BA5;
}
</style>
background-color css
<style>
a { background-color: #AD9BA5; }
a { background-color: rgb(173,155,165); }
div.DivClassName
{
background-color: #AD9BA5;
}
.BgClassName
{
background-color: #AD9BA5;
}
</style>
border-color css
<style>
span { border-color: #AD9BA5; }
span { border-color: rgb(173,155,165); }
td.TdClassName
{
border-color: #AD9BA5;
}
.TagClassName
{
border-color: #AD9BA5;
}
</style>