Shades of Green Smoke #A6A963
Tints of Green Smoke #A6A963
RGB
CMYK
RGB Variations
Color information
#A6A963 (or 0xA6A963) is known color: Green Smoke. HEX triplet: A6, A9 and 63. RGB value is (166,169,99). Sum of RGB (Red+Green+Blue) = 166+169+99=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 169 (66.41% from 255 or 38.94% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 169 - color contains mainly: green. Hex color #A6A963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A963 is #59569C. Grayscale: #A0A0A0. Windows color (decimal): -5854877 or 6531494. OLE color: 6531494.
HSL color Cylindrical-coordinate representation of color #A6A963: hue angle of 62.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A6A963 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 169 | 99 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.34 |
| HSL | 62.57º | 0.29% | 0.53% | - |
| HSV(B) | 62.57º | 0.41% | 0.66% | - |
| XYZ | 32.17 | 37.38 | 17.32 | - |
| YUV | 160.12 | 93.51 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 169 | 99 | 0.02 | 0 | 0.41 | 0.34 | 62.57 | 0.29 | 0.53 |
| Hex | A6 | A9 | 63 | 2 | 0 | 29 | 22 | 3F | 1D | 35 |
| Octal | 246 | 251 | 143 | 2 | 0 | 51 | 42 | 77 | 35 | 65 |
| Binary | 10100110 | 10101001 | 1100011 | 10 | 0 | 101001 | 100010 | 111111 | 11101 | 110101 |
Color Harmonies of #A6A963
Complementary color
Monochromatic Colors of #A6A963
Black with #A6A963
Text Example
Text Example
White with #A6A963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A963; }
p { color: rgb(166,169,99); }
H1.HeaderClassName
{
color: #A6A963;
}
.AnyTagClassName
{
color: #A6A963;
}
</style>
background-color css
<style>
a { background-color: #A6A963; }
a { background-color: rgb(166,169,99); }
div.DivClassName
{
background-color: #A6A963;
}
.BgClassName
{
background-color: #A6A963;
}
</style>
border-color css
<style>
span { border-color: #A6A963; }
span { border-color: rgb(166,169,99); }
td.TdClassName
{
border-color: #A6A963;
}
.TagClassName
{
border-color: #A6A963;
}
</style>