Shades of Green Smoke #A2A36A
Tints of Green Smoke #A2A36A
RGB
CMYK
RGB Variations
Color information
#A2A36A (or 0xA2A36A) is known color: Green Smoke. HEX triplet: A2, A3 and 6A. RGB value is (162,163,106). Sum of RGB (Red+Green+Blue) = 162+163+106=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A36A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A36A is #5D5C95. Grayscale: #9C9C9C. Windows color (decimal): -6118550 or 6988706. OLE color: 6988706.
HSL color Cylindrical-coordinate representation of color #A2A36A: hue angle of 61.05º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2A36A is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 163 | 106 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.36 |
| HSL | 61.05º | 0.24% | 0.53% | - |
| HSV(B) | 61.05º | 0.35% | 0.64% | - |
| XYZ | 30.6 | 34.92 | 18.76 | - |
| YUV | 156.2 | 99.67 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 163 | 106 | 0.01 | 0 | 0.35 | 0.36 | 61.05 | 0.24 | 0.53 |
| Hex | A2 | A3 | 6A | 1 | 0 | 23 | 24 | 3D | 18 | 35 |
| Octal | 242 | 243 | 152 | 1 | 0 | 43 | 44 | 75 | 30 | 65 |
| Binary | 10100010 | 10100011 | 1101010 | 1 | 0 | 100011 | 100100 | 111101 | 11000 | 110101 |
Color Harmonies of #A2A36A
Complementary color
Monochromatic Colors of #A2A36A
Black with #A2A36A
Text Example
Text Example
White with #A2A36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A36A; }
p { color: rgb(162,163,106); }
H1.HeaderClassName
{
color: #A2A36A;
}
.AnyTagClassName
{
color: #A2A36A;
}
</style>
background-color css
<style>
a { background-color: #A2A36A; }
a { background-color: rgb(162,163,106); }
div.DivClassName
{
background-color: #A2A36A;
}
.BgClassName
{
background-color: #A2A36A;
}
</style>
border-color css
<style>
span { border-color: #A2A36A; }
span { border-color: rgb(162,163,106); }
td.TdClassName
{
border-color: #A2A36A;
}
.TagClassName
{
border-color: #A2A36A;
}
</style>