COLOR #A2A17E

HEX: #A2A17E
RGB: (162,161,126)

Color info

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

RGB color model

#A2A17E color RGB value is (162,161,126).

  • red value is 162;
  • green value is 161;
  • blue value is 126.
RGB:
(162,161,126)
(64%,63%,49%)

RGB channels and saturation

R 162 of 255 = 64%
G 161 of 255 = 63%
B 126 of 255 = 49%

162
161
126

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

Portions of RGB colors in percentages

R + G + B =
162 + 161 + 126 = 449 (100%)
R 162 of 449 ~ 36.08%
G 161 of 449 ~ 35.86%
B 126 of 449 ~ 28.06%

%36.08
%35.86
%28.06

CMYK color model

#A2A17E color CMYK value is (0,1,22,36).

  • cyan value is 0.00%
  • magenta value is 0.62%
  • yellow value is 22.22%
  • key color value is 36.47%
CMYK:
(0,1,22,36)
C0M1Y22K36 
(0%,1%,22%,36%)
(0.00/0.01/0.22/0.36)	

CMYK percentages

%0
%0.62
%22.22
%36.47

Codes

Color #A2A17E in popluar color models

A2A17E
RGB162161126
HSL58°16.22%56.47%
HSB/HSV58°22.22%63.53%
CMYK0.00%0.62%22.22%
36.47%

Color #A2A17E in popluar number systems.

HEXA2A17E
Decimal162161126
Binary10100010101000011111110
Octal242241176

Shades and tints

Shades of #A2A17E

#A2A17E
(162,161,126)
#949373
(148,147,115)
#868568
(134,133,104)
#78775D
(120,119,93)
#6A6952
(106,105,82)
#5C5B47
(92,91,71)
#4E4D3C
(78,77,60)
#403F31
(64,63,49)
#323126
(50,49,38)
#24231B
(36,35,27)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #A2A17E

#A2A17E
(162,161,126)
#AAA989
(170,169,137)
#B2B194
(178,177,148)
#BAB99F
(186,185,159)
#C2C1AA
(194,193,170)
#CAC9B5
(202,201,181)
#D2D1C0
(210,209,192)
#DAD9CB
(218,217,203)
#E2E1D6
(226,225,214)
#EAE9E1
(234,233,225)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2A17E color. Also use rgb(162,161,126) instead hex code.

Text Font Color

.myTextColor { color: #A2A17E; }

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

This text font color is #A2A17E.


Background Color

.myBgColor { background-color: #A2A17E; }

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

This div background color is #A2A17E.


Border color

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

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

This div border color is #A2A17E.


Opacity

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

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

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

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

This text has shadow with #A2A17E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A17E on black background.


Color preview on white background

This text has color #A2A17E on white background.



Black color preview on #A2A17E background

This text has black color on #A2A17E background.


White color preview on #A2A17E background

This text has white color on #A2A17E background.