Shades of Green Smoke #A2AC64
Tints of Green Smoke #A2AC64
RGB
CMYK
RGB Variations
Color information
#A2AC64 (or 0xA2AC64) is known color: Green Smoke. HEX triplet: A2, AC and 64. RGB value is (162,172,100). Sum of RGB (Red+Green+Blue) = 162+172+100=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AC64 is #5D539B. Grayscale: #A1A1A1. Windows color (decimal): -6116252 or 6597794. OLE color: 6597794.
HSL color Cylindrical-coordinate representation of color #A2AC64: hue angle of 68.33º 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 #A2AC64 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 172 | 100 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.33 |
| HSL | 68.33º | 0.3% | 0.53% | - |
| HSV(B) | 68.33º | 0.42% | 0.67% | - |
| XYZ | 31.95 | 38.11 | 17.73 | - |
| YUV | 160.8 | 93.69 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 172 | 100 | 0.06 | 0 | 0.42 | 0.33 | 68.33 | 0.3 | 0.53 |
| Hex | A2 | AC | 64 | 6 | 0 | 2A | 21 | 44 | 1E | 35 |
| Octal | 242 | 254 | 144 | 6 | 0 | 52 | 41 | 104 | 36 | 65 |
| Binary | 10100010 | 10101100 | 1100100 | 110 | 0 | 101010 | 100001 | 1000100 | 11110 | 110101 |
Color Harmonies of #A2AC64
Complementary color
Monochromatic Colors of #A2AC64
Black with #A2AC64
Text Example
Text Example
White with #A2AC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AC64; }
p { color: rgb(162,172,100); }
H1.HeaderClassName
{
color: #A2AC64;
}
.AnyTagClassName
{
color: #A2AC64;
}
</style>
background-color css
<style>
a { background-color: #A2AC64; }
a { background-color: rgb(162,172,100); }
div.DivClassName
{
background-color: #A2AC64;
}
.BgClassName
{
background-color: #A2AC64;
}
</style>
border-color css
<style>
span { border-color: #A2AC64; }
span { border-color: rgb(162,172,100); }
td.TdClassName
{
border-color: #A2AC64;
}
.TagClassName
{
border-color: #A2AC64;
}
</style>