Shades of Shady Lady #A0959D
Tints of Shady Lady #A0959D
RGB
CMYK
RGB Variations
Color information
#A0959D (or 0xA0959D) is known color: Shady Lady. HEX triplet: A0, 95 and 9D. RGB value is (160,149,157). Sum of RGB (Red+Green+Blue) = 160+149+157=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 160 - color contains mainly: red. Hex color #A0959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0959D is #5F6A62. Grayscale: #999999. Windows color (decimal): -6253155 or 10327456. OLE color: 10327456.
HSL color Cylindrical-coordinate representation of color #A0959D: hue angle of 316.36º 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 #A0959D is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 149 | 157 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.37 |
| HSL | 316.36º | 0.05% | 0.61% | - |
| HSV(B) | 316.36º | 0.07% | 0.63% | - |
| XYZ | 31.33 | 31.4 | 36.31 | - |
| YUV | 153.2 | 130.14 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 149 | 157 | 0 | 0.07 | 0.02 | 0.37 | 316.36 | 0.05 | 0.61 |
| Hex | A0 | 95 | 9D | 0 | 7 | 2 | 25 | 13C | 5 | 3D |
| Octal | 240 | 225 | 235 | 0 | 7 | 2 | 45 | 474 | 5 | 75 |
| Binary | 10100000 | 10010101 | 10011101 | 0 | 111 | 10 | 100101 | 100111100 | 101 | 111101 |
Color Harmonies of #A0959D
Complementary color
Monochromatic Colors of #A0959D
Black with #A0959D
Text Example
Text Example
White with #A0959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0959D; }
p { color: rgb(160,149,157); }
H1.HeaderClassName
{
color: #A0959D;
}
.AnyTagClassName
{
color: #A0959D;
}
</style>
background-color css
<style>
a { background-color: #A0959D; }
a { background-color: rgb(160,149,157); }
div.DivClassName
{
background-color: #A0959D;
}
.BgClassName
{
background-color: #A0959D;
}
</style>
border-color css
<style>
span { border-color: #A0959D; }
span { border-color: rgb(160,149,157); }
td.TdClassName
{
border-color: #A0959D;
}
.TagClassName
{
border-color: #A0959D;
}
</style>