Shades of Shady Lady #A59DA1
Tints of Shady Lady #A59DA1
RGB
CMYK
RGB Variations
Color information
#A59DA1 (or 0xA59DA1) is known color: Shady Lady. HEX triplet: A5, 9D and A1. RGB value is (165,157,161). Sum of RGB (Red+Green+Blue) = 165+157+161=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 161 (63.28% from 255 or 33.33% from 483); Max value from RGB is 165 - color contains mainly: red. Hex color #A59DA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59DA1 is #5A625E. Grayscale: #9F9F9F. Windows color (decimal): -5923423 or 10591653. OLE color: 10591653.
HSL color Cylindrical-coordinate representation of color #A59DA1: hue angle of 330º degrees, saturation: 0.04, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A59DA1 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 157 | 161 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.35 |
| HSL | 330º | 0.04% | 0.63% | - |
| HSV(B) | 330º | 0.05% | 0.65% | - |
| XYZ | 34.01 | 34.69 | 38.62 | - |
| YUV | 159.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 157 | 161 | 0 | 0.05 | 0.02 | 0.35 | 330 | 0.04 | 0.63 |
| Hex | A5 | 9D | A1 | 0 | 5 | 2 | 23 | 14A | 4 | 3F |
| Octal | 245 | 235 | 241 | 0 | 5 | 2 | 43 | 512 | 4 | 77 |
| Binary | 10100101 | 10011101 | 10100001 | 0 | 101 | 10 | 100011 | 101001010 | 100 | 111111 |
Color Harmonies of #A59DA1
Complementary color
Monochromatic Colors of #A59DA1
Black with #A59DA1
Text Example
Text Example
White with #A59DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59DA1; }
p { color: rgb(165,157,161); }
H1.HeaderClassName
{
color: #A59DA1;
}
.AnyTagClassName
{
color: #A59DA1;
}
</style>
background-color css
<style>
a { background-color: #A59DA1; }
a { background-color: rgb(165,157,161); }
div.DivClassName
{
background-color: #A59DA1;
}
.BgClassName
{
background-color: #A59DA1;
}
</style>
border-color css
<style>
span { border-color: #A59DA1; }
span { border-color: rgb(165,157,161); }
td.TdClassName
{
border-color: #A59DA1;
}
.TagClassName
{
border-color: #A59DA1;
}
</style>