Shades of Green Smoke #A6A459
Tints of Green Smoke #A6A459
RGB
CMYK
RGB Variations
Color information
#A6A459 (or 0xA6A459) is known color: Green Smoke. HEX triplet: A6, A4 and 59. RGB value is (166,164,89). Sum of RGB (Red+Green+Blue) = 166+164+89=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 89 (35.16% from 255 or 21.24% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A459 is #595BA6. Grayscale: #9C9C9C. Windows color (decimal): -5856167 or 5874854. OLE color: 5874854.
HSL color Cylindrical-coordinate representation of color #A6A459: hue angle of 58.44º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A6A459 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 164 | 89 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.35 |
| HSL | 58.44º | 0.3% | 0.5% | - |
| HSV(B) | 58.44º | 0.46% | 0.65% | - |
| XYZ | 30.8 | 35.38 | 14.66 | - |
| YUV | 156.05 | 90.16 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 164 | 89 | 0 | 0.01 | 0.46 | 0.35 | 58.44 | 0.3 | 0.5 |
| Hex | A6 | A4 | 59 | 0 | 1 | 2E | 23 | 3A | 1E | 32 |
| Octal | 246 | 244 | 131 | 0 | 1 | 56 | 43 | 72 | 36 | 62 |
| Binary | 10100110 | 10100100 | 1011001 | 0 | 1 | 101110 | 100011 | 111010 | 11110 | 110010 |
Color Harmonies of #A6A459
Complementary color
Monochromatic Colors of #A6A459
Black with #A6A459
Text Example
Text Example
White with #A6A459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A459; }
p { color: rgb(166,164,89); }
H1.HeaderClassName
{
color: #A6A459;
}
.AnyTagClassName
{
color: #A6A459;
}
</style>
background-color css
<style>
a { background-color: #A6A459; }
a { background-color: rgb(166,164,89); }
div.DivClassName
{
background-color: #A6A459;
}
.BgClassName
{
background-color: #A6A459;
}
</style>
border-color css
<style>
span { border-color: #A6A459; }
span { border-color: rgb(166,164,89); }
td.TdClassName
{
border-color: #A6A459;
}
.TagClassName
{
border-color: #A6A459;
}
</style>