Shades of Green Smoke #A1AC62
Tints of Green Smoke #A1AC62
RGB
CMYK
RGB Variations
Color information
#A1AC62 (or 0xA1AC62) is known color: Green Smoke. HEX triplet: A1, AC and 62. RGB value is (161,172,98). Sum of RGB (Red+Green+Blue) = 161+172+98=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AC62 is #5E539D. Grayscale: #A0A0A0. Windows color (decimal): -6181790 or 6466721. OLE color: 6466721.
HSL color Cylindrical-coordinate representation of color #A1AC62: hue angle of 68.92º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1AC62 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 172 | 98 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.33 |
| HSL | 68.92º | 0.31% | 0.53% | - |
| HSV(B) | 68.92º | 0.43% | 0.67% | - |
| XYZ | 31.66 | 37.96 | 17.21 | - |
| YUV | 160.28 | 92.86 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 98 | 0.06 | 0 | 0.43 | 0.33 | 68.92 | 0.31 | 0.53 |
| Hex | A1 | AC | 62 | 6 | 0 | 2B | 21 | 45 | 1F | 35 |
| Octal | 241 | 254 | 142 | 6 | 0 | 53 | 41 | 105 | 37 | 65 |
| Binary | 10100001 | 10101100 | 1100010 | 110 | 0 | 101011 | 100001 | 1000101 | 11111 | 110101 |
Color Harmonies of #A1AC62
Complementary color
Monochromatic Colors of #A1AC62
Black with #A1AC62
Text Example
Text Example
White with #A1AC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AC62; }
p { color: rgb(161,172,98); }
H1.HeaderClassName
{
color: #A1AC62;
}
.AnyTagClassName
{
color: #A1AC62;
}
</style>
background-color css
<style>
a { background-color: #A1AC62; }
a { background-color: rgb(161,172,98); }
div.DivClassName
{
background-color: #A1AC62;
}
.BgClassName
{
background-color: #A1AC62;
}
</style>
border-color css
<style>
span { border-color: #A1AC62; }
span { border-color: rgb(161,172,98); }
td.TdClassName
{
border-color: #A1AC62;
}
.TagClassName
{
border-color: #A1AC62;
}
</style>