Shades of Green Smoke #A2A566
Tints of Green Smoke #A2A566
RGB
CMYK
RGB Variations
Color information
#A2A566 (or 0xA2A566) is known color: Green Smoke. HEX triplet: A2, A5 and 66. RGB value is (162,165,102). Sum of RGB (Red+Green+Blue) = 162+165+102=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A566 is #5D5A99. Grayscale: #9D9D9D. Windows color (decimal): -6118042 or 6727074. OLE color: 6727074.
HSL color Cylindrical-coordinate representation of color #A2A566: hue angle of 62.86º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2A566 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 165 | 102 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.35 |
| HSL | 62.86º | 0.26% | 0.52% | - |
| HSV(B) | 62.86º | 0.38% | 0.65% | - |
| XYZ | 30.75 | 35.55 | 17.81 | - |
| YUV | 156.92 | 97.01 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 165 | 102 | 0.02 | 0 | 0.38 | 0.35 | 62.86 | 0.26 | 0.52 |
| Hex | A2 | A5 | 66 | 2 | 0 | 26 | 23 | 3F | 1A | 34 |
| Octal | 242 | 245 | 146 | 2 | 0 | 46 | 43 | 77 | 32 | 64 |
| Binary | 10100010 | 10100101 | 1100110 | 10 | 0 | 100110 | 100011 | 111111 | 11010 | 110100 |
Color Harmonies of #A2A566
Complementary color
Monochromatic Colors of #A2A566
Black with #A2A566
Text Example
Text Example
White with #A2A566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A566; }
p { color: rgb(162,165,102); }
H1.HeaderClassName
{
color: #A2A566;
}
.AnyTagClassName
{
color: #A2A566;
}
</style>
background-color css
<style>
a { background-color: #A2A566; }
a { background-color: rgb(162,165,102); }
div.DivClassName
{
background-color: #A2A566;
}
.BgClassName
{
background-color: #A2A566;
}
</style>
border-color css
<style>
span { border-color: #A2A566; }
span { border-color: rgb(162,165,102); }
td.TdClassName
{
border-color: #A2A566;
}
.TagClassName
{
border-color: #A2A566;
}
</style>