Shades of Shady Lady #A09196
Tints of Shady Lady #A09196
RGB
CMYK
RGB Variations
Color information
#A09196 (or 0xA09196) is known color: Shady Lady. HEX triplet: A0, 91 and 96. RGB value is (160,145,150). Sum of RGB (Red+Green+Blue) = 160+145+150=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 160 - color contains mainly: red. Hex color #A09196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09196 is #5F6E69. Grayscale: #969696. Windows color (decimal): -6254186 or 9867680. OLE color: 9867680.
HSL color Cylindrical-coordinate representation of color #A09196: hue angle of 340º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A09196 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 145 | 150 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.37 |
| HSL | 340º | 0.07% | 0.6% | - |
| HSV(B) | 340º | 0.09% | 0.63% | - |
| XYZ | 30.13 | 29.93 | 33.04 | - |
| YUV | 150.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 150 | 0 | 0.09 | 0.06 | 0.37 | 340 | 0.07 | 0.6 |
| Hex | A0 | 91 | 96 | 0 | 9 | 6 | 25 | 154 | 7 | 3C |
| Octal | 240 | 221 | 226 | 0 | 11 | 6 | 45 | 524 | 7 | 74 |
| Binary | 10100000 | 10010001 | 10010110 | 0 | 1001 | 110 | 100101 | 101010100 | 111 | 111100 |
Color Harmonies of #A09196
Complementary color
Monochromatic Colors of #A09196
Black with #A09196
Text Example
Text Example
White with #A09196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09196; }
p { color: rgb(160,145,150); }
H1.HeaderClassName
{
color: #A09196;
}
.AnyTagClassName
{
color: #A09196;
}
</style>
background-color css
<style>
a { background-color: #A09196; }
a { background-color: rgb(160,145,150); }
div.DivClassName
{
background-color: #A09196;
}
.BgClassName
{
background-color: #A09196;
}
</style>
border-color css
<style>
span { border-color: #A09196; }
span { border-color: rgb(160,145,150); }
td.TdClassName
{
border-color: #A09196;
}
.TagClassName
{
border-color: #A09196;
}
</style>