Shades of Green Smoke #A6AA68
Tints of Green Smoke #A6AA68
RGB
CMYK
RGB Variations
Color information
#A6AA68 (or 0xA6AA68) is known color: Green Smoke. HEX triplet: A6, AA and 68. RGB value is (166,170,104). Sum of RGB (Red+Green+Blue) = 166+170+104=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AA68 is #595597. Grayscale: #A1A1A1. Windows color (decimal): -5854616 or 6859430. OLE color: 6859430.
HSL color Cylindrical-coordinate representation of color #A6AA68: hue angle of 63.64º 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 #A6AA68 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 170 | 104 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.33 |
| HSL | 63.64º | 0.28% | 0.54% | - |
| HSV(B) | 63.64º | 0.39% | 0.67% | - |
| XYZ | 32.6 | 37.86 | 18.69 | - |
| YUV | 161.28 | 95.67 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 104 | 0.02 | 0 | 0.39 | 0.33 | 63.64 | 0.28 | 0.54 |
| Hex | A6 | AA | 68 | 2 | 0 | 27 | 21 | 40 | 1C | 36 |
| Octal | 246 | 252 | 150 | 2 | 0 | 47 | 41 | 100 | 34 | 66 |
| Binary | 10100110 | 10101010 | 1101000 | 10 | 0 | 100111 | 100001 | 1000000 | 11100 | 110110 |
Color Harmonies of #A6AA68
Complementary color
Monochromatic Colors of #A6AA68
Black with #A6AA68
Text Example
Text Example
White with #A6AA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AA68; }
p { color: rgb(166,170,104); }
H1.HeaderClassName
{
color: #A6AA68;
}
.AnyTagClassName
{
color: #A6AA68;
}
</style>
background-color css
<style>
a { background-color: #A6AA68; }
a { background-color: rgb(166,170,104); }
div.DivClassName
{
background-color: #A6AA68;
}
.BgClassName
{
background-color: #A6AA68;
}
</style>
border-color css
<style>
span { border-color: #A6AA68; }
span { border-color: rgb(166,170,104); }
td.TdClassName
{
border-color: #A6AA68;
}
.TagClassName
{
border-color: #A6AA68;
}
</style>