Shades of Green Smoke #A1AC6E
Tints of Green Smoke #A1AC6E
RGB
CMYK
RGB Variations
Color information
#A1AC6E (or 0xA1AC6E) is known color: Green Smoke. HEX triplet: A1, AC and 6E. RGB value is (161,172,110). Sum of RGB (Red+Green+Blue) = 161+172+110=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 110 (43.36% from 255 or 24.83% from 443); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AC6E is #5E5391. Grayscale: #A1A1A1. Windows color (decimal): -6181778 or 7253153. OLE color: 7253153.
HSL color Cylindrical-coordinate representation of color #A1AC6E: hue angle of 70.65º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1AC6E is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 172 | 110 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.33 |
| HSL | 70.65º | 0.27% | 0.55% | - |
| HSV(B) | 70.65º | 0.36% | 0.67% | - |
| XYZ | 32.26 | 38.21 | 20.43 | - |
| YUV | 161.64 | 98.86 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 110 | 0.06 | 0 | 0.36 | 0.33 | 70.65 | 0.27 | 0.55 |
| Hex | A1 | AC | 6E | 6 | 0 | 24 | 21 | 47 | 1B | 37 |
| Octal | 241 | 254 | 156 | 6 | 0 | 44 | 41 | 107 | 33 | 67 |
| Binary | 10100001 | 10101100 | 1101110 | 110 | 0 | 100100 | 100001 | 1000111 | 11011 | 110111 |
Color Harmonies of #A1AC6E
Complementary color
Monochromatic Colors of #A1AC6E
Black with #A1AC6E
Text Example
Text Example
White with #A1AC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AC6E; }
p { color: rgb(161,172,110); }
H1.HeaderClassName
{
color: #A1AC6E;
}
.AnyTagClassName
{
color: #A1AC6E;
}
</style>
background-color css
<style>
a { background-color: #A1AC6E; }
a { background-color: rgb(161,172,110); }
div.DivClassName
{
background-color: #A1AC6E;
}
.BgClassName
{
background-color: #A1AC6E;
}
</style>
border-color css
<style>
span { border-color: #A1AC6E; }
span { border-color: rgb(161,172,110); }
td.TdClassName
{
border-color: #A1AC6E;
}
.TagClassName
{
border-color: #A1AC6E;
}
</style>