COLOR #AE8547

HEX: #AE8547 RGB: (174,133,71)

Color info

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

RGB color model

#AE8547 color RGB value is (174,133,71).

RGB: (174,133,71) (68%, 52%, 28%)

RGB channels and saturation

R 174 of 255 = 68%
G 133 of 255 = 52%
B 71 of 255 = 28%

174
133
71

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

Portions of RGB colors in percentages

R + G + B = 174 + 133 + 71 = 378 (100%)
R 174 of 378 ~ 46.03%
G 133 of 378 ~ 35.19%
B 71 of 378 ~ 18.78'%

%46.03
%35.19
%18.78

CMYK color model

#AE8547 color CMYK value is (0,24,59,32).

  • cyan value is 0.00%
  • magenta value is 23.56%
  • yellow value is 59.20%
  • key color value is 31.76%

CMYK: (0,24,59,32)
C0M24Y59K32 (0%, 24%, 59%, 32%)
(0.00 / 0.24 / 0.59 / 0.32)

CMYK percentages

%0
%23.56
%59.2
%31.76

Codes

Color #AE8547 in popluar color models

AE 85 47
RGB 174 133 71
HSL 36° 42.04% 48.04%
HSB/HSV 36° 59.20% 68.24%
CMYK 0.00% 23.56% 59.20%
31.76%

Color #AE8547 in popluar number systems.

HEX AE 85 47
Decimal 174 133 71
Binary 10101110 10000101 1000111
Octal 256 205 107

Shades and tints

Shades of #AE8547

#AE8547
(174,133,71)
#9F7941
(159,121,65)
#906D3B
(144,109,59)
#816135
(129,97,53)
#72552F
(114,85,47)
#634929
(99,73,41)
#543D23
(84,61,35)
#45311D
(69,49,29)
#362517
(54,37,23)
#271911
(39,25,17)
#180D0B
(24,13,11)
#000000
(0,0,0)

Tints of #AE8547

#AE8547
(174,133,71)
#B59057
(181,144,87)
#BC9B67
(188,155,103)
#C3A677
(195,166,119)
#CAB187
(202,177,135)
#D1BC97
(209,188,151)
#D8C7A7
(216,199,167)
#DFD2B7
(223,210,183)
#E6DDC7
(230,221,199)
#EDE8D7
(237,232,215)
#F4F3E7
(244,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8547; }

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

This text font color is #AE8547.

Background Color

.myBgColor { background-color: #AE8547; }

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

This div background color is #AE8547.

Border color

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

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

This div border color is #AE8547.

Opacity

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

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

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

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

This text has shadow with #AE8547 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE8547.

Preview

Color preview on black background

This text has color #AE8547 on black background.


Color preview on white background

This text has color #AE8547 on white background.


Black color preview on #AE8547 background

This text has black color on #AE8547 background.


White color preview on #AE8547 background

This text has white color on #AE8547 background.


Related colors

Complementary color

Complementary color for #hex is #517AB8.


I love getcolorcode.com

Triadic colors

1 #47AE85 and #8547AE with #AE8547 are triadic colors.

2 #4785AE and #85AE47 with #AE8547 are triadic colors.