COLOR #AE8D55

HEX: #AE8D55 RGB: (174,141,85)

Color info

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

RGB color model

#AE8D55 color RGB value is (174,141,85).

RGB: (174,141,85) (68%, 55%, 33%)

RGB channels and saturation

R 174 of 255 = 68%
G 141 of 255 = 55%
B 85 of 255 = 33%

174
141
85

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

Portions of RGB colors in percentages

R + G + B = 174 + 141 + 85 = 400 (100%)
R 174 of 400 ~ 43.5%
G 141 of 400 ~ 35.25%
B 85 of 400 ~ 21.25'%

%43.5
%35.25
%21.25

CMYK color model

#AE8D55 color CMYK value is (0,19,51,32).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 51.15%
  • key color value is 31.76%

CMYK: (0,19,51,32)
C0M19Y51K32 (0%, 19%, 51%, 32%)
(0.00 / 0.19 / 0.51 / 0.32)

CMYK percentages

%0
%18.97
%51.15
%31.76

Codes

Color #AE8D55 in popluar color models

AE 8D 55
RGB 174 141 85
HSL 38° 35.46% 50.78%
HSB/HSV 38° 51.15% 68.24%
CMYK 0.00% 18.97% 51.15%
31.76%

Color #AE8D55 in popluar number systems.

HEX AE 8D 55
Decimal 174 141 85
Binary 10101110 10001101 1010101
Octal 256 215 125

Shades and tints

Shades of #AE8D55

#AE8D55
(174,141,85)
#9F814E
(159,129,78)
#907547
(144,117,71)
#816940
(129,105,64)
#725D39
(114,93,57)
#635132
(99,81,50)
#54452B
(84,69,43)
#453924
(69,57,36)
#362D1D
(54,45,29)
#272116
(39,33,22)
#18150F
(24,21,15)
#000000
(0,0,0)

Tints of #AE8D55

#AE8D55
(174,141,85)
#B59764
(181,151,100)
#BCA173
(188,161,115)
#C3AB82
(195,171,130)
#CAB591
(202,181,145)
#D1BFA0
(209,191,160)
#D8C9AF
(216,201,175)
#DFD3BE
(223,211,190)
#E6DDCD
(230,221,205)
#EDE7DC
(237,231,220)
#F4F1EB
(244,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8D55 color. Also use rgb(174,141,85) instead hex code.

Text Font Color

.myTextColor { color: #AE8D55; }

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

This text font color is #AE8D55.

Background Color

.myBgColor { background-color: #AE8D55; }

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

This div background color is #AE8D55.

Border color

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

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

This div border color is #AE8D55.

Opacity

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

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

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

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

This text has shadow with #AE8D55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE8D55.

Preview

Color preview on black background

This text has color #AE8D55 on black background.


Color preview on white background

This text has color #AE8D55 on white background.


Black color preview on #AE8D55 background

This text has black color on #AE8D55 background.


White color preview on #AE8D55 background

This text has white color on #AE8D55 background.


Related colors

Complementary color

Complementary color for #hex is #5172AA.


I love getcolorcode.com

Triadic colors

1 #55AE8D and #8D55AE with #AE8D55 are triadic colors.

2 #558DAE and #8DAE55 with #AE8D55 are triadic colors.