Shades of Green Smoke #A3A76F
Tints of Green Smoke #A3A76F
RGB
CMYK
RGB Variations
Color information
#A3A76F (or 0xA3A76F) is known color: Green Smoke. HEX triplet: A3, A7 and 6F. RGB value is (163,167,111). Sum of RGB (Red+Green+Blue) = 163+167+111=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 111 (43.75% from 255 or 25.17% from 441); Max value from RGB is 167 - color contains mainly: green. Hex color #A3A76F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A76F is #5C5890. Grayscale: #9F9F9F. Windows color (decimal): -6051985 or 7317411. OLE color: 7317411.
HSL color Cylindrical-coordinate representation of color #A3A76F: hue angle of 64.29º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3A76F is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 167 | 111 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.35 |
| HSL | 64.29º | 0.24% | 0.55% | - |
| HSV(B) | 64.29º | 0.34% | 0.65% | - |
| XYZ | 31.79 | 36.57 | 20.42 | - |
| YUV | 159.42 | 100.67 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 167 | 111 | 0.02 | 0 | 0.34 | 0.35 | 64.29 | 0.24 | 0.55 |
| Hex | A3 | A7 | 6F | 2 | 0 | 22 | 23 | 40 | 18 | 37 |
| Octal | 243 | 247 | 157 | 2 | 0 | 42 | 43 | 100 | 30 | 67 |
| Binary | 10100011 | 10100111 | 1101111 | 10 | 0 | 100010 | 100011 | 1000000 | 11000 | 110111 |
Color Harmonies of #A3A76F
Complementary color
Monochromatic Colors of #A3A76F
Black with #A3A76F
Text Example
Text Example
White with #A3A76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A76F; }
p { color: rgb(163,167,111); }
H1.HeaderClassName
{
color: #A3A76F;
}
.AnyTagClassName
{
color: #A3A76F;
}
</style>
background-color css
<style>
a { background-color: #A3A76F; }
a { background-color: rgb(163,167,111); }
div.DivClassName
{
background-color: #A3A76F;
}
.BgClassName
{
background-color: #A3A76F;
}
</style>
border-color css
<style>
span { border-color: #A3A76F; }
span { border-color: rgb(163,167,111); }
td.TdClassName
{
border-color: #A3A76F;
}
.TagClassName
{
border-color: #A3A76F;
}
</style>