Shades of Green Smoke #A6AA6C
Tints of Green Smoke #A6AA6C
RGB
CMYK
RGB Variations
Color information
#A6AA6C (or 0xA6AA6C) is known color: Green Smoke. HEX triplet: A6, AA and 6C. RGB value is (166,170,108). Sum of RGB (Red+Green+Blue) = 166+170+108=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AA6C is #595593. Grayscale: #A1A1A1. Windows color (decimal): -5854612 or 7121574. OLE color: 7121574.
HSL color Cylindrical-coordinate representation of color #A6AA6C: hue angle of 63.87º degrees, saturation: 0.27, 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 #A6AA6C is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 170 | 108 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.33 |
| HSL | 63.87º | 0.27% | 0.55% | - |
| HSV(B) | 63.87º | 0.36% | 0.67% | - |
| XYZ | 32.81 | 37.94 | 19.78 | - |
| YUV | 161.74 | 97.67 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 108 | 0.02 | 0 | 0.36 | 0.33 | 63.87 | 0.27 | 0.55 |
| Hex | A6 | AA | 6C | 2 | 0 | 24 | 21 | 40 | 1B | 37 |
| Octal | 246 | 252 | 154 | 2 | 0 | 44 | 41 | 100 | 33 | 67 |
| Binary | 10100110 | 10101010 | 1101100 | 10 | 0 | 100100 | 100001 | 1000000 | 11011 | 110111 |
Color Harmonies of #A6AA6C
Complementary color
Monochromatic Colors of #A6AA6C
Black with #A6AA6C
Text Example
Text Example
White with #A6AA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AA6C; }
p { color: rgb(166,170,108); }
H1.HeaderClassName
{
color: #A6AA6C;
}
.AnyTagClassName
{
color: #A6AA6C;
}
</style>
background-color css
<style>
a { background-color: #A6AA6C; }
a { background-color: rgb(166,170,108); }
div.DivClassName
{
background-color: #A6AA6C;
}
.BgClassName
{
background-color: #A6AA6C;
}
</style>
border-color css
<style>
span { border-color: #A6AA6C; }
span { border-color: rgb(166,170,108); }
td.TdClassName
{
border-color: #A6AA6C;
}
.TagClassName
{
border-color: #A6AA6C;
}
</style>