Shades of Green Smoke #A1AC64
Tints of Green Smoke #A1AC64
RGB
CMYK
RGB Variations
Color information
#A1AC64 (or 0xA1AC64) is known color: Green Smoke. HEX triplet: A1, AC and 64. RGB value is (161,172,100). Sum of RGB (Red+Green+Blue) = 161+172+100=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AC64 is #5E539B. Grayscale: #A0A0A0. Windows color (decimal): -6181788 or 6597793. OLE color: 6597793.
HSL color Cylindrical-coordinate representation of color #A1AC64: hue angle of 69.17º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1AC64 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 172 | 100 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.33 |
| HSL | 69.17º | 0.3% | 0.53% | - |
| HSV(B) | 69.17º | 0.42% | 0.67% | - |
| XYZ | 31.75 | 38 | 17.72 | - |
| YUV | 160.5 | 93.86 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 100 | 0.06 | 0 | 0.42 | 0.33 | 69.17 | 0.3 | 0.53 |
| Hex | A1 | AC | 64 | 6 | 0 | 2A | 21 | 45 | 1E | 35 |
| Octal | 241 | 254 | 144 | 6 | 0 | 52 | 41 | 105 | 36 | 65 |
| Binary | 10100001 | 10101100 | 1100100 | 110 | 0 | 101010 | 100001 | 1000101 | 11110 | 110101 |
Color Harmonies of #A1AC64
Complementary color
Monochromatic Colors of #A1AC64
Black with #A1AC64
Text Example
Text Example
White with #A1AC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AC64; }
p { color: rgb(161,172,100); }
H1.HeaderClassName
{
color: #A1AC64;
}
.AnyTagClassName
{
color: #A1AC64;
}
</style>
background-color css
<style>
a { background-color: #A1AC64; }
a { background-color: rgb(161,172,100); }
div.DivClassName
{
background-color: #A1AC64;
}
.BgClassName
{
background-color: #A1AC64;
}
</style>
border-color css
<style>
span { border-color: #A1AC64; }
span { border-color: rgb(161,172,100); }
td.TdClassName
{
border-color: #A1AC64;
}
.TagClassName
{
border-color: #A1AC64;
}
</style>