Shades of Green Smoke #A3A957
Tints of Green Smoke #A3A957
RGB
CMYK
RGB Variations
Color information
#A3A957 (or 0xA3A957) is known color: Green Smoke. HEX triplet: A3, A9 and 57. RGB value is (163,169,87). Sum of RGB (Red+Green+Blue) = 163+169+87=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 87 (34.38% from 255 or 20.76% from 419); Max value from RGB is 169 - color contains mainly: green. Hex color #A3A957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A957 is #5C56A8. Grayscale: #9E9E9E. Windows color (decimal): -6051497 or 5745059. OLE color: 5745059.
HSL color Cylindrical-coordinate representation of color #A3A957: hue angle of 64.39º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A3A957 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 169 | 87 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.34 |
| HSL | 64.39º | 0.32% | 0.5% | - |
| HSV(B) | 64.39º | 0.49% | 0.66% | - |
| XYZ | 31.01 | 36.85 | 14.5 | - |
| YUV | 157.86 | 88.01 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 169 | 87 | 0.04 | 0 | 0.49 | 0.34 | 64.39 | 0.32 | 0.5 |
| Hex | A3 | A9 | 57 | 4 | 0 | 31 | 22 | 40 | 20 | 32 |
| Octal | 243 | 251 | 127 | 4 | 0 | 61 | 42 | 100 | 40 | 62 |
| Binary | 10100011 | 10101001 | 1010111 | 100 | 0 | 110001 | 100010 | 1000000 | 100000 | 110010 |
Color Harmonies of #A3A957
Complementary color
Monochromatic Colors of #A3A957
Black with #A3A957
Text Example
Text Example
White with #A3A957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A957; }
p { color: rgb(163,169,87); }
H1.HeaderClassName
{
color: #A3A957;
}
.AnyTagClassName
{
color: #A3A957;
}
</style>
background-color css
<style>
a { background-color: #A3A957; }
a { background-color: rgb(163,169,87); }
div.DivClassName
{
background-color: #A3A957;
}
.BgClassName
{
background-color: #A3A957;
}
</style>
border-color css
<style>
span { border-color: #A3A957; }
span { border-color: rgb(163,169,87); }
td.TdClassName
{
border-color: #A3A957;
}
.TagClassName
{
border-color: #A3A957;
}
</style>