Shades of Green Smoke #A7AE60
Tints of Green Smoke #A7AE60
RGB
CMYK
RGB Variations
Color information
#A7AE60 (or 0xA7AE60) is known color: Green Smoke. HEX triplet: A7, AE and 60. RGB value is (167,174,96). Sum of RGB (Red+Green+Blue) = 167+174+96=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 174 - color contains mainly: green. Hex color #A7AE60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AE60 is #58519F. Grayscale: #A3A3A3. Windows color (decimal): -5788064 or 6336167. OLE color: 6336167.
HSL color Cylindrical-coordinate representation of color #A7AE60: hue angle of 65.38º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A7AE60 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 174 | 96 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.32 |
| HSL | 65.38º | 0.33% | 0.53% | - |
| HSV(B) | 65.38º | 0.45% | 0.68% | - |
| XYZ | 33.18 | 39.33 | 16.91 | - |
| YUV | 163.02 | 90.18 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 174 | 96 | 0.04 | 0 | 0.45 | 0.32 | 65.38 | 0.33 | 0.53 |
| Hex | A7 | AE | 60 | 4 | 0 | 2D | 20 | 41 | 20 | 35 |
| Octal | 247 | 256 | 140 | 4 | 0 | 55 | 40 | 101 | 40 | 65 |
| Binary | 10100111 | 10101110 | 1100000 | 100 | 0 | 101101 | 100000 | 1000001 | 100000 | 110101 |
Color Harmonies of #A7AE60
Complementary color
Monochromatic Colors of #A7AE60
Black with #A7AE60
Text Example
Text Example
White with #A7AE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AE60; }
p { color: rgb(167,174,96); }
H1.HeaderClassName
{
color: #A7AE60;
}
.AnyTagClassName
{
color: #A7AE60;
}
</style>
background-color css
<style>
a { background-color: #A7AE60; }
a { background-color: rgb(167,174,96); }
div.DivClassName
{
background-color: #A7AE60;
}
.BgClassName
{
background-color: #A7AE60;
}
</style>
border-color css
<style>
span { border-color: #A7AE60; }
span { border-color: rgb(167,174,96); }
td.TdClassName
{
border-color: #A7AE60;
}
.TagClassName
{
border-color: #A7AE60;
}
</style>