Shades of Shady Lady #A0959C
Tints of Shady Lady #A0959C
RGB
CMYK
RGB Variations
Color information
#A0959C (or 0xA0959C) is known color: Shady Lady. HEX triplet: A0, 95 and 9C. RGB value is (160,149,156). Sum of RGB (Red+Green+Blue) = 160+149+156=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 160 - color contains mainly: red. Hex color #A0959C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0959C is #5F6A63. Grayscale: #999999. Windows color (decimal): -6253156 or 10261920. OLE color: 10261920.
HSL color Cylindrical-coordinate representation of color #A0959C: hue angle of 321.82º 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 #A0959C is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 149 | 156 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.37 |
| HSL | 321.82º | 0.05% | 0.61% | - |
| HSV(B) | 321.82º | 0.07% | 0.63% | - |
| XYZ | 31.25 | 31.37 | 35.86 | - |
| YUV | 153.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 149 | 156 | 0 | 0.07 | 0.02 | 0.37 | 321.82 | 0.05 | 0.61 |
| Hex | A0 | 95 | 9C | 0 | 7 | 2 | 25 | 142 | 5 | 3D |
| Octal | 240 | 225 | 234 | 0 | 7 | 2 | 45 | 502 | 5 | 75 |
| Binary | 10100000 | 10010101 | 10011100 | 0 | 111 | 10 | 100101 | 101000010 | 101 | 111101 |
Color Harmonies of #A0959C
Complementary color
Monochromatic Colors of #A0959C
Black with #A0959C
Text Example
Text Example
White with #A0959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0959C; }
p { color: rgb(160,149,156); }
H1.HeaderClassName
{
color: #A0959C;
}
.AnyTagClassName
{
color: #A0959C;
}
</style>
background-color css
<style>
a { background-color: #A0959C; }
a { background-color: rgb(160,149,156); }
div.DivClassName
{
background-color: #A0959C;
}
.BgClassName
{
background-color: #A0959C;
}
</style>
border-color css
<style>
span { border-color: #A0959C; }
span { border-color: rgb(160,149,156); }
td.TdClassName
{
border-color: #A0959C;
}
.TagClassName
{
border-color: #A0959C;
}
</style>