Shades of Shady Lady #A09199
Tints of Shady Lady #A09199
RGB
CMYK
RGB Variations
Color information
#A09199 (or 0xA09199) is known color: Shady Lady. HEX triplet: A0, 91 and 99. RGB value is (160,145,153). Sum of RGB (Red+Green+Blue) = 160+145+153=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 160 - color contains mainly: red. Hex color #A09199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09199 is #5F6E66. Grayscale: #969696. Windows color (decimal): -6254183 or 10064288. OLE color: 10064288.
HSL color Cylindrical-coordinate representation of color #A09199: hue angle of 328º 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 #A09199 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 145 | 153 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.37 |
| HSL | 328º | 0.07% | 0.6% | - |
| HSV(B) | 328º | 0.09% | 0.63% | - |
| XYZ | 30.37 | 30.02 | 34.33 | - |
| YUV | 150.4 | 129.47 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 153 | 0 | 0.09 | 0.04 | 0.37 | 328 | 0.07 | 0.6 |
| Hex | A0 | 91 | 99 | 0 | 9 | 4 | 25 | 148 | 7 | 3C |
| Octal | 240 | 221 | 231 | 0 | 11 | 4 | 45 | 510 | 7 | 74 |
| Binary | 10100000 | 10010001 | 10011001 | 0 | 1001 | 100 | 100101 | 101001000 | 111 | 111100 |
Color Harmonies of #A09199
Complementary color
Monochromatic Colors of #A09199
Black with #A09199
Text Example
Text Example
White with #A09199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09199; }
p { color: rgb(160,145,153); }
H1.HeaderClassName
{
color: #A09199;
}
.AnyTagClassName
{
color: #A09199;
}
</style>
background-color css
<style>
a { background-color: #A09199; }
a { background-color: rgb(160,145,153); }
div.DivClassName
{
background-color: #A09199;
}
.BgClassName
{
background-color: #A09199;
}
</style>
border-color css
<style>
span { border-color: #A09199; }
span { border-color: rgb(160,145,153); }
td.TdClassName
{
border-color: #A09199;
}
.TagClassName
{
border-color: #A09199;
}
</style>