Shades of Green Smoke #A3A859
Tints of Green Smoke #A3A859
RGB
CMYK
RGB Variations
Color information
#A3A859 (or 0xA3A859) is known color: Green Smoke. HEX triplet: A3, A8 and 59. RGB value is (163,168,89). Sum of RGB (Red+Green+Blue) = 163+168+89=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 168 - color contains mainly: green. Hex color #A3A859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A859 is #5C57A6. Grayscale: #9D9D9D. Windows color (decimal): -6051751 or 5875875. OLE color: 5875875.
HSL color Cylindrical-coordinate representation of color #A3A859: hue angle of 63.8º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3A859 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 168 | 89 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.34 |
| HSL | 63.8º | 0.31% | 0.5% | - |
| HSV(B) | 63.8º | 0.47% | 0.66% | - |
| XYZ | 30.91 | 36.51 | 14.87 | - |
| YUV | 157.5 | 89.34 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 168 | 89 | 0.03 | 0 | 0.47 | 0.34 | 63.8 | 0.31 | 0.5 |
| Hex | A3 | A8 | 59 | 3 | 0 | 2F | 22 | 40 | 1F | 32 |
| Octal | 243 | 250 | 131 | 3 | 0 | 57 | 42 | 100 | 37 | 62 |
| Binary | 10100011 | 10101000 | 1011001 | 11 | 0 | 101111 | 100010 | 1000000 | 11111 | 110010 |
Color Harmonies of #A3A859
Complementary color
Monochromatic Colors of #A3A859
Black with #A3A859
Text Example
Text Example
White with #A3A859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A859; }
p { color: rgb(163,168,89); }
H1.HeaderClassName
{
color: #A3A859;
}
.AnyTagClassName
{
color: #A3A859;
}
</style>
background-color css
<style>
a { background-color: #A3A859; }
a { background-color: rgb(163,168,89); }
div.DivClassName
{
background-color: #A3A859;
}
.BgClassName
{
background-color: #A3A859;
}
</style>
border-color css
<style>
span { border-color: #A3A859; }
span { border-color: rgb(163,168,89); }
td.TdClassName
{
border-color: #A3A859;
}
.TagClassName
{
border-color: #A3A859;
}
</style>