#A2AA4A

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

Shades of Green Smoke #A2AA4A

Tints of Green Smoke #A2AA4A

Color information

#A2AA4A (or 0xA2AA4A) is unknown color: approx Green Smoke. HEX triplet: A2, AA and 4A. RGB value is (162,170,74). Sum of RGB (Red+Green+Blue) = 162+170+74=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AA4A is #5D55B5. Grayscale: #9D9D9D. Windows color (decimal): -6116790 or 4893346. OLE color: 4893346.

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

Color convert

RGB16217074-
CMYK0.0500.560.33
HSL65º39.34%47.84%-
HSV(B)65º56.47%66.67%-
XYZ30.5136.9312-
YUV156.6681.35131.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.90%
GREEN value IS 170 (66.80% from 255) = 41.87%
BLUE value IS 74 (29.30% from 255) = 18.23%
R=39.90%
G=41.87%
B=18.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162170740.0500.560.336539.3447.84
HexA2AA4A503821412730
Octal2422521125070411014760
Binary1010001010101010100101010101110001000011000001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AA4A; }

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

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

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

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

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

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

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

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