Shades of Shady Lady #A59BA2
Tints of Shady Lady #A59BA2
RGB
CMYK
RGB Variations
Color information
#A59BA2 (or 0xA59BA2) is known color: Shady Lady. HEX triplet: A5, 9B and A2. RGB value is (165,155,162). Sum of RGB (Red+Green+Blue) = 165+155+162=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 162 (63.67% from 255 or 33.61% from 482); Max value from RGB is 165 - color contains mainly: red. Hex color #A59BA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59BA2 is #5A645D. Grayscale: #9E9E9E. Windows color (decimal): -5923934 or 10656677. OLE color: 10656677.
HSL color Cylindrical-coordinate representation of color #A59BA2: hue angle of 318º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A59BA2 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 155 | 162 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.35 |
| HSL | 318º | 0.05% | 0.63% | - |
| HSV(B) | 318º | 0.06% | 0.65% | - |
| XYZ | 33.76 | 34.05 | 38.98 | - |
| YUV | 158.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 155 | 162 | 0 | 0.06 | 0.02 | 0.35 | 318 | 0.05 | 0.63 |
| Hex | A5 | 9B | A2 | 0 | 6 | 2 | 23 | 13E | 5 | 3F |
| Octal | 245 | 233 | 242 | 0 | 6 | 2 | 43 | 476 | 5 | 77 |
| Binary | 10100101 | 10011011 | 10100010 | 0 | 110 | 10 | 100011 | 100111110 | 101 | 111111 |
Color Harmonies of #A59BA2
Complementary color
Monochromatic Colors of #A59BA2
Black with #A59BA2
Text Example
Text Example
White with #A59BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59BA2; }
p { color: rgb(165,155,162); }
H1.HeaderClassName
{
color: #A59BA2;
}
.AnyTagClassName
{
color: #A59BA2;
}
</style>
background-color css
<style>
a { background-color: #A59BA2; }
a { background-color: rgb(165,155,162); }
div.DivClassName
{
background-color: #A59BA2;
}
.BgClassName
{
background-color: #A59BA2;
}
</style>
border-color css
<style>
span { border-color: #A59BA2; }
span { border-color: rgb(165,155,162); }
td.TdClassName
{
border-color: #A59BA2;
}
.TagClassName
{
border-color: #A59BA2;
}
</style>