Shades of Shady Lady #A09395
Tints of Shady Lady #A09395
RGB
CMYK
RGB Variations
Color information
#A09395 (or 0xA09395) is known color: Shady Lady. HEX triplet: A0, 93 and 95. RGB value is (160,147,149). Sum of RGB (Red+Green+Blue) = 160+147+149=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 160 - color contains mainly: red. Hex color #A09395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09395 is #5F6C6A. Grayscale: #979797. Windows color (decimal): -6253675 or 9802656. OLE color: 9802656.
HSL color Cylindrical-coordinate representation of color #A09395: hue angle of 350.77º 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 #A09395 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 147 | 149 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.37 |
| HSL | 350.77º | 0.06% | 0.6% | - |
| HSV(B) | 350.77º | 0.08% | 0.63% | - |
| XYZ | 30.36 | 30.51 | 32.72 | - |
| YUV | 151.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 149 | 0 | 0.08 | 0.07 | 0.37 | 350.77 | 0.06 | 0.6 |
| Hex | A0 | 93 | 95 | 0 | 8 | 7 | 25 | 15F | 6 | 3C |
| Octal | 240 | 223 | 225 | 0 | 10 | 7 | 45 | 537 | 6 | 74 |
| Binary | 10100000 | 10010011 | 10010101 | 0 | 1000 | 111 | 100101 | 101011111 | 110 | 111100 |
Color Harmonies of #A09395
Complementary color
Monochromatic Colors of #A09395
Black with #A09395
Text Example
Text Example
White with #A09395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09395; }
p { color: rgb(160,147,149); }
H1.HeaderClassName
{
color: #A09395;
}
.AnyTagClassName
{
color: #A09395;
}
</style>
background-color css
<style>
a { background-color: #A09395; }
a { background-color: rgb(160,147,149); }
div.DivClassName
{
background-color: #A09395;
}
.BgClassName
{
background-color: #A09395;
}
</style>
border-color css
<style>
span { border-color: #A09395; }
span { border-color: rgb(160,147,149); }
td.TdClassName
{
border-color: #A09395;
}
.TagClassName
{
border-color: #A09395;
}
</style>