Shades of Green Smoke #A2A46C
Tints of Green Smoke #A2A46C
RGB
CMYK
RGB Variations
Color information
#A2A46C (or 0xA2A46C) is known color: Green Smoke. HEX triplet: A2, A4 and 6C. RGB value is (162,164,108). Sum of RGB (Red+Green+Blue) = 162+164+108=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 164 - color contains mainly: green. Hex color #A2A46C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A46C is #5D5B93. Grayscale: #9D9D9D. Windows color (decimal): -6118292 or 7120034. OLE color: 7120034.
HSL color Cylindrical-coordinate representation of color #A2A46C: hue angle of 62.14º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2A46C is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 164 | 108 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.36 |
| HSL | 62.14º | 0.24% | 0.53% | - |
| HSV(B) | 62.14º | 0.34% | 0.64% | - |
| XYZ | 30.88 | 35.32 | 19.38 | - |
| YUV | 157.02 | 100.34 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 164 | 108 | 0.01 | 0 | 0.34 | 0.36 | 62.14 | 0.24 | 0.53 |
| Hex | A2 | A4 | 6C | 1 | 0 | 22 | 24 | 3E | 18 | 35 |
| Octal | 242 | 244 | 154 | 1 | 0 | 42 | 44 | 76 | 30 | 65 |
| Binary | 10100010 | 10100100 | 1101100 | 1 | 0 | 100010 | 100100 | 111110 | 11000 | 110101 |
Color Harmonies of #A2A46C
Complementary color
Monochromatic Colors of #A2A46C
Black with #A2A46C
Text Example
Text Example
White with #A2A46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A46C; }
p { color: rgb(162,164,108); }
H1.HeaderClassName
{
color: #A2A46C;
}
.AnyTagClassName
{
color: #A2A46C;
}
</style>
background-color css
<style>
a { background-color: #A2A46C; }
a { background-color: rgb(162,164,108); }
div.DivClassName
{
background-color: #A2A46C;
}
.BgClassName
{
background-color: #A2A46C;
}
</style>
border-color css
<style>
span { border-color: #A2A46C; }
span { border-color: rgb(162,164,108); }
td.TdClassName
{
border-color: #A2A46C;
}
.TagClassName
{
border-color: #A2A46C;
}
</style>