COLOR #AE5047

HEX: #AE5047
RGB: (174,80,71)

Color info

#AE5047 contains mainly red color. Web safe color of #AE5047 is #996633 (or #963).

RGB color model

#AE5047 color RGB value is (174,80,71).

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

RGB channels and saturation

R 174 of 255 = 68%
G 80 of 255 = 31%
B 71 of 255 = 28%

174
80
71

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

Portions of RGB colors in percentages

R + G + B =
174 + 80 + 71 = 325 (100%)
R 174 of 325 ~ 53.54%
G 80 of 325 ~ 24.62%
B 71 of 325 ~ 21.85%

%53.54
%24.62
%21.85

CMYK color model

#AE5047 color CMYK value is (0,54,59,32).

  • cyan value is 0.00%
  • magenta value is 54.02%
  • yellow value is 59.20%
  • key color value is 31.76%
CMYK:
(0,54,59,32)
C0M54Y59K32 
(0%,54%,59%,32%)
(0.00/0.54/0.59/0.32)	

CMYK percentages

%0
%54.02
%59.2
%31.76

Codes

Color #AE5047 in popluar color models

AE5047
RGB1748071
HSL42.04%48.04%
HSB/HSV59.20%68.24%
CMYK0.00%54.02%59.20%
31.76%

Color #AE5047 in popluar number systems.

HEXAE5047
Decimal1748071
Binary1010111010100001000111
Octal256120107

Shades and tints

Shades of #AE5047

#AE5047
(174,80,71)
#9F4941
(159,73,65)
#90423B
(144,66,59)
#813B35
(129,59,53)
#72342F
(114,52,47)
#632D29
(99,45,41)
#542623
(84,38,35)
#451F1D
(69,31,29)
#361817
(54,24,23)
#271111
(39,17,17)
#180A0B
(24,10,11)
#000000
(0,0,0)

Tints of #AE5047

#AE5047
(174,80,71)
#B55F57
(181,95,87)
#BC6E67
(188,110,103)
#C37D77
(195,125,119)
#CA8C87
(202,140,135)
#D19B97
(209,155,151)
#D8AAA7
(216,170,167)
#DFB9B7
(223,185,183)
#E6C8C7
(230,200,199)
#EDD7D7
(237,215,215)
#F4E6E7
(244,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE5047; }

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

This text font color is #AE5047.


Background Color

.myBgColor { background-color: #AE5047; }

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

This div background color is #AE5047.


Border color

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

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

This div border color is #AE5047.


Opacity

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

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

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

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

This text has shadow with #AE5047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE5047 on black background.


Color preview on white background

This text has color #AE5047 on white background.



Black color preview on #AE5047 background

This text has black color on #AE5047 background.


White color preview on #AE5047 background

This text has white color on #AE5047 background.