Shades of Green Smoke #A6AA62
Tints of Green Smoke #A6AA62
RGB
CMYK
RGB Variations
Color information
#A6AA62 (or 0xA6AA62) is known color: Green Smoke. HEX triplet: A6, AA and 62. RGB value is (166,170,98). Sum of RGB (Red+Green+Blue) = 166+170+98=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AA62 is #59559D. Grayscale: #A0A0A0. Windows color (decimal): -5854622 or 6466214. OLE color: 6466214.
HSL color Cylindrical-coordinate representation of color #A6AA62: hue angle of 63.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6AA62 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 170 | 98 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.33 |
| HSL | 63.33º | 0.3% | 0.53% | - |
| HSV(B) | 63.33º | 0.42% | 0.67% | - |
| XYZ | 32.31 | 37.74 | 17.14 | - |
| YUV | 160.6 | 92.67 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 98 | 0.02 | 0 | 0.42 | 0.33 | 63.33 | 0.3 | 0.53 |
| Hex | A6 | AA | 62 | 2 | 0 | 2A | 21 | 3F | 1E | 35 |
| Octal | 246 | 252 | 142 | 2 | 0 | 52 | 41 | 77 | 36 | 65 |
| Binary | 10100110 | 10101010 | 1100010 | 10 | 0 | 101010 | 100001 | 111111 | 11110 | 110101 |
Color Harmonies of #A6AA62
Complementary color
Monochromatic Colors of #A6AA62
Black with #A6AA62
Text Example
Text Example
White with #A6AA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AA62; }
p { color: rgb(166,170,98); }
H1.HeaderClassName
{
color: #A6AA62;
}
.AnyTagClassName
{
color: #A6AA62;
}
</style>
background-color css
<style>
a { background-color: #A6AA62; }
a { background-color: rgb(166,170,98); }
div.DivClassName
{
background-color: #A6AA62;
}
.BgClassName
{
background-color: #A6AA62;
}
</style>
border-color css
<style>
span { border-color: #A6AA62; }
span { border-color: rgb(166,170,98); }
td.TdClassName
{
border-color: #A6AA62;
}
.TagClassName
{
border-color: #A6AA62;
}
</style>