COLOR #A0A277

HEX: #A0A277
RGB: (160,162,119)

Color info

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

RGB color model

#A0A277 color RGB value is (160,162,119).

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

RGB channels and saturation

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

160
162
119

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

Portions of RGB colors in percentages

R + G + B =
160 + 162 + 119 = 441 (100%)
R 160 of 441 ~ 36.28%
G 162 of 441 ~ 36.73%
B 119 of 441 ~ 26.98%

%36.28
%36.73
%26.98

CMYK color model

#A0A277 color CMYK value is (1,0,27,36).

  • cyan value is 1.23%
  • magenta value is 0.00%
  • yellow value is 26.54%
  • key color value is 36.47%
CMYK:
(1,0,27,36)
C1M0Y27K36 
(1%,0%,27%,36%)
(0.01/0.00/0.27/0.36)	

CMYK percentages

%1.23
%0
%26.54
%36.47

Codes

Color #A0A277 in popluar color models

A0A277
RGB160162119
HSL63°18.78%55.10%
HSB/HSV63°26.54%63.53%
CMYK1.23%0.00%26.54%
36.47%

Color #A0A277 in popluar number systems.

HEXA0A277
Decimal160162119
Binary10100000101000101110111
Octal240242167

Shades and tints

Shades of #A0A277

#A0A277
(160,162,119)
#92946D
(146,148,109)
#848663
(132,134,99)
#767859
(118,120,89)
#686A4F
(104,106,79)
#5A5C45
(90,92,69)
#4C4E3B
(76,78,59)
#3E4031
(62,64,49)
#303227
(48,50,39)
#22241D
(34,36,29)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #A0A277

#A0A277
(160,162,119)
#A8AA83
(168,170,131)
#B0B28F
(176,178,143)
#B8BA9B
(184,186,155)
#C0C2A7
(192,194,167)
#C8CAB3
(200,202,179)
#D0D2BF
(208,210,191)
#D8DACB
(216,218,203)
#E0E2D7
(224,226,215)
#E8EAE3
(232,234,227)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A277; }

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

This text font color is #A0A277.


Background Color

.myBgColor { background-color: #A0A277; }

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

This div background color is #A0A277.


Border color

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

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

This div border color is #A0A277.


Opacity

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

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

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

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

This text has shadow with #A0A277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A277 on black background.


Color preview on white background

This text has color #A0A277 on white background.



Black color preview on #A0A277 background

This text has black color on #A0A277 background.


White color preview on #A0A277 background

This text has white color on #A0A277 background.