Shades of Green Smoke #A1AC6B
Tints of Green Smoke #A1AC6B
RGB
CMYK
RGB Variations
Color information
#A1AC6B (or 0xA1AC6B) is known color: Green Smoke. HEX triplet: A1, AC and 6B. RGB value is (161,172,107). Sum of RGB (Red+Green+Blue) = 161+172+107=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AC6B is #5E5394. Grayscale: #A1A1A1. Windows color (decimal): -6181781 or 7056545. OLE color: 7056545.
HSL color Cylindrical-coordinate representation of color #A1AC6B: hue angle of 70.15º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1AC6B is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 172 | 107 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.33 |
| HSL | 70.15º | 0.28% | 0.55% | - |
| HSV(B) | 70.15º | 0.38% | 0.67% | - |
| XYZ | 32.1 | 38.14 | 19.58 | - |
| YUV | 161.3 | 97.36 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 107 | 0.06 | 0 | 0.38 | 0.33 | 70.15 | 0.28 | 0.55 |
| Hex | A1 | AC | 6B | 6 | 0 | 26 | 21 | 46 | 1C | 37 |
| Octal | 241 | 254 | 153 | 6 | 0 | 46 | 41 | 106 | 34 | 67 |
| Binary | 10100001 | 10101100 | 1101011 | 110 | 0 | 100110 | 100001 | 1000110 | 11100 | 110111 |
Color Harmonies of #A1AC6B
Complementary color
Monochromatic Colors of #A1AC6B
Black with #A1AC6B
Text Example
Text Example
White with #A1AC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AC6B; }
p { color: rgb(161,172,107); }
H1.HeaderClassName
{
color: #A1AC6B;
}
.AnyTagClassName
{
color: #A1AC6B;
}
</style>
background-color css
<style>
a { background-color: #A1AC6B; }
a { background-color: rgb(161,172,107); }
div.DivClassName
{
background-color: #A1AC6B;
}
.BgClassName
{
background-color: #A1AC6B;
}
</style>
border-color css
<style>
span { border-color: #A1AC6B; }
span { border-color: rgb(161,172,107); }
td.TdClassName
{
border-color: #A1AC6B;
}
.TagClassName
{
border-color: #A1AC6B;
}
</style>