Shades of Shady Lady #AD9BA4
Tints of Shady Lady #AD9BA4
RGB
CMYK
RGB Variations
Color information
#AD9BA4 (or 0xAD9BA4) is known color: Shady Lady. HEX triplet: AD, 9B and A4. RGB value is (173,155,164). Sum of RGB (Red+Green+Blue) = 173+155+164=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 164 (64.45% from 255 or 33.33% from 492); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9BA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9BA4 is #52645B. Grayscale: #A1A1A1. Windows color (decimal): -5399644 or 10787757. OLE color: 10787757.
HSL color Cylindrical-coordinate representation of color #AD9BA4: hue angle of 330º 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 #AD9BA4 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 155 | 164 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.32 |
| HSL | 330º | 0.1% | 0.64% | - |
| HSV(B) | 330º | 0.1% | 0.68% | - |
| XYZ | 35.66 | 35.01 | 40 | - |
| YUV | 161.41 | 129.46 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 155 | 164 | 0 | 0.10 | 0.05 | 0.32 | 330 | 0.1 | 0.64 |
| Hex | AD | 9B | A4 | 0 | A | 5 | 20 | 14A | A | 40 |
| Octal | 255 | 233 | 244 | 0 | 12 | 5 | 40 | 512 | 12 | 100 |
| Binary | 10101101 | 10011011 | 10100100 | 0 | 1010 | 101 | 100000 | 101001010 | 1010 | 1000000 |
Color Harmonies of #AD9BA4
Complementary color
Monochromatic Colors of #AD9BA4
Black with #AD9BA4
Text Example
Text Example
White with #AD9BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9BA4; }
p { color: rgb(173,155,164); }
H1.HeaderClassName
{
color: #AD9BA4;
}
.AnyTagClassName
{
color: #AD9BA4;
}
</style>
background-color css
<style>
a { background-color: #AD9BA4; }
a { background-color: rgb(173,155,164); }
div.DivClassName
{
background-color: #AD9BA4;
}
.BgClassName
{
background-color: #AD9BA4;
}
</style>
border-color css
<style>
span { border-color: #AD9BA4; }
span { border-color: rgb(173,155,164); }
td.TdClassName
{
border-color: #AD9BA4;
}
.TagClassName
{
border-color: #AD9BA4;
}
</style>