Shades of Shady Lady #ADA2A5
Tints of Shady Lady #ADA2A5
RGB
CMYK
RGB Variations
Color information
#ADA2A5 (or 0xADA2A5) is known color: Shady Lady. HEX triplet: AD, A2 and A5. RGB value is (173,162,165). Sum of RGB (Red+Green+Blue) = 173+162+165=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 165 (64.84% from 255 or 33% from 500); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA2A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA2A5 is #525D5A. Grayscale: #A5A5A5. Windows color (decimal): -5397851 or 10855085. OLE color: 10855085.
HSL color Cylindrical-coordinate representation of color #ADA2A5: hue angle of 343.64º degrees, saturation: 0.06, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ADA2A5 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 165 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.32 |
| HSL | 343.64º | 0.06% | 0.66% | - |
| HSV(B) | 343.64º | 0.06% | 0.68% | - |
| XYZ | 36.95 | 37.44 | 40.88 | - |
| YUV | 165.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 165 | 0 | 0.06 | 0.05 | 0.32 | 343.64 | 0.06 | 0.66 |
| Hex | AD | A2 | A5 | 0 | 6 | 5 | 20 | 158 | 6 | 42 |
| Octal | 255 | 242 | 245 | 0 | 6 | 5 | 40 | 530 | 6 | 102 |
| Binary | 10101101 | 10100010 | 10100101 | 0 | 110 | 101 | 100000 | 101011000 | 110 | 1000010 |
Color Harmonies of #ADA2A5
Complementary color
Monochromatic Colors of #ADA2A5
Black with #ADA2A5
Text Example
Text Example
White with #ADA2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA2A5; }
p { color: rgb(173,162,165); }
H1.HeaderClassName
{
color: #ADA2A5;
}
.AnyTagClassName
{
color: #ADA2A5;
}
</style>
background-color css
<style>
a { background-color: #ADA2A5; }
a { background-color: rgb(173,162,165); }
div.DivClassName
{
background-color: #ADA2A5;
}
.BgClassName
{
background-color: #ADA2A5;
}
</style>
border-color css
<style>
span { border-color: #ADA2A5; }
span { border-color: rgb(173,162,165); }
td.TdClassName
{
border-color: #ADA2A5;
}
.TagClassName
{
border-color: #ADA2A5;
}
</style>