COLOR #AE9115

HEX: #AE9115
RGB: (174,145,21)

Color info

#AE9115 contains mainly red and green colors. Web safe color of #AE9115 is #999900 (or #990).

RGB color model

#AE9115 color RGB value is (174,145,21).

  • red value is 174;
  • green value is 145;
  • blue value is 21.
RGB:
(174,145,21)
(68%,57%,8%)

RGB channels and saturation

R 174 of 255 = 68%
G 145 of 255 = 57%
B 21 of 255 = 8%

174
145
21

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

Portions of RGB colors in percentages

R + G + B =
174 + 145 + 21 = 340 (100%)
R 174 of 340 ~ 51.18%
G 145 of 340 ~ 42.65%
B 21 of 340 ~ 6.18%

%51.18
%42.65

CMYK color model

#AE9115 color CMYK value is (0,17,88,32).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 87.93%
  • key color value is 31.76%
CMYK:
(0,17,88,32)
C0M17Y88K32 
(0%,17%,88%,32%)
(0.00/0.17/0.88/0.32)	

CMYK percentages

%0
%16.67
%87.93
%31.76

Codes

Color #AE9115 in popluar color models

AE9115
RGB17414521
HSL49°78.46%38.24%
HSB/HSV49°87.93%68.24%
CMYK0.00%16.67%87.93%
31.76%

Color #AE9115 in popluar number systems.

HEXAE9115
Decimal17414521
Binary101011101001000110101
Octal25622125

Shades and tints

Shades of #AE9115

#AE9115
(174,145,21)
#9F8414
(159,132,20)
#907713
(144,119,19)
#816A12
(129,106,18)
#725D11
(114,93,17)
#635010
(99,80,16)
#54430F
(84,67,15)
#45360E
(69,54,14)
#36290D
(54,41,13)
#271C0C
(39,28,12)
#180F0B
(24,15,11)
#000000
(0,0,0)

Tints of #AE9115

#AE9115
(174,145,21)
#B59B2A
(181,155,42)
#BCA53F
(188,165,63)
#C3AF54
(195,175,84)
#CAB969
(202,185,105)
#D1C37E
(209,195,126)
#D8CD93
(216,205,147)
#DFD7A8
(223,215,168)
#E6E1BD
(230,225,189)
#EDEBD2
(237,235,210)
#F4F5E7
(244,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE9115 color. Also use rgb(174,145,21) instead hex code.

Text Font Color

.myTextColor { color: #AE9115; }

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

This text font color is #AE9115.


Background Color

.myBgColor { background-color: #AE9115; }

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

This div background color is #AE9115.


Border color

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

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

This div border color is #AE9115.


Opacity

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

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

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

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

This text has shadow with #AE9115 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9115 on black background.


Color preview on white background

This text has color #AE9115 on white background.



Black color preview on #AE9115 background

This text has black color on #AE9115 background.


White color preview on #AE9115 background

This text has white color on #AE9115 background.