COLOR #AE954E

HEX: #AE954E
RGB: (174,149,78)

Color info

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

RGB color model

#AE954E color RGB value is (174,149,78).

  • red value is 174;
  • green value is 149;
  • blue value is 78.
RGB:
(174,149,78)
(68%,58%,31%)

RGB channels and saturation

R 174 of 255 = 68%
G 149 of 255 = 58%
B 78 of 255 = 31%

174
149
78

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

Portions of RGB colors in percentages

R + G + B =
174 + 149 + 78 = 401 (100%)
R 174 of 401 ~ 43.39%
G 149 of 401 ~ 37.16%
B 78 of 401 ~ 19.45%

%43.39
%37.16
%19.45

CMYK color model

#AE954E color CMYK value is (0,14,55,32).

  • cyan value is 0.00%
  • magenta value is 14.37%
  • yellow value is 55.17%
  • key color value is 31.76%
CMYK:
(0,14,55,32)
C0M14Y55K32 
(0%,14%,55%,32%)
(0.00/0.14/0.55/0.32)	

CMYK percentages

%0
%14.37
%55.17
%31.76

Codes

Color #AE954E in popluar color models

AE954E
RGB17414978
HSL44°38.10%49.41%
HSB/HSV44°55.17%68.24%
CMYK0.00%14.37%55.17%
31.76%

Color #AE954E in popluar number systems.

HEXAE954E
Decimal17414978
Binary10101110100101011001110
Octal256225116

Shades and tints

Shades of #AE954E

#AE954E
(174,149,78)
#9F8847
(159,136,71)
#907B40
(144,123,64)
#816E39
(129,110,57)
#726132
(114,97,50)
#63542B
(99,84,43)
#544724
(84,71,36)
#453A1D
(69,58,29)
#362D16
(54,45,22)
#27200F
(39,32,15)
#181308
(24,19,8)
#000000
(0,0,0)

Tints of #AE954E

#AE954E
(174,149,78)
#B59E5E
(181,158,94)
#BCA76E
(188,167,110)
#C3B07E
(195,176,126)
#CAB98E
(202,185,142)
#D1C29E
(209,194,158)
#D8CBAE
(216,203,174)
#DFD4BE
(223,212,190)
#E6DDCE
(230,221,206)
#EDE6DE
(237,230,222)
#F4EFEE
(244,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE954E color. Also use rgb(174,149,78) instead hex code.

Text Font Color

.myTextColor { color: #AE954E; }

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

This text font color is #AE954E.


Background Color

.myBgColor { background-color: #AE954E; }

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

This div background color is #AE954E.


Border color

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

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

This div border color is #AE954E.


Opacity

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

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

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

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

This text has shadow with #AE954E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE954E on black background.


Color preview on white background

This text has color #AE954E on white background.



Black color preview on #AE954E background

This text has black color on #AE954E background.


White color preview on #AE954E background

This text has white color on #AE954E background.