COLOR #A2AE6B

HEX: #A2AE6B
RGB: (162,174,107)

Color info

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

RGB color model

#A2AE6B color RGB value is (162,174,107).

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

RGB channels and saturation

R 162 of 255 = 64%
G 174 of 255 = 68%
B 107 of 255 = 42%

162
174
107

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

Portions of RGB colors in percentages

R + G + B =
162 + 174 + 107 = 443 (100%)
R 162 of 443 ~ 36.57%
G 174 of 443 ~ 39.28%
B 107 of 443 ~ 24.15%

%36.57
%39.28
%24.15

CMYK color model

#A2AE6B color CMYK value is (7,0,39,32).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 38.51%
  • key color value is 31.76%
CMYK:
(7,0,39,32)
C7M0Y39K32 
(7%,0%,39%,32%)
(0.07/0.00/0.39/0.32)	

CMYK percentages

%6.9
%0
%38.51
%31.76

Codes

Color #A2AE6B in popluar color models

A2AE6B
RGB162174107
HSL71°29.26%55.10%
HSB/HSV71°38.51%68.24%
CMYK6.90%0.00%38.51%
31.76%

Color #A2AE6B in popluar number systems.

HEXA2AE6B
Decimal162174107
Binary10100010101011101101011
Octal242256153

Shades and tints

Shades of #A2AE6B

#A2AE6B
(162,174,107)
#949F62
(148,159,98)
#869059
(134,144,89)
#788150
(120,129,80)
#6A7247
(106,114,71)
#5C633E
(92,99,62)
#4E5435
(78,84,53)
#40452C
(64,69,44)
#323623
(50,54,35)
#24271A
(36,39,26)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #A2AE6B

#A2AE6B
(162,174,107)
#AAB578
(170,181,120)
#B2BC85
(178,188,133)
#BAC392
(186,195,146)
#C2CA9F
(194,202,159)
#CAD1AC
(202,209,172)
#D2D8B9
(210,216,185)
#DADFC6
(218,223,198)
#E2E6D3
(226,230,211)
#EAEDE0
(234,237,224)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2AE6B; }

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

This text font color is #A2AE6B.


Background Color

.myBgColor { background-color: #A2AE6B; }

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

This div background color is #A2AE6B.


Border color

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

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

This div border color is #A2AE6B.


Opacity

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

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

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

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

This text has shadow with #A2AE6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2AE6B on black background.


Color preview on white background

This text has color #A2AE6B on white background.



Black color preview on #A2AE6B background

This text has black color on #A2AE6B background.


White color preview on #A2AE6B background

This text has white color on #A2AE6B background.