Shades of Green Smoke #A2AA5D
Tints of Green Smoke #A2AA5D
RGB
CMYK
RGB Variations
Color information
#A2AA5D (or 0xA2AA5D) is known color: Green Smoke. HEX triplet: A2, AA and 5D. RGB value is (162,170,93). Sum of RGB (Red+Green+Blue) = 162+170+93=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AA5D is #5D55A2. Grayscale: #9F9F9F. Windows color (decimal): -6116771 or 6138530. OLE color: 6138530.
HSL color Cylindrical-coordinate representation of color #A2AA5D: hue angle of 66.23º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2AA5D is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 93 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.33 |
| HSL | 66.23º | 0.31% | 0.52% | - |
| HSV(B) | 66.23º | 0.45% | 0.67% | - |
| XYZ | 31.25 | 37.22 | 15.89 | - |
| YUV | 158.83 | 90.85 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 93 | 0.05 | 0 | 0.45 | 0.33 | 66.23 | 0.31 | 0.52 |
| Hex | A2 | AA | 5D | 5 | 0 | 2D | 21 | 42 | 1F | 34 |
| Octal | 242 | 252 | 135 | 5 | 0 | 55 | 41 | 102 | 37 | 64 |
| Binary | 10100010 | 10101010 | 1011101 | 101 | 0 | 101101 | 100001 | 1000010 | 11111 | 110100 |
Color Harmonies of #A2AA5D
Complementary color
Monochromatic Colors of #A2AA5D
Black with #A2AA5D
Text Example
Text Example
White with #A2AA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA5D; }
p { color: rgb(162,170,93); }
H1.HeaderClassName
{
color: #A2AA5D;
}
.AnyTagClassName
{
color: #A2AA5D;
}
</style>
background-color css
<style>
a { background-color: #A2AA5D; }
a { background-color: rgb(162,170,93); }
div.DivClassName
{
background-color: #A2AA5D;
}
.BgClassName
{
background-color: #A2AA5D;
}
</style>
border-color css
<style>
span { border-color: #A2AA5D; }
span { border-color: rgb(162,170,93); }
td.TdClassName
{
border-color: #A2AA5D;
}
.TagClassName
{
border-color: #A2AA5D;
}
</style>