Shades of Green Smoke #A2A969
Tints of Green Smoke #A2A969
RGB
CMYK
RGB Variations
Color information
#A2A969 (or 0xA2A969) is known color: Green Smoke. HEX triplet: A2, A9 and 69. RGB value is (162,169,105). Sum of RGB (Red+Green+Blue) = 162+169+105=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A969 is #5D5696. Grayscale: #9F9F9F. Windows color (decimal): -6117015 or 6924706. OLE color: 6924706.
HSL color Cylindrical-coordinate representation of color #A2A969: hue angle of 66.56º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2A969 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 169 | 105 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.34 |
| HSL | 66.56º | 0.27% | 0.54% | - |
| HSV(B) | 66.56º | 0.38% | 0.66% | - |
| XYZ | 31.64 | 37.08 | 18.85 | - |
| YUV | 159.61 | 97.18 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 169 | 105 | 0.04 | 0 | 0.38 | 0.34 | 66.56 | 0.27 | 0.54 |
| Hex | A2 | A9 | 69 | 4 | 0 | 26 | 22 | 43 | 1B | 36 |
| Octal | 242 | 251 | 151 | 4 | 0 | 46 | 42 | 103 | 33 | 66 |
| Binary | 10100010 | 10101001 | 1101001 | 100 | 0 | 100110 | 100010 | 1000011 | 11011 | 110110 |
Color Harmonies of #A2A969
Complementary color
Monochromatic Colors of #A2A969
Black with #A2A969
Text Example
Text Example
White with #A2A969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A969; }
p { color: rgb(162,169,105); }
H1.HeaderClassName
{
color: #A2A969;
}
.AnyTagClassName
{
color: #A2A969;
}
</style>
background-color css
<style>
a { background-color: #A2A969; }
a { background-color: rgb(162,169,105); }
div.DivClassName
{
background-color: #A2A969;
}
.BgClassName
{
background-color: #A2A969;
}
</style>
border-color css
<style>
span { border-color: #A2A969; }
span { border-color: rgb(162,169,105); }
td.TdClassName
{
border-color: #A2A969;
}
.TagClassName
{
border-color: #A2A969;
}
</style>