Shades of Green Smoke #A6AA6D
Tints of Green Smoke #A6AA6D
RGB
CMYK
RGB Variations
Color information
#A6AA6D (or 0xA6AA6D) is known color: Green Smoke. HEX triplet: A6, AA and 6D. RGB value is (166,170,109). Sum of RGB (Red+Green+Blue) = 166+170+109=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AA6D is #595592. Grayscale: #A2A2A2. Windows color (decimal): -5854611 or 7187110. OLE color: 7187110.
HSL color Cylindrical-coordinate representation of color #A6AA6D: hue angle of 63.93º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A6AA6D is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 170 | 109 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.33 |
| HSL | 63.93º | 0.26% | 0.55% | - |
| HSV(B) | 63.93º | 0.36% | 0.67% | - |
| XYZ | 32.86 | 37.96 | 20.06 | - |
| YUV | 161.85 | 98.17 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 109 | 0.02 | 0 | 0.36 | 0.33 | 63.93 | 0.26 | 0.55 |
| Hex | A6 | AA | 6D | 2 | 0 | 24 | 21 | 40 | 1A | 37 |
| Octal | 246 | 252 | 155 | 2 | 0 | 44 | 41 | 100 | 32 | 67 |
| Binary | 10100110 | 10101010 | 1101101 | 10 | 0 | 100100 | 100001 | 1000000 | 11010 | 110111 |
Color Harmonies of #A6AA6D
Complementary color
Monochromatic Colors of #A6AA6D
Black with #A6AA6D
Text Example
Text Example
White with #A6AA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AA6D; }
p { color: rgb(166,170,109); }
H1.HeaderClassName
{
color: #A6AA6D;
}
.AnyTagClassName
{
color: #A6AA6D;
}
</style>
background-color css
<style>
a { background-color: #A6AA6D; }
a { background-color: rgb(166,170,109); }
div.DivClassName
{
background-color: #A6AA6D;
}
.BgClassName
{
background-color: #A6AA6D;
}
</style>
border-color css
<style>
span { border-color: #A6AA6D; }
span { border-color: rgb(166,170,109); }
td.TdClassName
{
border-color: #A6AA6D;
}
.TagClassName
{
border-color: #A6AA6D;
}
</style>