COLOR #AE8E5D

HEX: #AE8E5D RGB: (174,142,93)

Color info

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

RGB color model

#AE8E5D color RGB value is (174,142,93).

RGB: (174,142,93) (68%, 56%, 36%)

RGB channels and saturation

R 174 of 255 = 68%
G 142 of 255 = 56%
B 93 of 255 = 36%

174
142
93

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

Portions of RGB colors in percentages

R + G + B = 174 + 142 + 93 = 409 (100%)
R 174 of 409 ~ 42.54%
G 142 of 409 ~ 34.72%
B 93 of 409 ~ 22.74'%

%42.54
%34.72
%22.74

CMYK color model

#AE8E5D color CMYK value is (0,18,47,32).

  • cyan value is 0.00%
  • magenta value is 18.39%
  • yellow value is 46.55%
  • key color value is 31.76%

CMYK: (0,18,47,32)
C0M18Y47K32 (0%, 18%, 47%, 32%)
(0.00 / 0.18 / 0.47 / 0.32)

CMYK percentages

%0
%18.39
%46.55
%31.76

Codes

Color #AE8E5D in popluar color models

AE 8E 5D
RGB 174 142 93
HSL 36° 33.33% 52.35%
HSB/HSV 36° 46.55% 68.24%
CMYK 0.00% 18.39% 46.55%
31.76%

Color #AE8E5D in popluar number systems.

HEX AE 8E 5D
Decimal 174 142 93
Binary 10101110 10001110 1011101
Octal 256 216 135

Shades and tints

Shades of #AE8E5D

#AE8E5D
(174,142,93)
#9F8255
(159,130,85)
#90764D
(144,118,77)
#816A45
(129,106,69)
#725E3D
(114,94,61)
#635235
(99,82,53)
#54462D
(84,70,45)
#453A25
(69,58,37)
#362E1D
(54,46,29)
#272215
(39,34,21)
#18160D
(24,22,13)
#000000
(0,0,0)

Tints of #AE8E5D

#AE8E5D
(174,142,93)
#B5986B
(181,152,107)
#BCA279
(188,162,121)
#C3AC87
(195,172,135)
#CAB695
(202,182,149)
#D1C0A3
(209,192,163)
#D8CAB1
(216,202,177)
#DFD4BF
(223,212,191)
#E6DECD
(230,222,205)
#EDE8DB
(237,232,219)
#F4F2E9
(244,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8E5D color. Also use rgb(174,142,93) instead hex code.

Text Font Color

.myTextColor { color: #AE8E5D; }

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

This text font color is #AE8E5D.

Background Color

.myBgColor { background-color: #AE8E5D; }

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

This div background color is #AE8E5D.

Border color

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

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

This div border color is #AE8E5D.

Opacity

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

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

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

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

This text has shadow with #AE8E5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE8E5D.

Preview

Color preview on black background

This text has color #AE8E5D on black background.


Color preview on white background

This text has color #AE8E5D on white background.


Black color preview on #AE8E5D background

This text has black color on #AE8E5D background.


White color preview on #AE8E5D background

This text has white color on #AE8E5D background.


Related colors

Complementary color

Complementary color for #hex is #5171A2.


I love getcolorcode.com

Triadic colors

1 #5DAE8E and #8E5DAE with #AE8E5D are triadic colors.

2 #5D8EAE and #8EAE5D with #AE8E5D are triadic colors.