Shades of Green Smoke #A2AA5B
Tints of Green Smoke #A2AA5B
RGB
CMYK
RGB Variations
Color information
#A2AA5B (or 0xA2AA5B) is known color: Green Smoke. HEX triplet: A2, AA and 5B. RGB value is (162,170,91). Sum of RGB (Red+Green+Blue) = 162+170+91=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AA5B is #5D55A4. Grayscale: #9E9E9E. Windows color (decimal): -6116773 or 6007458. OLE color: 6007458.
HSL color Cylindrical-coordinate representation of color #A2AA5B: hue angle of 66.08º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2AA5B is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 91 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.33 |
| HSL | 66.08º | 0.32% | 0.51% | - |
| HSV(B) | 66.08º | 0.46% | 0.67% | - |
| XYZ | 31.16 | 37.19 | 15.43 | - |
| YUV | 158.6 | 89.85 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 91 | 0.05 | 0 | 0.46 | 0.33 | 66.08 | 0.32 | 0.51 |
| Hex | A2 | AA | 5B | 5 | 0 | 2E | 21 | 42 | 20 | 33 |
| Octal | 242 | 252 | 133 | 5 | 0 | 56 | 41 | 102 | 40 | 63 |
| Binary | 10100010 | 10101010 | 1011011 | 101 | 0 | 101110 | 100001 | 1000010 | 100000 | 110011 |
Color Harmonies of #A2AA5B
Complementary color
Monochromatic Colors of #A2AA5B
Black with #A2AA5B
Text Example
Text Example
White with #A2AA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA5B; }
p { color: rgb(162,170,91); }
H1.HeaderClassName
{
color: #A2AA5B;
}
.AnyTagClassName
{
color: #A2AA5B;
}
</style>
background-color css
<style>
a { background-color: #A2AA5B; }
a { background-color: rgb(162,170,91); }
div.DivClassName
{
background-color: #A2AA5B;
}
.BgClassName
{
background-color: #A2AA5B;
}
</style>
border-color css
<style>
span { border-color: #A2AA5B; }
span { border-color: rgb(162,170,91); }
td.TdClassName
{
border-color: #A2AA5B;
}
.TagClassName
{
border-color: #A2AA5B;
}
</style>