Shades of Green Smoke #A6AA67
Tints of Green Smoke #A6AA67
RGB
CMYK
RGB Variations
Color information
#A6AA67 (or 0xA6AA67) is known color: Green Smoke. HEX triplet: A6, AA and 67. RGB value is (166,170,103). Sum of RGB (Red+Green+Blue) = 166+170+103=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AA67 is #595598. Grayscale: #A1A1A1. Windows color (decimal): -5854617 or 6793894. OLE color: 6793894.
HSL color Cylindrical-coordinate representation of color #A6AA67: hue angle of 63.58º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A6AA67 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 170 | 103 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.33 |
| HSL | 63.58º | 0.28% | 0.54% | - |
| HSV(B) | 63.58º | 0.39% | 0.67% | - |
| XYZ | 32.55 | 37.84 | 18.42 | - |
| YUV | 161.17 | 95.17 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 103 | 0.02 | 0 | 0.39 | 0.33 | 63.58 | 0.28 | 0.54 |
| Hex | A6 | AA | 67 | 2 | 0 | 27 | 21 | 40 | 1C | 36 |
| Octal | 246 | 252 | 147 | 2 | 0 | 47 | 41 | 100 | 34 | 66 |
| Binary | 10100110 | 10101010 | 1100111 | 10 | 0 | 100111 | 100001 | 1000000 | 11100 | 110110 |
Color Harmonies of #A6AA67
Complementary color
Monochromatic Colors of #A6AA67
Black with #A6AA67
Text Example
Text Example
White with #A6AA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AA67; }
p { color: rgb(166,170,103); }
H1.HeaderClassName
{
color: #A6AA67;
}
.AnyTagClassName
{
color: #A6AA67;
}
</style>
background-color css
<style>
a { background-color: #A6AA67; }
a { background-color: rgb(166,170,103); }
div.DivClassName
{
background-color: #A6AA67;
}
.BgClassName
{
background-color: #A6AA67;
}
</style>
border-color css
<style>
span { border-color: #A6AA67; }
span { border-color: rgb(166,170,103); }
td.TdClassName
{
border-color: #A6AA67;
}
.TagClassName
{
border-color: #A6AA67;
}
</style>