Shades of Green Smoke #A2A669
Tints of Green Smoke #A2A669
RGB
CMYK
RGB Variations
Color information
#A2A669 (or 0xA2A669) is known color: Green Smoke. HEX triplet: A2, A6 and 69. RGB value is (162,166,105). Sum of RGB (Red+Green+Blue) = 162+166+105=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A669 is #5D5996. Grayscale: #9E9E9E. Windows color (decimal): -6117783 or 6923938. OLE color: 6923938.
HSL color Cylindrical-coordinate representation of color #A2A669: hue angle of 63.93º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2A669 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 166 | 105 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.35 |
| HSL | 63.93º | 0.26% | 0.53% | - |
| HSV(B) | 63.93º | 0.37% | 0.65% | - |
| XYZ | 31.09 | 35.97 | 18.67 | - |
| YUV | 157.85 | 98.17 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 166 | 105 | 0.02 | 0 | 0.37 | 0.35 | 63.93 | 0.26 | 0.53 |
| Hex | A2 | A6 | 69 | 2 | 0 | 25 | 23 | 40 | 1A | 35 |
| Octal | 242 | 246 | 151 | 2 | 0 | 45 | 43 | 100 | 32 | 65 |
| Binary | 10100010 | 10100110 | 1101001 | 10 | 0 | 100101 | 100011 | 1000000 | 11010 | 110101 |
Color Harmonies of #A2A669
Complementary color
Monochromatic Colors of #A2A669
Black with #A2A669
Text Example
Text Example
White with #A2A669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A669; }
p { color: rgb(162,166,105); }
H1.HeaderClassName
{
color: #A2A669;
}
.AnyTagClassName
{
color: #A2A669;
}
</style>
background-color css
<style>
a { background-color: #A2A669; }
a { background-color: rgb(162,166,105); }
div.DivClassName
{
background-color: #A2A669;
}
.BgClassName
{
background-color: #A2A669;
}
</style>
border-color css
<style>
span { border-color: #A2A669; }
span { border-color: rgb(162,166,105); }
td.TdClassName
{
border-color: #A2A669;
}
.TagClassName
{
border-color: #A2A669;
}
</style>