Shades of Green Smoke #A1AC66
Tints of Green Smoke #A1AC66
RGB
CMYK
RGB Variations
Color information
#A1AC66 (or 0xA1AC66) is known color: Green Smoke. HEX triplet: A1, AC and 66. RGB value is (161,172,102). Sum of RGB (Red+Green+Blue) = 161+172+102=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AC66 is #5E5399. Grayscale: #A0A0A0. Windows color (decimal): -6181786 or 6728865. OLE color: 6728865.
HSL color Cylindrical-coordinate representation of color #A1AC66: hue angle of 69.43º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A1AC66 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 172 | 102 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.33 |
| HSL | 69.43º | 0.3% | 0.54% | - |
| HSV(B) | 69.43º | 0.41% | 0.67% | - |
| XYZ | 31.85 | 38.04 | 18.23 | - |
| YUV | 160.73 | 94.86 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 102 | 0.06 | 0 | 0.41 | 0.33 | 69.43 | 0.3 | 0.54 |
| Hex | A1 | AC | 66 | 6 | 0 | 29 | 21 | 45 | 1E | 36 |
| Octal | 241 | 254 | 146 | 6 | 0 | 51 | 41 | 105 | 36 | 66 |
| Binary | 10100001 | 10101100 | 1100110 | 110 | 0 | 101001 | 100001 | 1000101 | 11110 | 110110 |
Color Harmonies of #A1AC66
Complementary color
Monochromatic Colors of #A1AC66
Black with #A1AC66
Text Example
Text Example
White with #A1AC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AC66; }
p { color: rgb(161,172,102); }
H1.HeaderClassName
{
color: #A1AC66;
}
.AnyTagClassName
{
color: #A1AC66;
}
</style>
background-color css
<style>
a { background-color: #A1AC66; }
a { background-color: rgb(161,172,102); }
div.DivClassName
{
background-color: #A1AC66;
}
.BgClassName
{
background-color: #A1AC66;
}
</style>
border-color css
<style>
span { border-color: #A1AC66; }
span { border-color: rgb(161,172,102); }
td.TdClassName
{
border-color: #A1AC66;
}
.TagClassName
{
border-color: #A1AC66;
}
</style>