Shades of Shady Lady #A3959B
Tints of Shady Lady #A3959B
RGB
CMYK
RGB Variations
Color information
#A3959B (or 0xA3959B) is known color: Shady Lady. HEX triplet: A3, 95 and 9B. RGB value is (163,149,155). Sum of RGB (Red+Green+Blue) = 163+149+155=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 163 - color contains mainly: red. Hex color #A3959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3959B is #5C6A64. Grayscale: #999999. Windows color (decimal): -6056549 or 10196387. OLE color: 10196387.
HSL color Cylindrical-coordinate representation of color #A3959B: hue angle of 334.29º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A3959B is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 149 | 155 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.36 |
| HSL | 334.29º | 0.07% | 0.61% | - |
| HSV(B) | 334.29º | 0.09% | 0.64% | - |
| XYZ | 31.77 | 31.65 | 35.44 | - |
| YUV | 153.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 149 | 155 | 0 | 0.09 | 0.05 | 0.36 | 334.29 | 0.07 | 0.61 |
| Hex | A3 | 95 | 9B | 0 | 9 | 5 | 24 | 14E | 7 | 3D |
| Octal | 243 | 225 | 233 | 0 | 11 | 5 | 44 | 516 | 7 | 75 |
| Binary | 10100011 | 10010101 | 10011011 | 0 | 1001 | 101 | 100100 | 101001110 | 111 | 111101 |
Color Harmonies of #A3959B
Complementary color
Monochromatic Colors of #A3959B
Black with #A3959B
Text Example
Text Example
White with #A3959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3959B; }
p { color: rgb(163,149,155); }
H1.HeaderClassName
{
color: #A3959B;
}
.AnyTagClassName
{
color: #A3959B;
}
</style>
background-color css
<style>
a { background-color: #A3959B; }
a { background-color: rgb(163,149,155); }
div.DivClassName
{
background-color: #A3959B;
}
.BgClassName
{
background-color: #A3959B;
}
</style>
border-color css
<style>
span { border-color: #A3959B; }
span { border-color: rgb(163,149,155); }
td.TdClassName
{
border-color: #A3959B;
}
.TagClassName
{
border-color: #A3959B;
}
</style>