COLOR #AE8E7B

HEX: #AE8E7B
RGB: (174,142,123)

Color info

#AE8E7B contains red, green and blue colors in about the same proportion. Web safe color of #AE8E7B is #999966 (or #996).

RGB color model

#AE8E7B color RGB value is (174,142,123).

  • red value is 174;
  • green value is 142;
  • blue value is 123.
RGB:
(174,142,123)
(68%,56%,48%)

RGB channels and saturation

R 174 of 255 = 68%
G 142 of 255 = 56%
B 123 of 255 = 48%

174
142
123

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

Portions of RGB colors in percentages

R + G + B =
174 + 142 + 123 = 439 (100%)
R 174 of 439 ~ 39.64%
G 142 of 439 ~ 32.35%
B 123 of 439 ~ 28.02%

%39.64
%32.35
%28.02

CMYK color model

#AE8E7B color CMYK value is (0,18,29,32).

  • cyan value is 0.00%
  • magenta value is 18.39%
  • yellow value is 29.31%
  • key color value is 31.76%
CMYK:
(0,18,29,32)
C0M18Y29K32 
(0%,18%,29%,32%)
(0.00/0.18/0.29/0.32)	

CMYK percentages

%0
%18.39
%29.31
%31.76

Codes

Color #AE8E7B in popluar color models

AE8E7B
RGB174142123
HSL22°23.94%58.24%
HSB/HSV22°29.31%68.24%
CMYK0.00%18.39%29.31%
31.76%

Color #AE8E7B in popluar number systems.

HEXAE8E7B
Decimal174142123
Binary10101110100011101111011
Octal256216173

Shades and tints

Shades of #AE8E7B

#AE8E7B
(174,142,123)
#9F8270
(159,130,112)
#907665
(144,118,101)
#816A5A
(129,106,90)
#725E4F
(114,94,79)
#635244
(99,82,68)
#544639
(84,70,57)
#453A2E
(69,58,46)
#362E23
(54,46,35)
#272218
(39,34,24)
#18160D
(24,22,13)
#000000
(0,0,0)

Tints of #AE8E7B

#AE8E7B
(174,142,123)
#B59887
(181,152,135)
#BCA293
(188,162,147)
#C3AC9F
(195,172,159)
#CAB6AB
(202,182,171)
#D1C0B7
(209,192,183)
#D8CAC3
(216,202,195)
#DFD4CF
(223,212,207)
#E6DEDB
(230,222,219)
#EDE8E7
(237,232,231)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8E7B; }

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

This text font color is #AE8E7B.


Background Color

.myBgColor { background-color: #AE8E7B; }

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

This div background color is #AE8E7B.


Border color

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

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

This div border color is #AE8E7B.


Opacity

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

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

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

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

This text has shadow with #AE8E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8E7B on black background.


Color preview on white background

This text has color #AE8E7B on white background.



Black color preview on #AE8E7B background

This text has black color on #AE8E7B background.


White color preview on #AE8E7B background

This text has white color on #AE8E7B background.