COLOR #A0A370

HEX: #A0A370 RGB: (160,163,112)

Color info

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

RGB color model

#A0A370 color RGB value is (160,163,112).

RGB: (160,163,112) (63%, 64%, 44%)

RGB channels and saturation

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

160
163
112

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

Portions of RGB colors in percentages

R + G + B = 160 + 163 + 112 = 435 (100%)
R 160 of 435 ~ 36.78%
G 163 of 435 ~ 37.47%
B 112 of 435 ~ 25.75'%

%36.78
%37.47
%25.75

CMYK color model

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

  • cyan value is 1.84%
  • magenta value is 0.00%
  • yellow value is 31.29%
  • 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
%31.29
%36.08

Codes

Color #A0A370 in popluar color models

A0 A3 70
RGB 160 163 112
HSL 64° 21.70% 53.92%
HSB/HSV 64° 31.29% 63.92%
CMYK 1.84% 0.00% 31.29%
36.08%

Color #A0A370 in popluar number systems.

HEX A0 A3 70
Decimal 160 163 112
Binary 10100000 10100011 1110000
Octal 240 243 160

Shades and tints

Shades of #A0A370

#A0A370
(160,163,112)
#929566
(146,149,102)
#84875C
(132,135,92)
#767952
(118,121,82)
#686B48
(104,107,72)
#5A5D3E
(90,93,62)
#4C4F34
(76,79,52)
#3E412A
(62,65,42)
#303320
(48,51,32)
#222516
(34,37,22)
#14170C
(20,23,12)
#000000
(0,0,0)

Tints of #A0A370

#A0A370
(160,163,112)
#A8AB7D
(168,171,125)
#B0B38A
(176,179,138)
#B8BB97
(184,187,151)
#C0C3A4
(192,195,164)
#C8CBB1
(200,203,177)
#D0D3BE
(208,211,190)
#D8DBCB
(216,219,203)
#E0E3D8
(224,227,216)
#E8EBE5
(232,235,229)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A370; }

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

This text font color is #A0A370.

Background Color

.myBgColor { background-color: #A0A370; }

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

This div background color is #A0A370.

Border color

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

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

This div border color is #A0A370.

Opacity

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

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

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

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

This text has shadow with #A0A370 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0A370.

Preview

Color preview on black background

This text has color #A0A370 on black background.


Color preview on white background

This text has color #A0A370 on white background.


Black color preview on #A0A370 background

This text has black color on #A0A370 background.


White color preview on #A0A370 background

This text has white color on #A0A370 background.


Related colors

Complementary color

Complementary color for #hex is #5F5C8F.


I love getcolorcode.com

Triadic colors

1 #70A0A3 and #A370A0 with #A0A370 are triadic colors.

2 #70A3A0 and #A3A070 with #A0A370 are triadic colors.