Shades of Green Smoke #A6AC5D
Tints of Green Smoke #A6AC5D
RGB
CMYK
RGB Variations
Color information
#A6AC5D (or 0xA6AC5D) is known color: Green Smoke. HEX triplet: A6, AC and 5D. RGB value is (166,172,93). Sum of RGB (Red+Green+Blue) = 166+172+93=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 172 - color contains mainly: green. Hex color #A6AC5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AC5D is #5953A2. Grayscale: #A1A1A1. Windows color (decimal): -5854115 or 6139046. OLE color: 6139046.
HSL color Cylindrical-coordinate representation of color #A6AC5D: hue angle of 64.56º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A6AC5D is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 172 | 93 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.33 |
| HSL | 64.56º | 0.32% | 0.52% | - |
| HSV(B) | 64.56º | 0.46% | 0.67% | - |
| XYZ | 32.45 | 38.4 | 16.06 | - |
| YUV | 161.2 | 89.51 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 172 | 93 | 0.03 | 0 | 0.46 | 0.33 | 64.56 | 0.32 | 0.52 |
| Hex | A6 | AC | 5D | 3 | 0 | 2E | 21 | 41 | 20 | 34 |
| Octal | 246 | 254 | 135 | 3 | 0 | 56 | 41 | 101 | 40 | 64 |
| Binary | 10100110 | 10101100 | 1011101 | 11 | 0 | 101110 | 100001 | 1000001 | 100000 | 110100 |
Color Harmonies of #A6AC5D
Complementary color
Monochromatic Colors of #A6AC5D
Black with #A6AC5D
Text Example
Text Example
White with #A6AC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AC5D; }
p { color: rgb(166,172,93); }
H1.HeaderClassName
{
color: #A6AC5D;
}
.AnyTagClassName
{
color: #A6AC5D;
}
</style>
background-color css
<style>
a { background-color: #A6AC5D; }
a { background-color: rgb(166,172,93); }
div.DivClassName
{
background-color: #A6AC5D;
}
.BgClassName
{
background-color: #A6AC5D;
}
</style>
border-color css
<style>
span { border-color: #A6AC5D; }
span { border-color: rgb(166,172,93); }
td.TdClassName
{
border-color: #A6AC5D;
}
.TagClassName
{
border-color: #A6AC5D;
}
</style>