Shades of Shady Lady #A59397
Tints of Shady Lady #A59397
RGB
CMYK
RGB Variations
Color information
#A59397 (or 0xA59397) is known color: Shady Lady. HEX triplet: A5, 93 and 97. RGB value is (165,147,151). Sum of RGB (Red+Green+Blue) = 165+147+151=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 151 (59.38% from 255 or 32.61% from 463); Max value from RGB is 165 - color contains mainly: red. Hex color #A59397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59397 is #5A6C68. Grayscale: #989898. Windows color (decimal): -5925993 or 9933733. OLE color: 9933733.
HSL color Cylindrical-coordinate representation of color #A59397: hue angle of 346.67º 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 #A59397 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 147 | 151 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.35 |
| HSL | 346.67º | 0.09% | 0.61% | - |
| HSV(B) | 346.67º | 0.11% | 0.65% | - |
| XYZ | 31.54 | 31.1 | 33.62 | - |
| YUV | 152.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 147 | 151 | 0 | 0.11 | 0.08 | 0.35 | 346.67 | 0.09 | 0.61 |
| Hex | A5 | 93 | 97 | 0 | B | 8 | 23 | 15B | 9 | 3D |
| Octal | 245 | 223 | 227 | 0 | 13 | 10 | 43 | 533 | 11 | 75 |
| Binary | 10100101 | 10010011 | 10010111 | 0 | 1011 | 1000 | 100011 | 101011011 | 1001 | 111101 |
Color Harmonies of #A59397
Complementary color
Monochromatic Colors of #A59397
Black with #A59397
Text Example
Text Example
White with #A59397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59397; }
p { color: rgb(165,147,151); }
H1.HeaderClassName
{
color: #A59397;
}
.AnyTagClassName
{
color: #A59397;
}
</style>
background-color css
<style>
a { background-color: #A59397; }
a { background-color: rgb(165,147,151); }
div.DivClassName
{
background-color: #A59397;
}
.BgClassName
{
background-color: #A59397;
}
</style>
border-color css
<style>
span { border-color: #A59397; }
span { border-color: rgb(165,147,151); }
td.TdClassName
{
border-color: #A59397;
}
.TagClassName
{
border-color: #A59397;
}
</style>