COLOR #A0AA74

HEX: #A0AA74
RGB: (160,170,116)

Color info

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

RGB color model

#A0AA74 color RGB value is (160,170,116).

  • red value is 160;
  • green value is 170;
  • blue value is 116.
RGB:
(160,170,116)
(63%,67%,45%)

RGB channels and saturation

R 160 of 255 = 63%
G 170 of 255 = 67%
B 116 of 255 = 45%

160
170
116

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

Portions of RGB colors in percentages

R + G + B =
160 + 170 + 116 = 446 (100%)
R 160 of 446 ~ 35.87%
G 170 of 446 ~ 38.12%
B 116 of 446 ~ 26.01%

%35.87
%38.12
%26.01

CMYK color model

#A0AA74 color CMYK value is (6,0,32,33).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 31.76%
  • key color value is 33.33%
CMYK:
(6,0,32,33)
C6M0Y32K33 
(6%,0%,32%,33%)
(0.06/0.00/0.32/0.33)	

CMYK percentages

%5.88
%0
%31.76
%33.33

Codes

Color #A0AA74 in popluar color models

A0AA74
RGB160170116
HSL71°24.11%56.08%
HSB/HSV71°31.76%66.67%
CMYK5.88%0.00%31.76%
33.33%

Color #A0AA74 in popluar number systems.

HEXA0AA74
Decimal160170116
Binary10100000101010101110100
Octal240252164

Shades and tints

Shades of #A0AA74

#A0AA74
(160,170,116)
#929B6A
(146,155,106)
#848C60
(132,140,96)
#767D56
(118,125,86)
#686E4C
(104,110,76)
#5A5F42
(90,95,66)
#4C5038
(76,80,56)
#3E412E
(62,65,46)
#303224
(48,50,36)
#22231A
(34,35,26)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #A0AA74

#A0AA74
(160,170,116)
#A8B180
(168,177,128)
#B0B88C
(176,184,140)
#B8BF98
(184,191,152)
#C0C6A4
(192,198,164)
#C8CDB0
(200,205,176)
#D0D4BC
(208,212,188)
#D8DBC8
(216,219,200)
#E0E2D4
(224,226,212)
#E8E9E0
(232,233,224)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0AA74; }

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

This text font color is #A0AA74.


Background Color

.myBgColor { background-color: #A0AA74; }

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

This div background color is #A0AA74.


Border color

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

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

This div border color is #A0AA74.


Opacity

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

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

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

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

This text has shadow with #A0AA74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0AA74 on black background.


Color preview on white background

This text has color #A0AA74 on white background.



Black color preview on #A0AA74 background

This text has black color on #A0AA74 background.


White color preview on #A0AA74 background

This text has white color on #A0AA74 background.