Shades of Shady Lady #A2939A
Tints of Shady Lady #A2939A
RGB
CMYK
RGB Variations
Color information
#A2939A (or 0xA2939A) is known color: Shady Lady. HEX triplet: A2, 93 and 9A. RGB value is (162,147,154). Sum of RGB (Red+Green+Blue) = 162+147+154=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 162 - color contains mainly: red. Hex color #A2939A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2939A is #5D6C65. Grayscale: #989898. Windows color (decimal): -6122598 or 10130338. OLE color: 10130338.
HSL color Cylindrical-coordinate representation of color #A2939A: hue angle of 332º 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 #A2939A is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 147 | 154 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.36 |
| HSL | 332º | 0.07% | 0.61% | - |
| HSV(B) | 332º | 0.09% | 0.64% | - |
| XYZ | 31.17 | 30.88 | 34.89 | - |
| YUV | 152.28 | 128.97 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 147 | 154 | 0 | 0.09 | 0.05 | 0.36 | 332 | 0.07 | 0.61 |
| Hex | A2 | 93 | 9A | 0 | 9 | 5 | 24 | 14C | 7 | 3D |
| Octal | 242 | 223 | 232 | 0 | 11 | 5 | 44 | 514 | 7 | 75 |
| Binary | 10100010 | 10010011 | 10011010 | 0 | 1001 | 101 | 100100 | 101001100 | 111 | 111101 |
Color Harmonies of #A2939A
Complementary color
Monochromatic Colors of #A2939A
Black with #A2939A
Text Example
Text Example
White with #A2939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2939A; }
p { color: rgb(162,147,154); }
H1.HeaderClassName
{
color: #A2939A;
}
.AnyTagClassName
{
color: #A2939A;
}
</style>
background-color css
<style>
a { background-color: #A2939A; }
a { background-color: rgb(162,147,154); }
div.DivClassName
{
background-color: #A2939A;
}
.BgClassName
{
background-color: #A2939A;
}
</style>
border-color css
<style>
span { border-color: #A2939A; }
span { border-color: rgb(162,147,154); }
td.TdClassName
{
border-color: #A2939A;
}
.TagClassName
{
border-color: #A2939A;
}
</style>