Shades of Shady Lady #A09596
Tints of Shady Lady #A09596
RGB
CMYK
RGB Variations
Color information
#A09596 (or 0xA09596) is known color: Shady Lady. HEX triplet: A0, 95 and 96. RGB value is (160,149,150). Sum of RGB (Red+Green+Blue) = 160+149+150=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 160 - color contains mainly: red. Hex color #A09596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09596 is #5F6A69. Grayscale: #989898. Windows color (decimal): -6253162 or 9868704. OLE color: 9868704.
HSL color Cylindrical-coordinate representation of color #A09596: hue angle of 354.55º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A09596 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 149 | 150 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.37 |
| HSL | 354.55º | 0.05% | 0.61% | - |
| HSV(B) | 354.55º | 0.07% | 0.63% | - |
| XYZ | 30.75 | 31.17 | 33.25 | - |
| YUV | 152.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 149 | 150 | 0 | 0.07 | 0.06 | 0.37 | 354.55 | 0.05 | 0.61 |
| Hex | A0 | 95 | 96 | 0 | 7 | 6 | 25 | 163 | 5 | 3D |
| Octal | 240 | 225 | 226 | 0 | 7 | 6 | 45 | 543 | 5 | 75 |
| Binary | 10100000 | 10010101 | 10010110 | 0 | 111 | 110 | 100101 | 101100011 | 101 | 111101 |
Color Harmonies of #A09596
Complementary color
Monochromatic Colors of #A09596
Black with #A09596
Text Example
Text Example
White with #A09596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09596; }
p { color: rgb(160,149,150); }
H1.HeaderClassName
{
color: #A09596;
}
.AnyTagClassName
{
color: #A09596;
}
</style>
background-color css
<style>
a { background-color: #A09596; }
a { background-color: rgb(160,149,150); }
div.DivClassName
{
background-color: #A09596;
}
.BgClassName
{
background-color: #A09596;
}
</style>
border-color css
<style>
span { border-color: #A09596; }
span { border-color: rgb(160,149,150); }
td.TdClassName
{
border-color: #A09596;
}
.TagClassName
{
border-color: #A09596;
}
</style>