Shades of Green Smoke #A1AE66
Tints of Green Smoke #A1AE66
RGB
CMYK
RGB Variations
Color information
#A1AE66 (or 0xA1AE66) is known color: Green Smoke. HEX triplet: A1, AE and 66. RGB value is (161,174,102). Sum of RGB (Red+Green+Blue) = 161+174+102=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AE66 is #5E5199. Grayscale: #A2A2A2. Windows color (decimal): -6181274 or 6729377. OLE color: 6729377.
HSL color Cylindrical-coordinate representation of color #A1AE66: hue angle of 70.83º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A1AE66 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 174 | 102 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.32 |
| HSL | 70.83º | 0.31% | 0.54% | - |
| HSV(B) | 70.83º | 0.41% | 0.68% | - |
| XYZ | 32.23 | 38.81 | 18.36 | - |
| YUV | 161.91 | 94.19 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 174 | 102 | 0.07 | 0 | 0.41 | 0.32 | 70.83 | 0.31 | 0.54 |
| Hex | A1 | AE | 66 | 7 | 0 | 29 | 20 | 47 | 1F | 36 |
| Octal | 241 | 256 | 146 | 7 | 0 | 51 | 40 | 107 | 37 | 66 |
| Binary | 10100001 | 10101110 | 1100110 | 111 | 0 | 101001 | 100000 | 1000111 | 11111 | 110110 |
Color Harmonies of #A1AE66
Complementary color
Monochromatic Colors of #A1AE66
Black with #A1AE66
Text Example
Text Example
White with #A1AE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AE66; }
p { color: rgb(161,174,102); }
H1.HeaderClassName
{
color: #A1AE66;
}
.AnyTagClassName
{
color: #A1AE66;
}
</style>
background-color css
<style>
a { background-color: #A1AE66; }
a { background-color: rgb(161,174,102); }
div.DivClassName
{
background-color: #A1AE66;
}
.BgClassName
{
background-color: #A1AE66;
}
</style>
border-color css
<style>
span { border-color: #A1AE66; }
span { border-color: rgb(161,174,102); }
td.TdClassName
{
border-color: #A1AE66;
}
.TagClassName
{
border-color: #A1AE66;
}
</style>