COLOR #A0A62F

HEX: #A0A62F
RGB: (160,166,47)

Color info

#A0A62F contains mainly red and green colors. Web safe color of #A0A62F is #999933 (or #993).

RGB color model

#A0A62F color RGB value is (160,166,47).

  • red value is 160;
  • green value is 166;
  • blue value is 47.
RGB:
(160,166,47)
(63%,65%,18%)

RGB channels and saturation

R 160 of 255 = 63%
G 166 of 255 = 65%
B 47 of 255 = 18%

160
166
47

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

Portions of RGB colors in percentages

R + G + B =
160 + 166 + 47 = 373 (100%)
R 160 of 373 ~ 42.9%
G 166 of 373 ~ 44.5%
B 47 of 373 ~ 12.6%

%42.9
%44.5
%12.6

CMYK color model

#A0A62F color CMYK value is (4,0,72,35).

  • cyan value is 3.61%
  • magenta value is 0.00%
  • yellow value is 71.69%
  • key color value is 34.90%
CMYK:
(4,0,72,35)
C4M0Y72K35 
(4%,0%,72%,35%)
(0.04/0.00/0.72/0.35)	

CMYK percentages

%3.61
%0
%71.69
%34.9

Codes

Color #A0A62F in popluar color models

A0A62F
RGB16016647
HSL63°55.87%41.76%
HSB/HSV63°71.69%65.10%
CMYK3.61%0.00%71.69%
34.90%

Color #A0A62F in popluar number systems.

HEXA0A62F
Decimal16016647
Binary1010000010100110101111
Octal24024657

Shades and tints

Shades of #A0A62F

#A0A62F
(160,166,47)
#92972B
(146,151,43)
#848827
(132,136,39)
#767923
(118,121,35)
#686A1F
(104,106,31)
#5A5B1B
(90,91,27)
#4C4C17
(76,76,23)
#3E3D13
(62,61,19)
#302E0F
(48,46,15)
#221F0B
(34,31,11)
#141007
(20,16,7)
#000000
(0,0,0)

Tints of #A0A62F

#A0A62F
(160,166,47)
#A8AE41
(168,174,65)
#B0B653
(176,182,83)
#B8BE65
(184,190,101)
#C0C677
(192,198,119)
#C8CE89
(200,206,137)
#D0D69B
(208,214,155)
#D8DEAD
(216,222,173)
#E0E6BF
(224,230,191)
#E8EED1
(232,238,209)
#F0F6E3
(240,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0A62F color. Also use rgb(160,166,47) instead hex code.

Text Font Color

.myTextColor { color: #A0A62F; }

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

This text font color is #A0A62F.


Background Color

.myBgColor { background-color: #A0A62F; }

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

This div background color is #A0A62F.


Border color

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

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

This div border color is #A0A62F.


Opacity

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

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

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

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

This text has shadow with #A0A62F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A62F on black background.


Color preview on white background

This text has color #A0A62F on white background.



Black color preview on #A0A62F background

This text has black color on #A0A62F background.


White color preview on #A0A62F background

This text has white color on #A0A62F background.