Shades of Shady Lady #ADA5A8
Tints of Shady Lady #ADA5A8
RGB
CMYK
RGB Variations
Color information
#ADA5A8 (or 0xADA5A8) is known color: Shady Lady. HEX triplet: AD, A5 and A8. RGB value is (173,165,168). Sum of RGB (Red+Green+Blue) = 173+165+168=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 165 (64.84% from 255 or 32.61% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA5A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA5A8 is #525A57. Grayscale: #A7A7A7. Windows color (decimal): -5397080 or 11052461. OLE color: 11052461.
HSL color Cylindrical-coordinate representation of color #ADA5A8: hue angle of 337.5º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ADA5A8 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 165 | 168 | - |
CMYK | 0 | 0.05 | 0.03 | 0.32 |
HSL | 337.5º | 0.05% | 0.66% | - |
HSV(B) | 337.5º | 0.05% | 0.68% | - |
XYZ | 37.76 | 38.62 | 42.51 | - |
YUV | 167.73 | 128.15 | 131.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 165 | 168 | 0 | 0.05 | 0.03 | 0.32 | 337.5 | 0.05 | 0.66 |
Hex | AD | A5 | A8 | 0 | 5 | 3 | 20 | 152 | 5 | 42 |
Octal | 255 | 245 | 250 | 0 | 5 | 3 | 40 | 522 | 5 | 102 |
Binary | 10101101 | 10100101 | 10101000 | 0 | 101 | 11 | 100000 | 101010010 | 101 | 1000010 |
Color Harmonies of #ADA5A8
Complementary color
Monochromatic Colors of #ADA5A8
Black with #ADA5A8
Text Example
Text Example
White with #ADA5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA5A8; }
p { color: rgb(173,165,168); }
H1.HeaderClassName
{
color: #ADA5A8;
}
.AnyTagClassName
{
color: #ADA5A8;
}
</style>
background-color css
<style>
a { background-color: #ADA5A8; }
a { background-color: rgb(173,165,168); }
div.DivClassName
{
background-color: #ADA5A8;
}
.BgClassName
{
background-color: #ADA5A8;
}
</style>
border-color css
<style>
span { border-color: #ADA5A8; }
span { border-color: rgb(173,165,168); }
td.TdClassName
{
border-color: #ADA5A8;
}
.TagClassName
{
border-color: #ADA5A8;
}
</style>