COLOR #A2A971

HEX: #A2A971
RGB: (162,169,113)

Color info

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

RGB color model

#A2A971 color RGB value is (162,169,113).

  • red value is 162;
  • green value is 169;
  • blue value is 113.
RGB:
(162,169,113)
(64%,66%,44%)

RGB channels and saturation

R 162 of 255 = 64%
G 169 of 255 = 66%
B 113 of 255 = 44%

162
169
113

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

Portions of RGB colors in percentages

R + G + B =
162 + 169 + 113 = 444 (100%)
R 162 of 444 ~ 36.49%
G 169 of 444 ~ 38.06%
B 113 of 444 ~ 25.45%

%36.49
%38.06
%25.45

CMYK color model

#A2A971 color CMYK value is (4,0,33,34).

  • cyan value is 4.14%
  • magenta value is 0.00%
  • yellow value is 33.14%
  • key color value is 33.73%
CMYK:
(4,0,33,34)
C4M0Y33K34 
(4%,0%,33%,34%)
(0.04/0.00/0.33/0.34)	

CMYK percentages

%4.14
%0
%33.14
%33.73

Codes

Color #A2A971 in popluar color models

A2A971
RGB162169113
HSL68°24.56%55.29%
HSB/HSV68°33.14%66.27%
CMYK4.14%0.00%33.14%
33.73%

Color #A2A971 in popluar number systems.

HEXA2A971
Decimal162169113
Binary10100010101010011110001
Octal242251161

Shades and tints

Shades of #A2A971

#A2A971
(162,169,113)
#949A67
(148,154,103)
#868B5D
(134,139,93)
#787C53
(120,124,83)
#6A6D49
(106,109,73)
#5C5E3F
(92,94,63)
#4E4F35
(78,79,53)
#40402B
(64,64,43)
#323121
(50,49,33)
#242217
(36,34,23)
#16130D
(22,19,13)
#000000
(0,0,0)

Tints of #A2A971

#A2A971
(162,169,113)
#AAB07D
(170,176,125)
#B2B789
(178,183,137)
#BABE95
(186,190,149)
#C2C5A1
(194,197,161)
#CACCAD
(202,204,173)
#D2D3B9
(210,211,185)
#DADAC5
(218,218,197)
#E2E1D1
(226,225,209)
#EAE8DD
(234,232,221)
#F2EFE9
(242,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2A971 color. Also use rgb(162,169,113) instead hex code.

Text Font Color

.myTextColor { color: #A2A971; }

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

This text font color is #A2A971.


Background Color

.myBgColor { background-color: #A2A971; }

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

This div background color is #A2A971.


Border color

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

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

This div border color is #A2A971.


Opacity

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

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

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

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

This text has shadow with #A2A971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A971 on black background.


Color preview on white background

This text has color #A2A971 on white background.



Black color preview on #A2A971 background

This text has black color on #A2A971 background.


White color preview on #A2A971 background

This text has white color on #A2A971 background.