COLOR #AE9340

HEX: #AE9340
RGB: (174,147,64)

Color info

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

RGB color model

#AE9340 color RGB value is (174,147,64).

  • red value is 174;
  • green value is 147;
  • blue value is 64.
RGB:
(174,147,64)
(68%,58%,25%)

RGB channels and saturation

R 174 of 255 = 68%
G 147 of 255 = 58%
B 64 of 255 = 25%

174
147
64

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

Portions of RGB colors in percentages

R + G + B =
174 + 147 + 64 = 385 (100%)
R 174 of 385 ~ 45.19%
G 147 of 385 ~ 38.18%
B 64 of 385 ~ 16.62%

%45.19
%38.18
%16.62

CMYK color model

#AE9340 color CMYK value is (0,16,63,32).

  • cyan value is 0.00%
  • magenta value is 15.52%
  • yellow value is 63.22%
  • key color value is 31.76%
CMYK:
(0,16,63,32)
C0M16Y63K32 
(0%,16%,63%,32%)
(0.00/0.16/0.63/0.32)	

CMYK percentages

%0
%15.52
%63.22
%31.76

Codes

Color #AE9340 in popluar color models

AE9340
RGB17414764
HSL45°46.22%46.67%
HSB/HSV45°63.22%68.24%
CMYK0.00%15.52%63.22%
31.76%

Color #AE9340 in popluar number systems.

HEXAE9340
Decimal17414764
Binary10101110100100111000000
Octal256223100

Shades and tints

Shades of #AE9340

#AE9340
(174,147,64)
#9F863B
(159,134,59)
#907936
(144,121,54)
#816C31
(129,108,49)
#725F2C
(114,95,44)
#635227
(99,82,39)
#544522
(84,69,34)
#45381D
(69,56,29)
#362B18
(54,43,24)
#271E13
(39,30,19)
#18110E
(24,17,14)
#000000
(0,0,0)

Tints of #AE9340

#AE9340
(174,147,64)
#B59C51
(181,156,81)
#BCA562
(188,165,98)
#C3AE73
(195,174,115)
#CAB784
(202,183,132)
#D1C095
(209,192,149)
#D8C9A6
(216,201,166)
#DFD2B7
(223,210,183)
#E6DBC8
(230,219,200)
#EDE4D9
(237,228,217)
#F4EDEA
(244,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE9340 color. Also use rgb(174,147,64) instead hex code.

Text Font Color

.myTextColor { color: #AE9340; }

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

This text font color is #AE9340.


Background Color

.myBgColor { background-color: #AE9340; }

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

This div background color is #AE9340.


Border color

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

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

This div border color is #AE9340.


Opacity

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

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

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

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

This text has shadow with #AE9340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9340 on black background.


Color preview on white background

This text has color #AE9340 on white background.



Black color preview on #AE9340 background

This text has black color on #AE9340 background.


White color preview on #AE9340 background

This text has white color on #AE9340 background.