COLOR #A0AE47

HEX: #A0AE47
RGB: (160,174,71)

Color info

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

RGB color model

#A0AE47 color RGB value is (160,174,71).

  • red value is 160;
  • green value is 174;
  • blue value is 71.
RGB:
(160,174,71)
(63%,68%,28%)

RGB channels and saturation

R 160 of 255 = 63%
G 174 of 255 = 68%
B 71 of 255 = 28%

160
174
71

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

Portions of RGB colors in percentages

R + G + B =
160 + 174 + 71 = 405 (100%)
R 160 of 405 ~ 39.51%
G 174 of 405 ~ 42.96%
B 71 of 405 ~ 17.53%

%39.51
%42.96
%17.53

CMYK color model

#A0AE47 color CMYK value is (8,0,59,32).

  • cyan value is 8.05%
  • magenta value is 0.00%
  • yellow value is 59.20%
  • key color value is 31.76%
CMYK:
(8,0,59,32)
C8M0Y59K32 
(8%,0%,59%,32%)
(0.08/0.00/0.59/0.32)	

CMYK percentages

%8.05
%0
%59.2
%31.76

Codes

Color #A0AE47 in popluar color models

A0AE47
RGB16017471
HSL68°42.04%48.04%
HSB/HSV68°59.20%68.24%
CMYK8.05%0.00%59.20%
31.76%

Color #A0AE47 in popluar number systems.

HEXA0AE47
Decimal16017471
Binary10100000101011101000111
Octal240256107

Shades and tints

Shades of #A0AE47

#A0AE47
(160,174,71)
#929F41
(146,159,65)
#84903B
(132,144,59)
#768135
(118,129,53)
#68722F
(104,114,47)
#5A6329
(90,99,41)
#4C5423
(76,84,35)
#3E451D
(62,69,29)
#303617
(48,54,23)
#222711
(34,39,17)
#14180B
(20,24,11)
#000000
(0,0,0)

Tints of #A0AE47

#A0AE47
(160,174,71)
#A8B557
(168,181,87)
#B0BC67
(176,188,103)
#B8C377
(184,195,119)
#C0CA87
(192,202,135)
#C8D197
(200,209,151)
#D0D8A7
(208,216,167)
#D8DFB7
(216,223,183)
#E0E6C7
(224,230,199)
#E8EDD7
(232,237,215)
#F0F4E7
(240,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0AE47 color. Also use rgb(160,174,71) instead hex code.

Text Font Color

.myTextColor { color: #A0AE47; }

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

This text font color is #A0AE47.


Background Color

.myBgColor { background-color: #A0AE47; }

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

This div background color is #A0AE47.


Border color

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

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

This div border color is #A0AE47.


Opacity

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

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

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

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

This text has shadow with #A0AE47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0AE47 on black background.


Color preview on white background

This text has color #A0AE47 on white background.



Black color preview on #A0AE47 background

This text has black color on #A0AE47 background.


White color preview on #A0AE47 background

This text has white color on #A0AE47 background.