COLOR #A2AA6D

HEX: #A2AA6D
RGB: (162,170,109)

Color info

#A2AA6D contains mainly red and green colors. Web safe color of #A2AA6D is #999966 (or #996).

RGB color model

#A2AA6D color RGB value is (162,170,109).

  • red value is 162;
  • green value is 170;
  • blue value is 109.
RGB:
(162,170,109)
(64%,67%,43%)

RGB channels and saturation

R 162 of 255 = 64%
G 170 of 255 = 67%
B 109 of 255 = 43%

162
170
109

R + G + B ~ 58%. #A2AA6D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
162 + 170 + 109 = 441 (100%)
R 162 of 441 ~ 36.73%
G 170 of 441 ~ 38.55%
B 109 of 441 ~ 24.72%

%36.73
%38.55
%24.72

CMYK color model

#A2AA6D color CMYK value is (5,0,36,33).

  • cyan value is 4.71%
  • magenta value is 0.00%
  • yellow value is 35.88%
  • key color value is 33.33%
CMYK:
(5,0,36,33)
C5M0Y36K33 
(5%,0%,36%,33%)
(0.05/0.00/0.36/0.33)	

CMYK percentages

%4.71
%0
%35.88
%33.33

Codes

Color #A2AA6D in popluar color models

A2AA6D
RGB162170109
HSL68°26.41%54.71%
HSB/HSV68°35.88%66.67%
CMYK4.71%0.00%35.88%
33.33%

Color #A2AA6D in popluar number systems.

HEXA2AA6D
Decimal162170109
Binary10100010101010101101101
Octal242252155

Shades and tints

Shades of #A2AA6D

#A2AA6D
(162,170,109)
#949B64
(148,155,100)
#868C5B
(134,140,91)
#787D52
(120,125,82)
#6A6E49
(106,110,73)
#5C5F40
(92,95,64)
#4E5037
(78,80,55)
#40412E
(64,65,46)
#323225
(50,50,37)
#24231C
(36,35,28)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #A2AA6D

#A2AA6D
(162,170,109)
#AAB17A
(170,177,122)
#B2B887
(178,184,135)
#BABF94
(186,191,148)
#C2C6A1
(194,198,161)
#CACDAE
(202,205,174)
#D2D4BB
(210,212,187)
#DADBC8
(218,219,200)
#E2E2D5
(226,226,213)
#EAE9E2
(234,233,226)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2AA6D color. Also use rgb(162,170,109) instead hex code.

Text Font Color

.myTextColor { color: #A2AA6D; }

<p style="color:#A2AA6D">This sample text font color is #A2AA6D.</p>

This text font color is #A2AA6D.


Background Color

.myBgColor { background-color: #A2AA6D; }

<div style="background-color:#A2AA6D">Inner text</div>

This div background color is #A2AA6D.


Border color

.myBorderColor { border: 1px solid #A2AA6D; }

<div style="border:3px solid #A2AA6D">Div</div>

This div border color is #A2AA6D.


Opacity

.myOpacity80 { color: #A2AA6D; opacity: 0.8; }

<p style="color:#A2AA6D;opacity:0.8;">80%</p>

Text with #A2AA6D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A2AA6D;}

<p style="text-shadow: 3px 3px 1px #A2AA6D">Text here.</p>

This text has shadow with #A2AA6D color.

.textShadow {text-shadow: 3px 3px 1px #A2AA6D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A2AA6D, 5px 5px 20px red">Text here.</p>

This text has shadow with #A2AA6D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A2AA6D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A2AA6D, Direction=45, Strength=4)">Text</p>

This text has shadow with #A2AA6D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A2AA6D;
  -webkit-box-shadow:	1px 1px 3px 2px #A2AA6D;
  box-shadow:		1px 1px 3px 2px #A2AA6D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A2AA6D;
-webkit-box-shadow: 1px 1px 3px 2px #A2AA6D;
box-shadow:1px 1px 3px 2px #A2AA6D;">
Div content here</div>
This div box has shadow with color #A2AA6D.

Preview

Color preview on black background

This text has color #A2AA6D on black background.


Color preview on white background

This text has color #A2AA6D on white background.



Black color preview on #A2AA6D background

This text has black color on #A2AA6D background.


White color preview on #A2AA6D background

This text has white color on #A2AA6D background.