Shades of Green Smoke #A2A466
Tints of Green Smoke #A2A466
RGB
CMYK
RGB Variations
Color information
#A2A466 (or 0xA2A466) is known color: Green Smoke. HEX triplet: A2, A4 and 66. RGB value is (162,164,102). Sum of RGB (Red+Green+Blue) = 162+164+102=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 164 - color contains mainly: green. Hex color #A2A466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A466 is #5D5B99. Grayscale: #9C9C9C. Windows color (decimal): -6118298 or 6726818. OLE color: 6726818.
HSL color Cylindrical-coordinate representation of color #A2A466: hue angle of 61.94º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2A466 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 164 | 102 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.36 |
| HSL | 61.94º | 0.25% | 0.52% | - |
| HSV(B) | 61.94º | 0.38% | 0.64% | - |
| XYZ | 30.57 | 35.19 | 17.75 | - |
| YUV | 156.33 | 97.34 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 164 | 102 | 0.01 | 0 | 0.38 | 0.36 | 61.94 | 0.25 | 0.52 |
| Hex | A2 | A4 | 66 | 1 | 0 | 26 | 24 | 3E | 19 | 34 |
| Octal | 242 | 244 | 146 | 1 | 0 | 46 | 44 | 76 | 31 | 64 |
| Binary | 10100010 | 10100100 | 1100110 | 1 | 0 | 100110 | 100100 | 111110 | 11001 | 110100 |
Color Harmonies of #A2A466
Complementary color
Monochromatic Colors of #A2A466
Black with #A2A466
Text Example
Text Example
White with #A2A466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A466; }
p { color: rgb(162,164,102); }
H1.HeaderClassName
{
color: #A2A466;
}
.AnyTagClassName
{
color: #A2A466;
}
</style>
background-color css
<style>
a { background-color: #A2A466; }
a { background-color: rgb(162,164,102); }
div.DivClassName
{
background-color: #A2A466;
}
.BgClassName
{
background-color: #A2A466;
}
</style>
border-color css
<style>
span { border-color: #A2A466; }
span { border-color: rgb(162,164,102); }
td.TdClassName
{
border-color: #A2A466;
}
.TagClassName
{
border-color: #A2A466;
}
</style>