Shades of Green Smoke #A3A953
Tints of Green Smoke #A3A953
RGB
CMYK
RGB Variations
Color information
#A3A953 (or 0xA3A953) is known color: Green Smoke. HEX triplet: A3, A9 and 53. RGB value is (163,169,83). Sum of RGB (Red+Green+Blue) = 163+169+83=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 83 (32.81% from 255 or 20% from 415); Max value from RGB is 169 - color contains mainly: green. Hex color #A3A953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A953 is #5C56AC. Grayscale: #9D9D9D. Windows color (decimal): -6051501 or 5482915. OLE color: 5482915.
HSL color Cylindrical-coordinate representation of color #A3A953: hue angle of 64.19º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A3A953 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 169 | 83 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.34 |
| HSL | 64.19º | 0.34% | 0.49% | - |
| HSV(B) | 64.19º | 0.51% | 0.66% | - |
| XYZ | 30.85 | 36.79 | 13.66 | - |
| YUV | 157.4 | 86.01 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 169 | 83 | 0.04 | 0 | 0.51 | 0.34 | 64.19 | 0.34 | 0.49 |
| Hex | A3 | A9 | 53 | 4 | 0 | 33 | 22 | 40 | 22 | 31 |
| Octal | 243 | 251 | 123 | 4 | 0 | 63 | 42 | 100 | 42 | 61 |
| Binary | 10100011 | 10101001 | 1010011 | 100 | 0 | 110011 | 100010 | 1000000 | 100010 | 110001 |
Color Harmonies of #A3A953
Complementary color
Monochromatic Colors of #A3A953
Black with #A3A953
Text Example
Text Example
White with #A3A953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A953; }
p { color: rgb(163,169,83); }
H1.HeaderClassName
{
color: #A3A953;
}
.AnyTagClassName
{
color: #A3A953;
}
</style>
background-color css
<style>
a { background-color: #A3A953; }
a { background-color: rgb(163,169,83); }
div.DivClassName
{
background-color: #A3A953;
}
.BgClassName
{
background-color: #A3A953;
}
</style>
border-color css
<style>
span { border-color: #A3A953; }
span { border-color: rgb(163,169,83); }
td.TdClassName
{
border-color: #A3A953;
}
.TagClassName
{
border-color: #A3A953;
}
</style>