COLOR #A2A980

HEX: #A2A980
RGB: (162,169,128)

Color info

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

RGB color model

#A2A980 color RGB value is (162,169,128).

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

RGB channels and saturation

R 162 of 255 = 64%
G 169 of 255 = 66%
B 128 of 255 = 50%

162
169
128

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

Portions of RGB colors in percentages

R + G + B =
162 + 169 + 128 = 459 (100%)
R 162 of 459 ~ 35.29%
G 169 of 459 ~ 36.82%
B 128 of 459 ~ 27.89%

%35.29
%36.82
%27.89

CMYK color model

#A2A980 color CMYK value is (4,0,24,34).

  • cyan value is 4.14%
  • magenta value is 0.00%
  • yellow value is 24.26%
  • key color value is 33.73%
CMYK:
(4,0,24,34)
C4M0Y24K34 
(4%,0%,24%,34%)
(0.04/0.00/0.24/0.34)	

CMYK percentages

%4.14
%0
%24.26
%33.73

Codes

Color #A2A980 in popluar color models

A2A980
RGB162169128
HSL70°19.25%58.24%
HSB/HSV70°24.26%66.27%
CMYK4.14%0.00%24.26%
33.73%

Color #A2A980 in popluar number systems.

HEXA2A980
Decimal162169128
Binary101000101010100110000000
Octal242251200

Shades and tints

Shades of #A2A980

#A2A980
(162,169,128)
#949A75
(148,154,117)
#868B6A
(134,139,106)
#787C5F
(120,124,95)
#6A6D54
(106,109,84)
#5C5E49
(92,94,73)
#4E4F3E
(78,79,62)
#404033
(64,64,51)
#323128
(50,49,40)
#24221D
(36,34,29)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #A2A980

#A2A980
(162,169,128)
#AAB08B
(170,176,139)
#B2B796
(178,183,150)
#BABEA1
(186,190,161)
#C2C5AC
(194,197,172)
#CACCB7
(202,204,183)
#D2D3C2
(210,211,194)
#DADACD
(218,218,205)
#E2E1D8
(226,225,216)
#EAE8E3
(234,232,227)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A980; }

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

This text font color is #A2A980.


Background Color

.myBgColor { background-color: #A2A980; }

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

This div background color is #A2A980.


Border color

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

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

This div border color is #A2A980.


Opacity

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

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

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

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

This text has shadow with #A2A980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A980 on black background.


Color preview on white background

This text has color #A2A980 on white background.



Black color preview on #A2A980 background

This text has black color on #A2A980 background.


White color preview on #A2A980 background

This text has white color on #A2A980 background.