Shades of Shady Lady #A2959E
Tints of Shady Lady #A2959E
RGB
CMYK
RGB Variations
Color information
#A2959E (or 0xA2959E) is known color: Shady Lady. HEX triplet: A2, 95 and 9E. RGB value is (162,149,158). Sum of RGB (Red+Green+Blue) = 162+149+158=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 162 - color contains mainly: red. Hex color #A2959E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2959E is #5D6A61. Grayscale: #999999. Windows color (decimal): -6122082 or 10392994. OLE color: 10392994.
HSL color Cylindrical-coordinate representation of color #A2959E: hue angle of 318.46º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A2959E is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 149 | 158 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.36 |
| HSL | 318.46º | 0.07% | 0.61% | - |
| HSV(B) | 318.46º | 0.08% | 0.64% | - |
| XYZ | 31.82 | 31.64 | 36.78 | - |
| YUV | 153.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 149 | 158 | 0 | 0.08 | 0.02 | 0.36 | 318.46 | 0.07 | 0.61 |
| Hex | A2 | 95 | 9E | 0 | 8 | 2 | 24 | 13E | 7 | 3D |
| Octal | 242 | 225 | 236 | 0 | 10 | 2 | 44 | 476 | 7 | 75 |
| Binary | 10100010 | 10010101 | 10011110 | 0 | 1000 | 10 | 100100 | 100111110 | 111 | 111101 |
Color Harmonies of #A2959E
Complementary color
Monochromatic Colors of #A2959E
Black with #A2959E
Text Example
Text Example
White with #A2959E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2959E; }
p { color: rgb(162,149,158); }
H1.HeaderClassName
{
color: #A2959E;
}
.AnyTagClassName
{
color: #A2959E;
}
</style>
background-color css
<style>
a { background-color: #A2959E; }
a { background-color: rgb(162,149,158); }
div.DivClassName
{
background-color: #A2959E;
}
.BgClassName
{
background-color: #A2959E;
}
</style>
border-color css
<style>
span { border-color: #A2959E; }
span { border-color: rgb(162,149,158); }
td.TdClassName
{
border-color: #A2959E;
}
.TagClassName
{
border-color: #A2959E;
}
</style>