Shades of Green Smoke #A6A969
Tints of Green Smoke #A6A969
RGB
CMYK
RGB Variations
Color information
#A6A969 (or 0xA6A969) is known color: Green Smoke. HEX triplet: A6, A9 and 69. RGB value is (166,169,105). Sum of RGB (Red+Green+Blue) = 166+169+105=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 169 - color contains mainly: green. Hex color #A6A969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A969 is #595696. Grayscale: #A1A1A1. Windows color (decimal): -5854871 or 6924710. OLE color: 6924710.
HSL color Cylindrical-coordinate representation of color #A6A969: hue angle of 62.81º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A6A969 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 169 | 105 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.34 |
| HSL | 62.81º | 0.27% | 0.54% | - |
| HSV(B) | 62.81º | 0.38% | 0.66% | - |
| XYZ | 32.46 | 37.5 | 18.89 | - |
| YUV | 160.81 | 96.51 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 169 | 105 | 0.02 | 0 | 0.38 | 0.34 | 62.81 | 0.27 | 0.54 |
| Hex | A6 | A9 | 69 | 2 | 0 | 26 | 22 | 3F | 1B | 36 |
| Octal | 246 | 251 | 151 | 2 | 0 | 46 | 42 | 77 | 33 | 66 |
| Binary | 10100110 | 10101001 | 1101001 | 10 | 0 | 100110 | 100010 | 111111 | 11011 | 110110 |
Color Harmonies of #A6A969
Complementary color
Monochromatic Colors of #A6A969
Black with #A6A969
Text Example
Text Example
White with #A6A969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A969; }
p { color: rgb(166,169,105); }
H1.HeaderClassName
{
color: #A6A969;
}
.AnyTagClassName
{
color: #A6A969;
}
</style>
background-color css
<style>
a { background-color: #A6A969; }
a { background-color: rgb(166,169,105); }
div.DivClassName
{
background-color: #A6A969;
}
.BgClassName
{
background-color: #A6A969;
}
</style>
border-color css
<style>
span { border-color: #A6A969; }
span { border-color: rgb(166,169,105); }
td.TdClassName
{
border-color: #A6A969;
}
.TagClassName
{
border-color: #A6A969;
}
</style>