Shades of Green Smoke #A1A24E
Tints of Green Smoke #A1A24E
RGB
CMYK
RGB Variations
Color information
#A1A24E (or 0xA1A24E) is known color: Green Smoke. HEX triplet: A1, A2 and 4E. RGB value is (161,162,78). Sum of RGB (Red+Green+Blue) = 161+162+78=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A24E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A24E is #5E5DB1. Grayscale: #989898. Windows color (decimal): -6184370 or 5153441. OLE color: 5153441.
HSL color Cylindrical-coordinate representation of color #A1A24E: hue angle of 60.71º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1A24E is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 162 | 78 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.36 |
| HSL | 60.71º | 0.35% | 0.47% | - |
| HSV(B) | 60.71º | 0.52% | 0.64% | - |
| XYZ | 28.99 | 33.97 | 12.24 | - |
| YUV | 152.13 | 86.17 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 162 | 78 | 0.01 | 0 | 0.52 | 0.36 | 60.71 | 0.35 | 0.47 |
| Hex | A1 | A2 | 4E | 1 | 0 | 34 | 24 | 3D | 23 | 2F |
| Octal | 241 | 242 | 116 | 1 | 0 | 64 | 44 | 75 | 43 | 57 |
| Binary | 10100001 | 10100010 | 1001110 | 1 | 0 | 110100 | 100100 | 111101 | 100011 | 101111 |
Color Harmonies of #A1A24E
Complementary color
Monochromatic Colors of #A1A24E
Black with #A1A24E
Text Example
Text Example
White with #A1A24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A24E; }
p { color: rgb(161,162,78); }
H1.HeaderClassName
{
color: #A1A24E;
}
.AnyTagClassName
{
color: #A1A24E;
}
</style>
background-color css
<style>
a { background-color: #A1A24E; }
a { background-color: rgb(161,162,78); }
div.DivClassName
{
background-color: #A1A24E;
}
.BgClassName
{
background-color: #A1A24E;
}
</style>
border-color css
<style>
span { border-color: #A1A24E; }
span { border-color: rgb(161,162,78); }
td.TdClassName
{
border-color: #A1A24E;
}
.TagClassName
{
border-color: #A1A24E;
}
</style>