Shades of Shady Lady #A59396
Tints of Shady Lady #A59396
RGB
CMYK
RGB Variations
Color information
#A59396 (or 0xA59396) is known color: Shady Lady. HEX triplet: A5, 93 and 96. RGB value is (165,147,150). Sum of RGB (Red+Green+Blue) = 165+147+150=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 165 - color contains mainly: red. Hex color #A59396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59396 is #5A6C69. Grayscale: #989898. Windows color (decimal): -5925994 or 9868197. OLE color: 9868197.
HSL color Cylindrical-coordinate representation of color #A59396: hue angle of 350º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A59396 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 147 | 150 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.35 |
| HSL | 350º | 0.09% | 0.61% | - |
| HSV(B) | 350º | 0.11% | 0.65% | - |
| XYZ | 31.46 | 31.07 | 33.19 | - |
| YUV | 152.72 | 126.46 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 147 | 150 | 0 | 0.11 | 0.09 | 0.35 | 350 | 0.09 | 0.61 |
| Hex | A5 | 93 | 96 | 0 | B | 9 | 23 | 15E | 9 | 3D |
| Octal | 245 | 223 | 226 | 0 | 13 | 11 | 43 | 536 | 11 | 75 |
| Binary | 10100101 | 10010011 | 10010110 | 0 | 1011 | 1001 | 100011 | 101011110 | 1001 | 111101 |
Color Harmonies of #A59396
Complementary color
Monochromatic Colors of #A59396
Black with #A59396
Text Example
Text Example
White with #A59396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59396; }
p { color: rgb(165,147,150); }
H1.HeaderClassName
{
color: #A59396;
}
.AnyTagClassName
{
color: #A59396;
}
</style>
background-color css
<style>
a { background-color: #A59396; }
a { background-color: rgb(165,147,150); }
div.DivClassName
{
background-color: #A59396;
}
.BgClassName
{
background-color: #A59396;
}
</style>
border-color css
<style>
span { border-color: #A59396; }
span { border-color: rgb(165,147,150); }
td.TdClassName
{
border-color: #A59396;
}
.TagClassName
{
border-color: #A59396;
}
</style>