COLOR #A2A077

HEX: #A2A077
RGB: (162,160,119)

Color info

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

RGB color model

#A2A077 color RGB value is (162,160,119).

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

RGB channels and saturation

R 162 of 255 = 64%
G 160 of 255 = 63%
B 119 of 255 = 47%

162
160
119

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

Portions of RGB colors in percentages

R + G + B =
162 + 160 + 119 = 441 (100%)
R 162 of 441 ~ 36.73%
G 160 of 441 ~ 36.28%
B 119 of 441 ~ 26.98%

%36.73
%36.28
%26.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.23%
  • yellow value is 26.54%
  • key color value is 36.47%
CMYK:
(0,1,27,36)
C0M1Y27K36 
(0%,1%,27%,36%)
(0.00/0.01/0.27/0.36)	

CMYK percentages

%0
%1.23
%26.54
%36.47

Codes

Color #A2A077 in popluar color models

A2A077
RGB162160119
HSL57°18.78%55.10%
HSB/HSV57°26.54%63.53%
CMYK0.00%1.23%26.54%
36.47%

Color #A2A077 in popluar number systems.

HEXA2A077
Decimal162160119
Binary10100010101000001110111
Octal242240167

Shades and tints

Shades of #A2A077

#A2A077
(162,160,119)
#94926D
(148,146,109)
#868463
(134,132,99)
#787659
(120,118,89)
#6A684F
(106,104,79)
#5C5A45
(92,90,69)
#4E4C3B
(78,76,59)
#403E31
(64,62,49)
#323027
(50,48,39)
#24221D
(36,34,29)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #A2A077

#A2A077
(162,160,119)
#AAA883
(170,168,131)
#B2B08F
(178,176,143)
#BAB89B
(186,184,155)
#C2C0A7
(194,192,167)
#CAC8B3
(202,200,179)
#D2D0BF
(210,208,191)
#DAD8CB
(218,216,203)
#E2E0D7
(226,224,215)
#EAE8E3
(234,232,227)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A077; }

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

This text font color is #A2A077.


Background Color

.myBgColor { background-color: #A2A077; }

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

This div background color is #A2A077.


Border color

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

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

This div border color is #A2A077.


Opacity

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

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

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

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

This text has shadow with #A2A077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A077 on black background.


Color preview on white background

This text has color #A2A077 on white background.



Black color preview on #A2A077 background

This text has black color on #A2A077 background.


White color preview on #A2A077 background

This text has white color on #A2A077 background.