COLOR #A0A97C

HEX: #A0A97C
RGB: (160,169,124)

Color info

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

RGB color model

#A0A97C color RGB value is (160,169,124).

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

RGB channels and saturation

R 160 of 255 = 63%
G 169 of 255 = 66%
B 124 of 255 = 49%

160
169
124

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

Portions of RGB colors in percentages

R + G + B =
160 + 169 + 124 = 453 (100%)
R 160 of 453 ~ 35.32%
G 169 of 453 ~ 37.31%
B 124 of 453 ~ 27.37%

%35.32
%37.31
%27.37

CMYK color model

#A0A97C color CMYK value is (5,0,27,34).

  • cyan value is 5.33%
  • magenta value is 0.00%
  • yellow value is 26.63%
  • key color value is 33.73%
CMYK:
(5,0,27,34)
C5M0Y27K34 
(5%,0%,27%,34%)
(0.05/0.00/0.27/0.34)	

CMYK percentages

%5.33
%0
%26.63
%33.73

Codes

Color #A0A97C in popluar color models

A0A97C
RGB160169124
HSL72°20.74%57.45%
HSB/HSV72°26.63%66.27%
CMYK5.33%0.00%26.63%
33.73%

Color #A0A97C in popluar number systems.

HEXA0A97C
Decimal160169124
Binary10100000101010011111100
Octal240251174

Shades and tints

Shades of #A0A97C

#A0A97C
(160,169,124)
#929A71
(146,154,113)
#848B66
(132,139,102)
#767C5B
(118,124,91)
#686D50
(104,109,80)
#5A5E45
(90,94,69)
#4C4F3A
(76,79,58)
#3E402F
(62,64,47)
#303124
(48,49,36)
#222219
(34,34,25)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #A0A97C

#A0A97C
(160,169,124)
#A8B087
(168,176,135)
#B0B792
(176,183,146)
#B8BE9D
(184,190,157)
#C0C5A8
(192,197,168)
#C8CCB3
(200,204,179)
#D0D3BE
(208,211,190)
#D8DAC9
(216,218,201)
#E0E1D4
(224,225,212)
#E8E8DF
(232,232,223)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A97C; }

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

This text font color is #A0A97C.


Background Color

.myBgColor { background-color: #A0A97C; }

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

This div background color is #A0A97C.


Border color

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

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

This div border color is #A0A97C.


Opacity

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

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

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

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

This text has shadow with #A0A97C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A97C on black background.


Color preview on white background

This text has color #A0A97C on white background.



Black color preview on #A0A97C background

This text has black color on #A0A97C background.


White color preview on #A0A97C background

This text has white color on #A0A97C background.