COLOR #A2A079

HEX: #A2A079
RGB: (162,160,121)

Color info

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

RGB color model

#A2A079 color RGB value is (162,160,121).

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

RGB channels and saturation

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

162
160
121

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

Portions of RGB colors in percentages

R + G + B =
162 + 160 + 121 = 443 (100%)
R 162 of 443 ~ 36.57%
G 160 of 443 ~ 36.12%
B 121 of 443 ~ 27.31%

%36.57
%36.12
%27.31

CMYK color model

#A2A079 color CMYK value is (0,1,25,36).

  • cyan value is 0.00%
  • magenta value is 1.23%
  • yellow value is 25.31%
  • key color value is 36.47%
CMYK:
(0,1,25,36)
C0M1Y25K36 
(0%,1%,25%,36%)
(0.00/0.01/0.25/0.36)	

CMYK percentages

%0
%1.23
%25.31
%36.47

Codes

Color #A2A079 in popluar color models

A2A079
RGB162160121
HSL57°18.06%55.49%
HSB/HSV57°25.31%63.53%
CMYK0.00%1.23%25.31%
36.47%

Color #A2A079 in popluar number systems.

HEXA2A079
Decimal162160121
Binary10100010101000001111001
Octal242240171

Shades and tints

Shades of #A2A079

#A2A079
(162,160,121)
#94926E
(148,146,110)
#868463
(134,132,99)
#787658
(120,118,88)
#6A684D
(106,104,77)
#5C5A42
(92,90,66)
#4E4C37
(78,76,55)
#403E2C
(64,62,44)
#323021
(50,48,33)
#242216
(36,34,22)
#16140B
(22,20,11)
#000000
(0,0,0)

Tints of #A2A079

#A2A079
(162,160,121)
#AAA885
(170,168,133)
#B2B091
(178,176,145)
#BAB89D
(186,184,157)
#C2C0A9
(194,192,169)
#CAC8B5
(202,200,181)
#D2D0C1
(210,208,193)
#DAD8CD
(218,216,205)
#E2E0D9
(226,224,217)
#EAE8E5
(234,232,229)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A079; }

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

This text font color is #A2A079.


Background Color

.myBgColor { background-color: #A2A079; }

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

This div background color is #A2A079.


Border color

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

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

This div border color is #A2A079.


Opacity

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

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

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

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

This text has shadow with #A2A079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A079 on black background.


Color preview on white background

This text has color #A2A079 on white background.



Black color preview on #A2A079 background

This text has black color on #A2A079 background.


White color preview on #A2A079 background

This text has white color on #A2A079 background.