COLOR #A0A61E

HEX: #A0A61E
RGB: (160,166,30)

Color info

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

RGB color model

#A0A61E color RGB value is (160,166,30).

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

RGB channels and saturation

R 160 of 255 = 63%
G 166 of 255 = 65%
B 30 of 255 = 12%

160
166
30

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

Portions of RGB colors in percentages

R + G + B =
160 + 166 + 30 = 356 (100%)
R 160 of 356 ~ 44.94%
G 166 of 356 ~ 46.63%
B 30 of 356 ~ 8.43%

%44.94
%46.63

CMYK color model

#A0A61E color CMYK value is (4,0,82,35).

  • cyan value is 3.61%
  • magenta value is 0.00%
  • yellow value is 81.93%
  • key color value is 34.90%
CMYK:
(4,0,82,35)
C4M0Y82K35 
(4%,0%,82%,35%)
(0.04/0.00/0.82/0.35)	

CMYK percentages

%3.61
%0
%81.93
%34.9

Codes

Color #A0A61E in popluar color models

A0A61E
RGB16016630
HSL63°69.39%38.43%
HSB/HSV63°81.93%65.10%
CMYK3.61%0.00%81.93%
34.90%

Color #A0A61E in popluar number systems.

HEXA0A61E
Decimal16016630
Binary101000001010011011110
Octal24024636

Shades and tints

Shades of #A0A61E

#A0A61E
(160,166,30)
#92971C
(146,151,28)
#84881A
(132,136,26)
#767918
(118,121,24)
#686A16
(104,106,22)
#5A5B14
(90,91,20)
#4C4C12
(76,76,18)
#3E3D10
(62,61,16)
#302E0E
(48,46,14)
#221F0C
(34,31,12)
#14100A
(20,16,10)
#000000
(0,0,0)

Tints of #A0A61E

#A0A61E
(160,166,30)
#A8AE32
(168,174,50)
#B0B646
(176,182,70)
#B8BE5A
(184,190,90)
#C0C66E
(192,198,110)
#C8CE82
(200,206,130)
#D0D696
(208,214,150)
#D8DEAA
(216,222,170)
#E0E6BE
(224,230,190)
#E8EED2
(232,238,210)
#F0F6E6
(240,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A61E; }

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

This text font color is #A0A61E.


Background Color

.myBgColor { background-color: #A0A61E; }

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

This div background color is #A0A61E.


Border color

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

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

This div border color is #A0A61E.


Opacity

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

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

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

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

This text has shadow with #A0A61E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A61E on black background.


Color preview on white background

This text has color #A0A61E on white background.



Black color preview on #A0A61E background

This text has black color on #A0A61E background.


White color preview on #A0A61E background

This text has white color on #A0A61E background.