COLOR #A0AA70

HEX: #A0AA70 RGB: (160,170,112)

Color info

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

RGB color model

#A0AA70 color RGB value is (160,170,112).

RGB: (160,170,112) (63%, 67%, 44%)

RGB channels and saturation

R 160 of 255 = 63%
G 170 of 255 = 67%
B 112 of 255 = 44%

160
170
112

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

Portions of RGB colors in percentages

R + G + B = 160 + 170 + 112 = 442 (100%)
R 160 of 442 ~ 36.2%
G 170 of 442 ~ 38.46%
B 112 of 442 ~ 25.34'%

%36.2
%38.46
%25.34

CMYK color model

#A0AA70 color CMYK value is (6,0,34,33).

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

CMYK: (6,0,34,33)
C6M0Y34K33 (6%, 0%, 34%, 33%)
(0.06 / 0.00 / 0.34 / 0.33)

CMYK percentages

%5.88
%0
%34.12
%33.33

Codes

Color #A0AA70 in popluar color models

A0 AA 70
RGB 160 170 112
HSL 70° 25.44% 55.29%
HSB/HSV 70° 34.12% 66.67%
CMYK 5.88% 0.00% 34.12%
33.33%

Color #A0AA70 in popluar number systems.

HEX A0 AA 70
Decimal 160 170 112
Binary 10100000 10101010 1110000
Octal 240 252 160

Shades and tints

Shades of #A0AA70

#A0AA70
(160,170,112)
#929B66
(146,155,102)
#848C5C
(132,140,92)
#767D52
(118,125,82)
#686E48
(104,110,72)
#5A5F3E
(90,95,62)
#4C5034
(76,80,52)
#3E412A
(62,65,42)
#303220
(48,50,32)
#222316
(34,35,22)
#14140C
(20,20,12)
#000000
(0,0,0)

Tints of #A0AA70

#A0AA70
(160,170,112)
#A8B17D
(168,177,125)
#B0B88A
(176,184,138)
#B8BF97
(184,191,151)
#C0C6A4
(192,198,164)
#C8CDB1
(200,205,177)
#D0D4BE
(208,212,190)
#D8DBCB
(216,219,203)
#E0E2D8
(224,226,216)
#E8E9E5
(232,233,229)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0AA70; }

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

This text font color is #A0AA70.

Background Color

.myBgColor { background-color: #A0AA70; }

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

This div background color is #A0AA70.

Border color

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

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

This div border color is #A0AA70.

Opacity

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

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

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

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

This text has shadow with #A0AA70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0AA70.

Preview

Color preview on black background

This text has color #A0AA70 on black background.


Color preview on white background

This text has color #A0AA70 on white background.


Black color preview on #A0AA70 background

This text has black color on #A0AA70 background.


White color preview on #A0AA70 background

This text has white color on #A0AA70 background.


Related colors

Complementary color

Complementary color for #hex is #5F558F.


I love getcolorcode.com

Triadic colors

1 #70A0AA and #AA70A0 with #A0AA70 are triadic colors.

2 #70AAA0 and #AAA070 with #A0AA70 are triadic colors.