Shades of Shady Lady #A0959B
Tints of Shady Lady #A0959B
RGB
CMYK
RGB Variations
Color information
#A0959B (or 0xA0959B) is known color: Shady Lady. HEX triplet: A0, 95 and 9B. RGB value is (160,149,155). Sum of RGB (Red+Green+Blue) = 160+149+155=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 160 - color contains mainly: red. Hex color #A0959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0959B is #5F6A64. Grayscale: #989898. Windows color (decimal): -6253157 or 10196384. OLE color: 10196384.
HSL color Cylindrical-coordinate representation of color #A0959B: hue angle of 327.27º 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 #A0959B is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 149 | 155 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.37 |
| HSL | 327.27º | 0.05% | 0.61% | - |
| HSV(B) | 327.27º | 0.07% | 0.63% | - |
| XYZ | 31.16 | 31.34 | 35.42 | - |
| YUV | 152.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 149 | 155 | 0 | 0.07 | 0.03 | 0.37 | 327.27 | 0.05 | 0.61 |
| Hex | A0 | 95 | 9B | 0 | 7 | 3 | 25 | 147 | 5 | 3D |
| Octal | 240 | 225 | 233 | 0 | 7 | 3 | 45 | 507 | 5 | 75 |
| Binary | 10100000 | 10010101 | 10011011 | 0 | 111 | 11 | 100101 | 101000111 | 101 | 111101 |
Color Harmonies of #A0959B
Complementary color
Monochromatic Colors of #A0959B
Black with #A0959B
Text Example
Text Example
White with #A0959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0959B; }
p { color: rgb(160,149,155); }
H1.HeaderClassName
{
color: #A0959B;
}
.AnyTagClassName
{
color: #A0959B;
}
</style>
background-color css
<style>
a { background-color: #A0959B; }
a { background-color: rgb(160,149,155); }
div.DivClassName
{
background-color: #A0959B;
}
.BgClassName
{
background-color: #A0959B;
}
</style>
border-color css
<style>
span { border-color: #A0959B; }
span { border-color: rgb(160,149,155); }
td.TdClassName
{
border-color: #A0959B;
}
.TagClassName
{
border-color: #A0959B;
}
</style>