COLOR #A2A773

HEX: #A2A773
RGB: (162,167,115)

Color info

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

RGB color model

#A2A773 color RGB value is (162,167,115).

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

RGB channels and saturation

R 162 of 255 = 64%
G 167 of 255 = 65%
B 115 of 255 = 45%

162
167
115

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

Portions of RGB colors in percentages

R + G + B =
162 + 167 + 115 = 444 (100%)
R 162 of 444 ~ 36.49%
G 167 of 444 ~ 37.61%
B 115 of 444 ~ 25.9%

%36.49
%37.61
%25.9

CMYK color model

#A2A773 color CMYK value is (3,0,31,35).

  • cyan value is 2.99%
  • magenta value is 0.00%
  • yellow value is 31.14%
  • key color value is 34.51%
CMYK:
(3,0,31,35)
C3M0Y31K35 
(3%,0%,31%,35%)
(0.03/0.00/0.31/0.35)	

CMYK percentages

%2.99
%0
%31.14
%34.51

Codes

Color #A2A773 in popluar color models

A2A773
RGB162167115
HSL66°22.81%55.29%
HSB/HSV66°31.14%65.49%
CMYK2.99%0.00%31.14%
34.51%

Color #A2A773 in popluar number systems.

HEXA2A773
Decimal162167115
Binary10100010101001111110011
Octal242247163

Shades and tints

Shades of #A2A773

#A2A773
(162,167,115)
#949869
(148,152,105)
#86895F
(134,137,95)
#787A55
(120,122,85)
#6A6B4B
(106,107,75)
#5C5C41
(92,92,65)
#4E4D37
(78,77,55)
#403E2D
(64,62,45)
#322F23
(50,47,35)
#242019
(36,32,25)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #A2A773

#A2A773
(162,167,115)
#AAAF7F
(170,175,127)
#B2B78B
(178,183,139)
#BABF97
(186,191,151)
#C2C7A3
(194,199,163)
#CACFAF
(202,207,175)
#D2D7BB
(210,215,187)
#DADFC7
(218,223,199)
#E2E7D3
(226,231,211)
#EAEFDF
(234,239,223)
#F2F7EB
(242,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A773; }

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

This text font color is #A2A773.


Background Color

.myBgColor { background-color: #A2A773; }

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

This div background color is #A2A773.


Border color

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

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

This div border color is #A2A773.


Opacity

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

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

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

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

This text has shadow with #A2A773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A773 on black background.


Color preview on white background

This text has color #A2A773 on white background.



Black color preview on #A2A773 background

This text has black color on #A2A773 background.


White color preview on #A2A773 background

This text has white color on #A2A773 background.