COLOR #A2A777

HEX: #A2A777
RGB: (162,167,119)

Color info

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

RGB color model

#A2A777 color RGB value is (162,167,119).

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

RGB channels and saturation

R 162 of 255 = 64%
G 167 of 255 = 65%
B 119 of 255 = 47%

162
167
119

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

Portions of RGB colors in percentages

R + G + B =
162 + 167 + 119 = 448 (100%)
R 162 of 448 ~ 36.16%
G 167 of 448 ~ 37.28%
B 119 of 448 ~ 26.56%

%36.16
%37.28
%26.56

CMYK color model

#A2A777 color CMYK value is (3,0,29,35).

  • cyan value is 2.99%
  • magenta value is 0.00%
  • yellow value is 28.74%
  • key color value is 34.51%
CMYK:
(3,0,29,35)
C3M0Y29K35 
(3%,0%,29%,35%)
(0.03/0.00/0.29/0.35)	

CMYK percentages

%2.99
%0
%28.74
%34.51

Codes

Color #A2A777 in popluar color models

A2A777
RGB162167119
HSL66°21.43%56.08%
HSB/HSV66°28.74%65.49%
CMYK2.99%0.00%28.74%
34.51%

Color #A2A777 in popluar number systems.

HEXA2A777
Decimal162167119
Binary10100010101001111110111
Octal242247167

Shades and tints

Shades of #A2A777

#A2A777
(162,167,119)
#94986D
(148,152,109)
#868963
(134,137,99)
#787A59
(120,122,89)
#6A6B4F
(106,107,79)
#5C5C45
(92,92,69)
#4E4D3B
(78,77,59)
#403E31
(64,62,49)
#322F27
(50,47,39)
#24201D
(36,32,29)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #A2A777

#A2A777
(162,167,119)
#AAAF83
(170,175,131)
#B2B78F
(178,183,143)
#BABF9B
(186,191,155)
#C2C7A7
(194,199,167)
#CACFB3
(202,207,179)
#D2D7BF
(210,215,191)
#DADFCB
(218,223,203)
#E2E7D7
(226,231,215)
#EAEFE3
(234,239,227)
#F2F7EF
(242,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A777; }

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

This text font color is #A2A777.


Background Color

.myBgColor { background-color: #A2A777; }

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

This div background color is #A2A777.


Border color

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

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

This div border color is #A2A777.


Opacity

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

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

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

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

This text has shadow with #A2A777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A777 on black background.


Color preview on white background

This text has color #A2A777 on white background.



Black color preview on #A2A777 background

This text has black color on #A2A777 background.


White color preview on #A2A777 background

This text has white color on #A2A777 background.