COLOR #A0A976

HEX: #A0A976
RGB: (160,169,118)

Color info

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

RGB color model

#A0A976 color RGB value is (160,169,118).

  • red value is 160;
  • green value is 169;
  • blue value is 118.
RGB:
(160,169,118)
(63%,66%,46%)

RGB channels and saturation

R 160 of 255 = 63%
G 169 of 255 = 66%
B 118 of 255 = 46%

160
169
118

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

Portions of RGB colors in percentages

R + G + B =
160 + 169 + 118 = 447 (100%)
R 160 of 447 ~ 35.79%
G 169 of 447 ~ 37.81%
B 118 of 447 ~ 26.4%

%35.79
%37.81
%26.4

CMYK color model

#A0A976 color CMYK value is (5,0,30,34).

  • cyan value is 5.33%
  • magenta value is 0.00%
  • yellow value is 30.18%
  • key color value is 33.73%
CMYK:
(5,0,30,34)
C5M0Y30K34 
(5%,0%,30%,34%)
(0.05/0.00/0.30/0.34)	

CMYK percentages

%5.33
%0
%30.18
%33.73

Codes

Color #A0A976 in popluar color models

A0A976
RGB160169118
HSL71°22.87%56.27%
HSB/HSV71°30.18%66.27%
CMYK5.33%0.00%30.18%
33.73%

Color #A0A976 in popluar number systems.

HEXA0A976
Decimal160169118
Binary10100000101010011110110
Octal240251166

Shades and tints

Shades of #A0A976

#A0A976
(160,169,118)
#929A6C
(146,154,108)
#848B62
(132,139,98)
#767C58
(118,124,88)
#686D4E
(104,109,78)
#5A5E44
(90,94,68)
#4C4F3A
(76,79,58)
#3E4030
(62,64,48)
#303126
(48,49,38)
#22221C
(34,34,28)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #A0A976

#A0A976
(160,169,118)
#A8B082
(168,176,130)
#B0B78E
(176,183,142)
#B8BE9A
(184,190,154)
#C0C5A6
(192,197,166)
#C8CCB2
(200,204,178)
#D0D3BE
(208,211,190)
#D8DACA
(216,218,202)
#E0E1D6
(224,225,214)
#E8E8E2
(232,232,226)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0A976 color. Also use rgb(160,169,118) instead hex code.

Text Font Color

.myTextColor { color: #A0A976; }

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

This text font color is #A0A976.


Background Color

.myBgColor { background-color: #A0A976; }

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

This div background color is #A0A976.


Border color

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

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

This div border color is #A0A976.


Opacity

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

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

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

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

This text has shadow with #A0A976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A976 on black background.


Color preview on white background

This text has color #A0A976 on white background.



Black color preview on #A0A976 background

This text has black color on #A0A976 background.


White color preview on #A0A976 background

This text has white color on #A0A976 background.