COLOR #A0A371

HEX: #A0A371
RGB: (160,163,113)

Color info

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

RGB color model

#A0A371 color RGB value is (160,163,113).

  • red value is 160;
  • green value is 163;
  • blue value is 113.
RGB:
(160,163,113)
(63%,64%,44%)

RGB channels and saturation

R 160 of 255 = 63%
G 163 of 255 = 64%
B 113 of 255 = 44%

160
163
113

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

Portions of RGB colors in percentages

R + G + B =
160 + 163 + 113 = 436 (100%)
R 160 of 436 ~ 36.7%
G 163 of 436 ~ 37.39%
B 113 of 436 ~ 25.92%

%36.7
%37.39
%25.92

CMYK color model

#A0A371 color CMYK value is (2,0,31,36).

  • cyan value is 1.84%
  • magenta value is 0.00%
  • yellow value is 30.67%
  • key color value is 36.08%
CMYK:
(2,0,31,36)
C2M0Y31K36 
(2%,0%,31%,36%)
(0.02/0.00/0.31/0.36)	

CMYK percentages

%1.84
%0
%30.67
%36.08

Codes

Color #A0A371 in popluar color models

A0A371
RGB160163113
HSL64°21.37%54.12%
HSB/HSV64°30.67%63.92%
CMYK1.84%0.00%30.67%
36.08%

Color #A0A371 in popluar number systems.

HEXA0A371
Decimal160163113
Binary10100000101000111110001
Octal240243161

Shades and tints

Shades of #A0A371

#A0A371
(160,163,113)
#929567
(146,149,103)
#84875D
(132,135,93)
#767953
(118,121,83)
#686B49
(104,107,73)
#5A5D3F
(90,93,63)
#4C4F35
(76,79,53)
#3E412B
(62,65,43)
#303321
(48,51,33)
#222517
(34,37,23)
#14170D
(20,23,13)
#000000
(0,0,0)

Tints of #A0A371

#A0A371
(160,163,113)
#A8AB7D
(168,171,125)
#B0B389
(176,179,137)
#B8BB95
(184,187,149)
#C0C3A1
(192,195,161)
#C8CBAD
(200,203,173)
#D0D3B9
(208,211,185)
#D8DBC5
(216,219,197)
#E0E3D1
(224,227,209)
#E8EBDD
(232,235,221)
#F0F3E9
(240,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0A371 color. Also use rgb(160,163,113) instead hex code.

Text Font Color

.myTextColor { color: #A0A371; }

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

This text font color is #A0A371.


Background Color

.myBgColor { background-color: #A0A371; }

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

This div background color is #A0A371.


Border color

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

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

This div border color is #A0A371.


Opacity

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

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

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

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

This text has shadow with #A0A371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A371 on black background.


Color preview on white background

This text has color #A0A371 on white background.



Black color preview on #A0A371 background

This text has black color on #A0A371 background.


White color preview on #A0A371 background

This text has white color on #A0A371 background.