Shades of Green Smoke #A0A64E
Tints of Green Smoke #A0A64E
RGB
CMYK
RGB Variations
Color information
#A0A64E (or 0xA0A64E) is known color: Green Smoke. HEX triplet: A0, A6 and 4E. RGB value is (160,166,78). Sum of RGB (Red+Green+Blue) = 160+166+78=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 78 (30.86% from 255 or 19.31% from 404); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A64E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A64E is #5F59B1. Grayscale: #9A9A9A. Windows color (decimal): -6248882 or 5154464. OLE color: 5154464.
HSL color Cylindrical-coordinate representation of color #A0A64E: hue angle of 64.09º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0A64E is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 166 | 78 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.35 |
| HSL | 64.09º | 0.36% | 0.48% | - |
| HSV(B) | 64.09º | 0.53% | 0.65% | - |
| XYZ | 29.51 | 35.3 | 12.47 | - |
| YUV | 154.17 | 85.01 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 166 | 78 | 0.04 | 0 | 0.53 | 0.35 | 64.09 | 0.36 | 0.48 |
| Hex | A0 | A6 | 4E | 4 | 0 | 35 | 23 | 40 | 24 | 30 |
| Octal | 240 | 246 | 116 | 4 | 0 | 65 | 43 | 100 | 44 | 60 |
| Binary | 10100000 | 10100110 | 1001110 | 100 | 0 | 110101 | 100011 | 1000000 | 100100 | 110000 |
Color Harmonies of #A0A64E
Complementary color
Monochromatic Colors of #A0A64E
Black with #A0A64E
Text Example
Text Example
White with #A0A64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A64E; }
p { color: rgb(160,166,78); }
H1.HeaderClassName
{
color: #A0A64E;
}
.AnyTagClassName
{
color: #A0A64E;
}
</style>
background-color css
<style>
a { background-color: #A0A64E; }
a { background-color: rgb(160,166,78); }
div.DivClassName
{
background-color: #A0A64E;
}
.BgClassName
{
background-color: #A0A64E;
}
</style>
border-color css
<style>
span { border-color: #A0A64E; }
span { border-color: rgb(160,166,78); }
td.TdClassName
{
border-color: #A0A64E;
}
.TagClassName
{
border-color: #A0A64E;
}
</style>