COLOR #A2AE8E

HEX: #A2AE8E
RGB: (162,174,142)

Color info

#A2AE8E contains red, green and blue colors in about the same proportion. Web safe color of #A2AE8E is #999999 (or #999).

RGB color model

#A2AE8E color RGB value is (162,174,142).

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

RGB channels and saturation

R 162 of 255 = 64%
G 174 of 255 = 68%
B 142 of 255 = 56%

162
174
142

R + G + B ~ 63%. #A2AE8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 174 + 142 = 478 (100%)
R 162 of 478 ~ 33.89%
G 174 of 478 ~ 36.4%
B 142 of 478 ~ 29.71%

%33.89
%36.4
%29.71

CMYK color model

#A2AE8E color CMYK value is (7,0,18,32).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 18.39%
  • key color value is 31.76%
CMYK:
(7,0,18,32)
C7M0Y18K32 
(7%,0%,18%,32%)
(0.07/0.00/0.18/0.32)	

CMYK percentages

%6.9
%0
%18.39
%31.76

Codes

Color #A2AE8E in popluar color models

A2AE8E
RGB162174142
HSL83°16.49%61.96%
HSB/HSV83°18.39%68.24%
CMYK6.90%0.00%18.39%
31.76%

Color #A2AE8E in popluar number systems.

HEXA2AE8E
Decimal162174142
Binary101000101010111010001110
Octal242256216

Shades and tints

Shades of #A2AE8E

#A2AE8E
(162,174,142)
#949F82
(148,159,130)
#869076
(134,144,118)
#78816A
(120,129,106)
#6A725E
(106,114,94)
#5C6352
(92,99,82)
#4E5446
(78,84,70)
#40453A
(64,69,58)
#32362E
(50,54,46)
#242722
(36,39,34)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #A2AE8E

#A2AE8E
(162,174,142)
#AAB598
(170,181,152)
#B2BCA2
(178,188,162)
#BAC3AC
(186,195,172)
#C2CAB6
(194,202,182)
#CAD1C0
(202,209,192)
#D2D8CA
(210,216,202)
#DADFD4
(218,223,212)
#E2E6DE
(226,230,222)
#EAEDE8
(234,237,232)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2AE8E; }

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

This text font color is #A2AE8E.


Background Color

.myBgColor { background-color: #A2AE8E; }

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

This div background color is #A2AE8E.


Border color

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

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

This div border color is #A2AE8E.


Opacity

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

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

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

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

This text has shadow with #A2AE8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2AE8E on black background.


Color preview on white background

This text has color #A2AE8E on white background.



Black color preview on #A2AE8E background

This text has black color on #A2AE8E background.


White color preview on #A2AE8E background

This text has white color on #A2AE8E background.