COLOR #A2A477

HEX: #A2A477
RGB: (162,164,119)

Color info

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

RGB color model

#A2A477 color RGB value is (162,164,119).

  • red value is 162;
  • green value is 164;
  • blue value is 119.
RGB:
(162,164,119)
(64%,64%,47%)

RGB channels and saturation

R 162 of 255 = 64%
G 164 of 255 = 64%
B 119 of 255 = 47%

162
164
119

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

Portions of RGB colors in percentages

R + G + B =
162 + 164 + 119 = 445 (100%)
R 162 of 445 ~ 36.4%
G 164 of 445 ~ 36.85%
B 119 of 445 ~ 26.74%

%36.4
%36.85
%26.74

CMYK color model

#A2A477 color CMYK value is (1,0,27,36).

  • cyan value is 1.22%
  • magenta value is 0.00%
  • yellow value is 27.44%
  • key color value is 35.69%
CMYK:
(1,0,27,36)
C1M0Y27K36 
(1%,0%,27%,36%)
(0.01/0.00/0.27/0.36)	

CMYK percentages

%1.22
%0
%27.44
%35.69

Codes

Color #A2A477 in popluar color models

A2A477
RGB162164119
HSL63°19.82%55.49%
HSB/HSV63°27.44%64.31%
CMYK1.22%0.00%27.44%
35.69%

Color #A2A477 in popluar number systems.

HEXA2A477
Decimal162164119
Binary10100010101001001110111
Octal242244167

Shades and tints

Shades of #A2A477

#A2A477
(162,164,119)
#94966D
(148,150,109)
#868863
(134,136,99)
#787A59
(120,122,89)
#6A6C4F
(106,108,79)
#5C5E45
(92,94,69)
#4E503B
(78,80,59)
#404231
(64,66,49)
#323427
(50,52,39)
#24261D
(36,38,29)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #A2A477

#A2A477
(162,164,119)
#AAAC83
(170,172,131)
#B2B48F
(178,180,143)
#BABC9B
(186,188,155)
#C2C4A7
(194,196,167)
#CACCB3
(202,204,179)
#D2D4BF
(210,212,191)
#DADCCB
(218,220,203)
#E2E4D7
(226,228,215)
#EAECE3
(234,236,227)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2A477 color. Also use rgb(162,164,119) instead hex code.

Text Font Color

.myTextColor { color: #A2A477; }

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

This text font color is #A2A477.


Background Color

.myBgColor { background-color: #A2A477; }

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

This div background color is #A2A477.


Border color

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

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

This div border color is #A2A477.


Opacity

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

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

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

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

This text has shadow with #A2A477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A477 on black background.


Color preview on white background

This text has color #A2A477 on white background.



Black color preview on #A2A477 background

This text has black color on #A2A477 background.


White color preview on #A2A477 background

This text has white color on #A2A477 background.