Shades of Shady Lady #A59CA2
Tints of Shady Lady #A59CA2
RGB
CMYK
RGB Variations
Color information
#A59CA2 (or 0xA59CA2) is known color: Shady Lady. HEX triplet: A5, 9C and A2. RGB value is (165,156,162). Sum of RGB (Red+Green+Blue) = 165+156+162=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 162 (63.67% from 255 or 33.54% from 483); Max value from RGB is 165 - color contains mainly: red. Hex color #A59CA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59CA2 is #5A635D. Grayscale: #9F9F9F. Windows color (decimal): -5923678 or 10656933. OLE color: 10656933.
HSL color Cylindrical-coordinate representation of color #A59CA2: hue angle of 320º degrees, saturation: 0.05, 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 #A59CA2 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 156 | 162 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.35 |
| HSL | 320º | 0.05% | 0.63% | - |
| HSV(B) | 320º | 0.05% | 0.65% | - |
| XYZ | 33.93 | 34.38 | 39.03 | - |
| YUV | 159.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 156 | 162 | 0 | 0.05 | 0.02 | 0.35 | 320 | 0.05 | 0.63 |
| Hex | A5 | 9C | A2 | 0 | 5 | 2 | 23 | 140 | 5 | 3F |
| Octal | 245 | 234 | 242 | 0 | 5 | 2 | 43 | 500 | 5 | 77 |
| Binary | 10100101 | 10011100 | 10100010 | 0 | 101 | 10 | 100011 | 101000000 | 101 | 111111 |
Color Harmonies of #A59CA2
Complementary color
Monochromatic Colors of #A59CA2
Black with #A59CA2
Text Example
Text Example
White with #A59CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59CA2; }
p { color: rgb(165,156,162); }
H1.HeaderClassName
{
color: #A59CA2;
}
.AnyTagClassName
{
color: #A59CA2;
}
</style>
background-color css
<style>
a { background-color: #A59CA2; }
a { background-color: rgb(165,156,162); }
div.DivClassName
{
background-color: #A59CA2;
}
.BgClassName
{
background-color: #A59CA2;
}
</style>
border-color css
<style>
span { border-color: #A59CA2; }
span { border-color: rgb(165,156,162); }
td.TdClassName
{
border-color: #A59CA2;
}
.TagClassName
{
border-color: #A59CA2;
}
</style>