Shades of Green Smoke #A2A768
Tints of Green Smoke #A2A768
RGB
CMYK
RGB Variations
Color information
#A2A768 (or 0xA2A768) is known color: Green Smoke. HEX triplet: A2, A7 and 68. RGB value is (162,167,104). Sum of RGB (Red+Green+Blue) = 162+167+104=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 167 - color contains mainly: green. Hex color #A2A768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A768 is #5D5897. Grayscale: #9E9E9E. Windows color (decimal): -6117528 or 6858658. OLE color: 6858658.
HSL color Cylindrical-coordinate representation of color #A2A768: hue angle of 64.76º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2A768 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 167 | 104 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.35 |
| HSL | 64.76º | 0.26% | 0.53% | - |
| HSV(B) | 64.76º | 0.38% | 0.65% | - |
| XYZ | 31.22 | 36.32 | 18.46 | - |
| YUV | 158.32 | 97.34 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 167 | 104 | 0.03 | 0 | 0.38 | 0.35 | 64.76 | 0.26 | 0.53 |
| Hex | A2 | A7 | 68 | 3 | 0 | 26 | 23 | 41 | 1A | 35 |
| Octal | 242 | 247 | 150 | 3 | 0 | 46 | 43 | 101 | 32 | 65 |
| Binary | 10100010 | 10100111 | 1101000 | 11 | 0 | 100110 | 100011 | 1000001 | 11010 | 110101 |
Color Harmonies of #A2A768
Complementary color
Monochromatic Colors of #A2A768
Black with #A2A768
Text Example
Text Example
White with #A2A768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A768; }
p { color: rgb(162,167,104); }
H1.HeaderClassName
{
color: #A2A768;
}
.AnyTagClassName
{
color: #A2A768;
}
</style>
background-color css
<style>
a { background-color: #A2A768; }
a { background-color: rgb(162,167,104); }
div.DivClassName
{
background-color: #A2A768;
}
.BgClassName
{
background-color: #A2A768;
}
</style>
border-color css
<style>
span { border-color: #A2A768; }
span { border-color: rgb(162,167,104); }
td.TdClassName
{
border-color: #A2A768;
}
.TagClassName
{
border-color: #A2A768;
}
</style>