COLOR #A2AE7D

HEX: #A2AE7D
RGB: (162,174,125)

Color info

#A2AE7D contains red, green and blue colors in about the same proportion. Web safe color of #A2AE7D is #999966 (or #996).

RGB color model

#A2AE7D color RGB value is (162,174,125).

  • red value is 162;
  • green value is 174;
  • blue value is 125.
RGB:
(162,174,125)
(64%,68%,49%)

RGB channels and saturation

R 162 of 255 = 64%
G 174 of 255 = 68%
B 125 of 255 = 49%

162
174
125

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

Portions of RGB colors in percentages

R + G + B =
162 + 174 + 125 = 461 (100%)
R 162 of 461 ~ 35.14%
G 174 of 461 ~ 37.74%
B 125 of 461 ~ 27.11%

%35.14
%37.74
%27.11

CMYK color model

#A2AE7D color CMYK value is (7,0,28,32).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 28.16%
  • key color value is 31.76%
CMYK:
(7,0,28,32)
C7M0Y28K32 
(7%,0%,28%,32%)
(0.07/0.00/0.28/0.32)	

CMYK percentages

%6.9
%0
%28.16
%31.76

Codes

Color #A2AE7D in popluar color models

A2AE7D
RGB162174125
HSL75°23.22%58.63%
HSB/HSV75°28.16%68.24%
CMYK6.90%0.00%28.16%
31.76%

Color #A2AE7D in popluar number systems.

HEXA2AE7D
Decimal162174125
Binary10100010101011101111101
Octal242256175

Shades and tints

Shades of #A2AE7D

#A2AE7D
(162,174,125)
#949F72
(148,159,114)
#869067
(134,144,103)
#78815C
(120,129,92)
#6A7251
(106,114,81)
#5C6346
(92,99,70)
#4E543B
(78,84,59)
#404530
(64,69,48)
#323625
(50,54,37)
#24271A
(36,39,26)
#16180F
(22,24,15)
#000000
(0,0,0)

Tints of #A2AE7D

#A2AE7D
(162,174,125)
#AAB588
(170,181,136)
#B2BC93
(178,188,147)
#BAC39E
(186,195,158)
#C2CAA9
(194,202,169)
#CAD1B4
(202,209,180)
#D2D8BF
(210,216,191)
#DADFCA
(218,223,202)
#E2E6D5
(226,230,213)
#EAEDE0
(234,237,224)
#F2F4EB
(242,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2AE7D color. Also use rgb(162,174,125) instead hex code.

Text Font Color

.myTextColor { color: #A2AE7D; }

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

This text font color is #A2AE7D.


Background Color

.myBgColor { background-color: #A2AE7D; }

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

This div background color is #A2AE7D.


Border color

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

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

This div border color is #A2AE7D.


Opacity

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

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

Text with #A2AE7D 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 #A2AE7D;}

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

This text has shadow with #A2AE7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2AE7D on black background.


Color preview on white background

This text has color #A2AE7D on white background.



Black color preview on #A2AE7D background

This text has black color on #A2AE7D background.


White color preview on #A2AE7D background

This text has white color on #A2AE7D background.