COLOR #AE9459

HEX: #AE9459
RGB: (174,148,89)

Color info

#AE9459 contains mainly red and green colors. Web safe color of #AE9459 is #999966 (or #996).

RGB color model

#AE9459 color RGB value is (174,148,89).

  • red value is 174;
  • green value is 148;
  • blue value is 89.
RGB:
(174,148,89)
(68%,58%,35%)

RGB channels and saturation

R 174 of 255 = 68%
G 148 of 255 = 58%
B 89 of 255 = 35%

174
148
89

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

Portions of RGB colors in percentages

R + G + B =
174 + 148 + 89 = 411 (100%)
R 174 of 411 ~ 42.34%
G 148 of 411 ~ 36.01%
B 89 of 411 ~ 21.65%

%42.34
%36.01
%21.65

CMYK color model

#AE9459 color CMYK value is (0,15,49,32).

  • cyan value is 0.00%
  • magenta value is 14.94%
  • yellow value is 48.85%
  • key color value is 31.76%
CMYK:
(0,15,49,32)
C0M15Y49K32 
(0%,15%,49%,32%)
(0.00/0.15/0.49/0.32)	

CMYK percentages

%0
%14.94
%48.85
%31.76

Codes

Color #AE9459 in popluar color models

AE9459
RGB17414889
HSL42°34.41%51.57%
HSB/HSV42°48.85%68.24%
CMYK0.00%14.94%48.85%
31.76%

Color #AE9459 in popluar number systems.

HEXAE9459
Decimal17414889
Binary10101110100101001011001
Octal256224131

Shades and tints

Shades of #AE9459

#AE9459
(174,148,89)
#9F8751
(159,135,81)
#907A49
(144,122,73)
#816D41
(129,109,65)
#726039
(114,96,57)
#635331
(99,83,49)
#544629
(84,70,41)
#453921
(69,57,33)
#362C19
(54,44,25)
#271F11
(39,31,17)
#181209
(24,18,9)
#000000
(0,0,0)

Tints of #AE9459

#AE9459
(174,148,89)
#B59D68
(181,157,104)
#BCA677
(188,166,119)
#C3AF86
(195,175,134)
#CAB895
(202,184,149)
#D1C1A4
(209,193,164)
#D8CAB3
(216,202,179)
#DFD3C2
(223,211,194)
#E6DCD1
(230,220,209)
#EDE5E0
(237,229,224)
#F4EEEF
(244,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE9459 color. Also use rgb(174,148,89) instead hex code.

Text Font Color

.myTextColor { color: #AE9459; }

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

This text font color is #AE9459.


Background Color

.myBgColor { background-color: #AE9459; }

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

This div background color is #AE9459.


Border color

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

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

This div border color is #AE9459.


Opacity

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

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

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

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

This text has shadow with #AE9459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9459 on black background.


Color preview on white background

This text has color #AE9459 on white background.



Black color preview on #AE9459 background

This text has black color on #AE9459 background.


White color preview on #AE9459 background

This text has white color on #AE9459 background.