#A2AA6D

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

Shades of Green Smoke #A2AA6D

Tints of Green Smoke #A2AA6D

Color information

#A2AA6D (or 0xA2AA6D) is unknown color: approx Green Smoke. HEX triplet: A2, AA and 6D. RGB value is (162,170,109). Sum of RGB (Red+Green+Blue) = 162+170+109=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AA6D is #5D5592. Grayscale: #A0A0A0. Windows color (decimal): -6116755 or 7187106. OLE color: 7187106.

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

Color convert

RGB162170109-
CMYK0.0500.360.33
HSL67.87º26.41%54.71%-
HSV(B)67.87º35.88%66.67%-
XYZ32.0437.5320.02-
YUV160.6598.85128.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.73%
GREEN value IS 170 (66.80% from 255) = 38.55%
BLUE value IS 109 (42.97% from 255) = 24.72%
R=36.73%
G=38.55%
B=24.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621701090.0500.360.3367.8726.4154.71
HexA2AA6D502421441a37
Octal2422521555044411043267
Binary101000101010101011011011010100100100001100010011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AA6D; }

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

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

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

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

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

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

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

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