COLOR #A0AA79

HEX: #A0AA79 RGB: (160,170,121)

Color info

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

RGB color model

#A0AA79 color RGB value is (160,170,121).

RGB: (160,170,121) (63%, 67%, 47%)

RGB channels and saturation

R 160 of 255 = 63%
G 170 of 255 = 67%
B 121 of 255 = 47%

160
170
121

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

Portions of RGB colors in percentages

R + G + B = 160 + 170 + 121 = 451 (100%)
R 160 of 451 ~ 35.48%
G 170 of 451 ~ 37.69%
B 121 of 451 ~ 26.83'%

%35.48
%37.69
%26.83

CMYK color model

#A0AA79 color CMYK value is (6,0,29,33).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 28.82%
  • key color value is 33.33%

CMYK: (6,0,29,33)
C6M0Y29K33 (6%, 0%, 29%, 33%)
(0.06 / 0.00 / 0.29 / 0.33)

CMYK percentages

%5.88
%0
%28.82
%33.33

Codes

Color #A0AA79 in popluar color models

A0 AA 79
RGB 160 170 121
HSL 72° 22.37% 57.06%
HSB/HSV 72° 28.82% 66.67%
CMYK 5.88% 0.00% 28.82%
33.33%

Color #A0AA79 in popluar number systems.

HEX A0 AA 79
Decimal 160 170 121
Binary 10100000 10101010 1111001
Octal 240 252 171

Shades and tints

Shades of #A0AA79

#A0AA79
(160,170,121)
#929B6E
(146,155,110)
#848C63
(132,140,99)
#767D58
(118,125,88)
#686E4D
(104,110,77)
#5A5F42
(90,95,66)
#4C5037
(76,80,55)
#3E412C
(62,65,44)
#303221
(48,50,33)
#222316
(34,35,22)
#14140B
(20,20,11)
#000000
(0,0,0)

Tints of #A0AA79

#A0AA79
(160,170,121)
#A8B185
(168,177,133)
#B0B891
(176,184,145)
#B8BF9D
(184,191,157)
#C0C6A9
(192,198,169)
#C8CDB5
(200,205,181)
#D0D4C1
(208,212,193)
#D8DBCD
(216,219,205)
#E0E2D9
(224,226,217)
#E8E9E5
(232,233,229)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0AA79; }

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

This text font color is #A0AA79.

Background Color

.myBgColor { background-color: #A0AA79; }

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

This div background color is #A0AA79.

Border color

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

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

This div border color is #A0AA79.

Opacity

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

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

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

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

This text has shadow with #A0AA79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0AA79.

Preview

Color preview on black background

This text has color #A0AA79 on black background.


Color preview on white background

This text has color #A0AA79 on white background.


Black color preview on #A0AA79 background

This text has black color on #A0AA79 background.


White color preview on #A0AA79 background

This text has white color on #A0AA79 background.


Related colors

Complementary color

Complementary color for #hex is #5F5586.


I love getcolorcode.com

Triadic colors

1 #79A0AA and #AA79A0 with #A0AA79 are triadic colors.

2 #79AAA0 and #AAA079 with #A0AA79 are triadic colors.