COLOR #A2A172

HEX: #A2A172
RGB: (162,161,114)

Color info

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

RGB color model

#A2A172 color RGB value is (162,161,114).

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

RGB channels and saturation

R 162 of 255 = 64%
G 161 of 255 = 63%
B 114 of 255 = 45%

162
161
114

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

Portions of RGB colors in percentages

R + G + B =
162 + 161 + 114 = 437 (100%)
R 162 of 437 ~ 37.07%
G 161 of 437 ~ 36.84%
B 114 of 437 ~ 26.09%

%37.07
%36.84
%26.09

CMYK color model

#A2A172 color CMYK value is (0,1,30,36).

  • cyan value is 0.00%
  • magenta value is 0.62%
  • yellow value is 29.63%
  • key color value is 36.47%
CMYK:
(0,1,30,36)
C0M1Y30K36 
(0%,1%,30%,36%)
(0.00/0.01/0.30/0.36)	

CMYK percentages

%0
%0.62
%29.63
%36.47

Codes

Color #A2A172 in popluar color models

A2A172
RGB162161114
HSL59°20.51%54.12%
HSB/HSV59°29.63%63.53%
CMYK0.00%0.62%29.63%
36.47%

Color #A2A172 in popluar number systems.

HEXA2A172
Decimal162161114
Binary10100010101000011110010
Octal242241162

Shades and tints

Shades of #A2A172

#A2A172
(162,161,114)
#949368
(148,147,104)
#86855E
(134,133,94)
#787754
(120,119,84)
#6A694A
(106,105,74)
#5C5B40
(92,91,64)
#4E4D36
(78,77,54)
#403F2C
(64,63,44)
#323122
(50,49,34)
#242318
(36,35,24)
#16150E
(22,21,14)
#000000
(0,0,0)

Tints of #A2A172

#A2A172
(162,161,114)
#AAA97E
(170,169,126)
#B2B18A
(178,177,138)
#BAB996
(186,185,150)
#C2C1A2
(194,193,162)
#CAC9AE
(202,201,174)
#D2D1BA
(210,209,186)
#DAD9C6
(218,217,198)
#E2E1D2
(226,225,210)
#EAE9DE
(234,233,222)
#F2F1EA
(242,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A172; }

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

This text font color is #A2A172.


Background Color

.myBgColor { background-color: #A2A172; }

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

This div background color is #A2A172.


Border color

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

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

This div border color is #A2A172.


Opacity

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

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

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

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

This text has shadow with #A2A172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A172 on black background.


Color preview on white background

This text has color #A2A172 on white background.



Black color preview on #A2A172 background

This text has black color on #A2A172 background.


White color preview on #A2A172 background

This text has white color on #A2A172 background.