Shades of Green Smoke #A1AA4E
Tints of Green Smoke #A1AA4E
RGB
CMYK
RGB Variations
Color information
#A1AA4E (or 0xA1AA4E) is known color: Green Smoke. HEX triplet: A1, AA and 4E. RGB value is (161,170,78). Sum of RGB (Red+Green+Blue) = 161+170+78=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AA4E is #5E55B1. Grayscale: #9D9D9D. Windows color (decimal): -6182322 or 5155489. OLE color: 5155489.
HSL color Cylindrical-coordinate representation of color #A1AA4E: hue angle of 65.87º 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 #A1AA4E is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 78 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.33 |
| HSL | 65.87º | 0.37% | 0.49% | - |
| HSV(B) | 65.87º | 0.54% | 0.67% | - |
| XYZ | 30.45 | 36.88 | 12.72 | - |
| YUV | 156.82 | 83.52 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 78 | 0.05 | 0 | 0.54 | 0.33 | 65.87 | 0.37 | 0.49 |
| Hex | A1 | AA | 4E | 5 | 0 | 36 | 21 | 42 | 25 | 31 |
| Octal | 241 | 252 | 116 | 5 | 0 | 66 | 41 | 102 | 45 | 61 |
| Binary | 10100001 | 10101010 | 1001110 | 101 | 0 | 110110 | 100001 | 1000010 | 100101 | 110001 |
Color Harmonies of #A1AA4E
Complementary color
Monochromatic Colors of #A1AA4E
Black with #A1AA4E
Text Example
Text Example
White with #A1AA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AA4E; }
p { color: rgb(161,170,78); }
H1.HeaderClassName
{
color: #A1AA4E;
}
.AnyTagClassName
{
color: #A1AA4E;
}
</style>
background-color css
<style>
a { background-color: #A1AA4E; }
a { background-color: rgb(161,170,78); }
div.DivClassName
{
background-color: #A1AA4E;
}
.BgClassName
{
background-color: #A1AA4E;
}
</style>
border-color css
<style>
span { border-color: #A1AA4E; }
span { border-color: rgb(161,170,78); }
td.TdClassName
{
border-color: #A1AA4E;
}
.TagClassName
{
border-color: #A1AA4E;
}
</style>