#A2AA4E

Color #A2AA4E Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #A2AA4E

Tints of Green Smoke #A2AA4E

Color information

#A2AA4E (or 0xA2AA4E) is unknown color: approx Green Smoke. HEX triplet: A2, AA and 4E. RGB value is (162,170,78). Sum of RGB (Red+Green+Blue) = 162+170+78=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 78 (30.86% from 255 or 19.02% from 410); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AA4E is #5D55B1. Grayscale: #9D9D9D. Windows color (decimal): -6116786 or 5155490. OLE color: 5155490.

HSL color Cylindrical-coordinate representation of color #A2AA4E: hue angle of 65.22º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2AA4E is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB16217078-
CMYK0.0500.540.33
HSL65.22º37.1%48.63%-
HSV(B)65.22º54.12%66.67%-
XYZ30.6536.9812.73-
YUV157.1283.35131.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 39.51%
GREEN value IS 170 (66.80% from 255) = 41.46%
BLUE value IS 78 (30.86% from 255) = 19.02%
R=39.51%
G=41.46%
B=19.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162170780.0500.540.3365.2237.148.63
HexA2AA4E503621412531
Octal2422521165066411014561
Binary1010001010101010100111010101101101000011000001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AA4E; }

 p { color: rgb(162,170,78); }

 H1.HeaderClassName
 {
   color: #A2AA4E;
 }
 .AnyTagClassName
 {
   color: #A2AA4E;
 }
</style>
background-color css

<style>
 a { background-color: #A2AA4E; }

 a { background-color: rgb(162,170,78); }

 div.DivClassName
 {
   background-color: #A2AA4E;
 }
 .BgClassName
 {
   background-color: #A2AA4E;
 }
</style>
border-color css

<style>
 span { border-color: #A2AA4E; }

 span { border-color: rgb(162,170,78); }

 td.TdClassName
 {
   border-color: #A2AA4E;
 }
 .TagClassName
 {
   border-color: #A2AA4E;
 }
</style>