Shades of Shady Lady #A3939A
Tints of Shady Lady #A3939A
RGB
CMYK
RGB Variations
Color information
#A3939A (or 0xA3939A) is known color: Shady Lady. HEX triplet: A3, 93 and 9A. RGB value is (163,147,154). Sum of RGB (Red+Green+Blue) = 163+147+154=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 163 - color contains mainly: red. Hex color #A3939A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3939A is #5C6C65. Grayscale: #989898. Windows color (decimal): -6057062 or 10130339. OLE color: 10130339.
HSL color Cylindrical-coordinate representation of color #A3939A: hue angle of 333.75º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A3939A is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 147 | 154 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.36 |
| HSL | 333.75º | 0.08% | 0.61% | - |
| HSV(B) | 333.75º | 0.1% | 0.64% | - |
| XYZ | 31.37 | 30.99 | 34.9 | - |
| YUV | 152.58 | 128.8 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 147 | 154 | 0 | 0.10 | 0.06 | 0.36 | 333.75 | 0.08 | 0.61 |
| Hex | A3 | 93 | 9A | 0 | A | 6 | 24 | 14E | 8 | 3D |
| Octal | 243 | 223 | 232 | 0 | 12 | 6 | 44 | 516 | 10 | 75 |
| Binary | 10100011 | 10010011 | 10011010 | 0 | 1010 | 110 | 100100 | 101001110 | 1000 | 111101 |
Color Harmonies of #A3939A
Complementary color
Monochromatic Colors of #A3939A
Black with #A3939A
Text Example
Text Example
White with #A3939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3939A; }
p { color: rgb(163,147,154); }
H1.HeaderClassName
{
color: #A3939A;
}
.AnyTagClassName
{
color: #A3939A;
}
</style>
background-color css
<style>
a { background-color: #A3939A; }
a { background-color: rgb(163,147,154); }
div.DivClassName
{
background-color: #A3939A;
}
.BgClassName
{
background-color: #A3939A;
}
</style>
border-color css
<style>
span { border-color: #A3939A; }
span { border-color: rgb(163,147,154); }
td.TdClassName
{
border-color: #A3939A;
}
.TagClassName
{
border-color: #A3939A;
}
</style>