Shades of Shady Lady #A2939D
Tints of Shady Lady #A2939D
RGB
CMYK
RGB Variations
Color information
#A2939D (or 0xA2939D) is known color: Shady Lady. HEX triplet: A2, 93 and 9D. RGB value is (162,147,157). Sum of RGB (Red+Green+Blue) = 162+147+157=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 162 - color contains mainly: red. Hex color #A2939D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2939D is #5D6C62. Grayscale: #989898. Windows color (decimal): -6122595 or 10326946. OLE color: 10326946.
HSL color Cylindrical-coordinate representation of color #A2939D: hue angle of 320º 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 #A2939D is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 147 | 157 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.36 |
| HSL | 320º | 0.07% | 0.61% | - |
| HSV(B) | 320º | 0.09% | 0.64% | - |
| XYZ | 31.42 | 30.98 | 36.22 | - |
| YUV | 152.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 147 | 157 | 0 | 0.09 | 0.03 | 0.36 | 320 | 0.07 | 0.61 |
| Hex | A2 | 93 | 9D | 0 | 9 | 3 | 24 | 140 | 7 | 3D |
| Octal | 242 | 223 | 235 | 0 | 11 | 3 | 44 | 500 | 7 | 75 |
| Binary | 10100010 | 10010011 | 10011101 | 0 | 1001 | 11 | 100100 | 101000000 | 111 | 111101 |
Color Harmonies of #A2939D
Complementary color
Monochromatic Colors of #A2939D
Black with #A2939D
Text Example
Text Example
White with #A2939D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2939D; }
p { color: rgb(162,147,157); }
H1.HeaderClassName
{
color: #A2939D;
}
.AnyTagClassName
{
color: #A2939D;
}
</style>
background-color css
<style>
a { background-color: #A2939D; }
a { background-color: rgb(162,147,157); }
div.DivClassName
{
background-color: #A2939D;
}
.BgClassName
{
background-color: #A2939D;
}
</style>
border-color css
<style>
span { border-color: #A2939D; }
span { border-color: rgb(162,147,157); }
td.TdClassName
{
border-color: #A2939D;
}
.TagClassName
{
border-color: #A2939D;
}
</style>