Shades of Green Smoke #A4AA4E
Tints of Green Smoke #A4AA4E
RGB
CMYK
RGB Variations
Color information
#A4AA4E (or 0xA4AA4E) is known color: Green Smoke. HEX triplet: A4, AA and 4E. RGB value is (164,170,78). Sum of RGB (Red+Green+Blue) = 164+170+78=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 78 (30.86% from 255 or 18.93% from 412); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AA4E is #5B55B1. Grayscale: #9E9E9E. Windows color (decimal): -5985714 or 5155492. OLE color: 5155492.
HSL color Cylindrical-coordinate representation of color #A4AA4E: hue angle of 63.91º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A4AA4E is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 170 | 78 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.33 |
| HSL | 63.91º | 0.37% | 0.49% | - |
| HSV(B) | 63.91º | 0.54% | 0.67% | - |
| XYZ | 31.06 | 37.19 | 12.75 | - |
| YUV | 157.72 | 83.01 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 170 | 78 | 0.04 | 0 | 0.54 | 0.33 | 63.91 | 0.37 | 0.49 |
| Hex | A4 | AA | 4E | 4 | 0 | 36 | 21 | 40 | 25 | 31 |
| Octal | 244 | 252 | 116 | 4 | 0 | 66 | 41 | 100 | 45 | 61 |
| Binary | 10100100 | 10101010 | 1001110 | 100 | 0 | 110110 | 100001 | 1000000 | 100101 | 110001 |
Color Harmonies of #A4AA4E
Complementary color
Monochromatic Colors of #A4AA4E
Black with #A4AA4E
Text Example
Text Example
White with #A4AA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AA4E; }
p { color: rgb(164,170,78); }
H1.HeaderClassName
{
color: #A4AA4E;
}
.AnyTagClassName
{
color: #A4AA4E;
}
</style>
background-color css
<style>
a { background-color: #A4AA4E; }
a { background-color: rgb(164,170,78); }
div.DivClassName
{
background-color: #A4AA4E;
}
.BgClassName
{
background-color: #A4AA4E;
}
</style>
border-color css
<style>
span { border-color: #A4AA4E; }
span { border-color: rgb(164,170,78); }
td.TdClassName
{
border-color: #A4AA4E;
}
.TagClassName
{
border-color: #A4AA4E;
}
</style>