Shades of Green Smoke #A7A95E
Tints of Green Smoke #A7A95E
RGB
CMYK
RGB Variations
Color information
#A7A95E (or 0xA7A95E) is known color: Green Smoke. HEX triplet: A7, A9 and 5E. RGB value is (167,169,94). Sum of RGB (Red+Green+Blue) = 167+169+94=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 169 - color contains mainly: green. Hex color #A7A95E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A95E is #5856A1. Grayscale: #A0A0A0. Windows color (decimal): -5789346 or 6203815. OLE color: 6203815.
HSL color Cylindrical-coordinate representation of color #A7A95E: hue angle of 61.6º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A7A95E is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 167 | 169 | 94 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.34 |
| HSL | 61.6º | 0.3% | 0.52% | - |
| HSV(B) | 61.6º | 0.44% | 0.66% | - |
| XYZ | 32.14 | 37.4 | 16.11 | - |
| YUV | 159.85 | 90.84 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 169 | 94 | 0.01 | 0 | 0.44 | 0.34 | 61.6 | 0.3 | 0.52 |
| Hex | A7 | A9 | 5E | 1 | 0 | 2C | 22 | 3E | 1E | 34 |
| Octal | 247 | 251 | 136 | 1 | 0 | 54 | 42 | 76 | 36 | 64 |
| Binary | 10100111 | 10101001 | 1011110 | 1 | 0 | 101100 | 100010 | 111110 | 11110 | 110100 |
Color Harmonies of #A7A95E
Complementary color
Monochromatic Colors of #A7A95E
Black with #A7A95E
Text Example
Text Example
White with #A7A95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A95E; }
p { color: rgb(167,169,94); }
H1.HeaderClassName
{
color: #A7A95E;
}
.AnyTagClassName
{
color: #A7A95E;
}
</style>
background-color css
<style>
a { background-color: #A7A95E; }
a { background-color: rgb(167,169,94); }
div.DivClassName
{
background-color: #A7A95E;
}
.BgClassName
{
background-color: #A7A95E;
}
</style>
border-color css
<style>
span { border-color: #A7A95E; }
span { border-color: rgb(167,169,94); }
td.TdClassName
{
border-color: #A7A95E;
}
.TagClassName
{
border-color: #A7A95E;
}
</style>