Shades of Green Smoke #A6AA6E
Tints of Green Smoke #A6AA6E
RGB
CMYK
RGB Variations
Color information
#A6AA6E (or 0xA6AA6E) is known color: Green Smoke. HEX triplet: A6, AA and 6E. RGB value is (166,170,110). Sum of RGB (Red+Green+Blue) = 166+170+110=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 110 (43.36% from 255 or 24.66% from 446); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AA6E is #595591. Grayscale: #A2A2A2. Windows color (decimal): -5854610 or 7252646. OLE color: 7252646.
HSL color Cylindrical-coordinate representation of color #A6AA6E: hue angle of 64º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6AA6E is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 170 | 110 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.33 |
| HSL | 64º | 0.26% | 0.55% | - |
| HSV(B) | 64º | 0.35% | 0.67% | - |
| XYZ | 32.92 | 37.98 | 20.35 | - |
| YUV | 161.96 | 98.67 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 110 | 0.02 | 0 | 0.35 | 0.33 | 64 | 0.26 | 0.55 |
| Hex | A6 | AA | 6E | 2 | 0 | 23 | 21 | 40 | 1A | 37 |
| Octal | 246 | 252 | 156 | 2 | 0 | 43 | 41 | 100 | 32 | 67 |
| Binary | 10100110 | 10101010 | 1101110 | 10 | 0 | 100011 | 100001 | 1000000 | 11010 | 110111 |
Color Harmonies of #A6AA6E
Complementary color
Monochromatic Colors of #A6AA6E
Black with #A6AA6E
Text Example
Text Example
White with #A6AA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AA6E; }
p { color: rgb(166,170,110); }
H1.HeaderClassName
{
color: #A6AA6E;
}
.AnyTagClassName
{
color: #A6AA6E;
}
</style>
background-color css
<style>
a { background-color: #A6AA6E; }
a { background-color: rgb(166,170,110); }
div.DivClassName
{
background-color: #A6AA6E;
}
.BgClassName
{
background-color: #A6AA6E;
}
</style>
border-color css
<style>
span { border-color: #A6AA6E; }
span { border-color: rgb(166,170,110); }
td.TdClassName
{
border-color: #A6AA6E;
}
.TagClassName
{
border-color: #A6AA6E;
}
</style>