Shades of Green Smoke #A6AC65
Tints of Green Smoke #A6AC65
RGB
CMYK
RGB Variations
Color information
#A6AC65 (or 0xA6AC65) is known color: Green Smoke. HEX triplet: A6, AC and 65. RGB value is (166,172,101). Sum of RGB (Red+Green+Blue) = 166+172+101=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 101 (39.84% from 255 or 23.01% from 439); Max value from RGB is 172 - color contains mainly: green. Hex color #A6AC65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AC65 is #59539A. Grayscale: #A2A2A2. Windows color (decimal): -5854107 or 6663334. OLE color: 6663334.
HSL color Cylindrical-coordinate representation of color #A6AC65: hue angle of 65.07º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A6AC65 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 172 | 101 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.33 |
| HSL | 65.07º | 0.3% | 0.54% | - |
| HSV(B) | 65.07º | 0.41% | 0.67% | - |
| XYZ | 32.83 | 38.55 | 18.02 | - |
| YUV | 162.11 | 93.51 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 172 | 101 | 0.03 | 0 | 0.41 | 0.33 | 65.07 | 0.3 | 0.54 |
| Hex | A6 | AC | 65 | 3 | 0 | 29 | 21 | 41 | 1E | 36 |
| Octal | 246 | 254 | 145 | 3 | 0 | 51 | 41 | 101 | 36 | 66 |
| Binary | 10100110 | 10101100 | 1100101 | 11 | 0 | 101001 | 100001 | 1000001 | 11110 | 110110 |
Color Harmonies of #A6AC65
Complementary color
Monochromatic Colors of #A6AC65
Black with #A6AC65
Text Example
Text Example
White with #A6AC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AC65; }
p { color: rgb(166,172,101); }
H1.HeaderClassName
{
color: #A6AC65;
}
.AnyTagClassName
{
color: #A6AC65;
}
</style>
background-color css
<style>
a { background-color: #A6AC65; }
a { background-color: rgb(166,172,101); }
div.DivClassName
{
background-color: #A6AC65;
}
.BgClassName
{
background-color: #A6AC65;
}
</style>
border-color css
<style>
span { border-color: #A6AC65; }
span { border-color: rgb(166,172,101); }
td.TdClassName
{
border-color: #A6AC65;
}
.TagClassName
{
border-color: #A6AC65;
}
</style>