Shades of Shady Lady #A09397
Tints of Shady Lady #A09397
RGB
CMYK
RGB Variations
Color information
#A09397 (or 0xA09397) is known color: Shady Lady. HEX triplet: A0, 93 and 97. RGB value is (160,147,151). Sum of RGB (Red+Green+Blue) = 160+147+151=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 151 (59.38% from 255 or 32.97% from 458); Max value from RGB is 160 - color contains mainly: red. Hex color #A09397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09397 is #5F6C68. Grayscale: #979797. Windows color (decimal): -6253673 or 9933728. OLE color: 9933728.
HSL color Cylindrical-coordinate representation of color #A09397: hue angle of 341.54º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A09397 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 147 | 151 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.37 |
| HSL | 341.54º | 0.06% | 0.6% | - |
| HSV(B) | 341.54º | 0.08% | 0.63% | - |
| XYZ | 30.52 | 30.58 | 33.57 | - |
| YUV | 151.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 151 | 0 | 0.08 | 0.06 | 0.37 | 341.54 | 0.06 | 0.6 |
| Hex | A0 | 93 | 97 | 0 | 8 | 6 | 25 | 156 | 6 | 3C |
| Octal | 240 | 223 | 227 | 0 | 10 | 6 | 45 | 526 | 6 | 74 |
| Binary | 10100000 | 10010011 | 10010111 | 0 | 1000 | 110 | 100101 | 101010110 | 110 | 111100 |
Color Harmonies of #A09397
Complementary color
Monochromatic Colors of #A09397
Black with #A09397
Text Example
Text Example
White with #A09397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09397; }
p { color: rgb(160,147,151); }
H1.HeaderClassName
{
color: #A09397;
}
.AnyTagClassName
{
color: #A09397;
}
</style>
background-color css
<style>
a { background-color: #A09397; }
a { background-color: rgb(160,147,151); }
div.DivClassName
{
background-color: #A09397;
}
.BgClassName
{
background-color: #A09397;
}
</style>
border-color css
<style>
span { border-color: #A09397; }
span { border-color: rgb(160,147,151); }
td.TdClassName
{
border-color: #A09397;
}
.TagClassName
{
border-color: #A09397;
}
</style>