Shades of Green Smoke #A7AE6E
Tints of Green Smoke #A7AE6E
RGB
CMYK
RGB Variations
Color information
#A7AE6E (or 0xA7AE6E) is known color: Green Smoke. HEX triplet: A7, AE and 6E. RGB value is (167,174,110). Sum of RGB (Red+Green+Blue) = 167+174+110=451 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.03% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 110 (43.36% from 255 or 24.39% from 451); Max value from RGB is 174 - color contains mainly: green. Hex color #A7AE6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AE6E is #585191. Grayscale: #A4A4A4. Windows color (decimal): -5788050 or 7253671. OLE color: 7253671.
HSL color Cylindrical-coordinate representation of color #A7AE6E: hue angle of 66.56º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A7AE6E is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 174 | 110 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.32 |
| HSL | 66.56º | 0.28% | 0.56% | - |
| HSV(B) | 66.56º | 0.37% | 0.68% | - |
| XYZ | 33.89 | 39.61 | 20.61 | - |
| YUV | 164.61 | 97.18 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 174 | 110 | 0.04 | 0 | 0.37 | 0.32 | 66.56 | 0.28 | 0.56 |
| Hex | A7 | AE | 6E | 4 | 0 | 25 | 20 | 43 | 1C | 38 |
| Octal | 247 | 256 | 156 | 4 | 0 | 45 | 40 | 103 | 34 | 70 |
| Binary | 10100111 | 10101110 | 1101110 | 100 | 0 | 100101 | 100000 | 1000011 | 11100 | 111000 |
Color Harmonies of #A7AE6E
Complementary color
Monochromatic Colors of #A7AE6E
Black with #A7AE6E
Text Example
Text Example
White with #A7AE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AE6E; }
p { color: rgb(167,174,110); }
H1.HeaderClassName
{
color: #A7AE6E;
}
.AnyTagClassName
{
color: #A7AE6E;
}
</style>
background-color css
<style>
a { background-color: #A7AE6E; }
a { background-color: rgb(167,174,110); }
div.DivClassName
{
background-color: #A7AE6E;
}
.BgClassName
{
background-color: #A7AE6E;
}
</style>
border-color css
<style>
span { border-color: #A7AE6E; }
span { border-color: rgb(167,174,110); }
td.TdClassName
{
border-color: #A7AE6E;
}
.TagClassName
{
border-color: #A7AE6E;
}
</style>