COLOR #AE8C6B

HEX: #AE8C6B
RGB: (174,140,107)

Color info

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

RGB color model

#AE8C6B color RGB value is (174,140,107).

  • red value is 174;
  • green value is 140;
  • blue value is 107.
RGB:
(174,140,107)
(68%,55%,42%)

RGB channels and saturation

R 174 of 255 = 68%
G 140 of 255 = 55%
B 107 of 255 = 42%

174
140
107

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

Portions of RGB colors in percentages

R + G + B =
174 + 140 + 107 = 421 (100%)
R 174 of 421 ~ 41.33%
G 140 of 421 ~ 33.25%
B 107 of 421 ~ 25.42%

%41.33
%33.25
%25.42

CMYK color model

#AE8C6B color CMYK value is (0,20,39,32).

  • cyan value is 0.00%
  • magenta value is 19.54%
  • yellow value is 38.51%
  • key color value is 31.76%
CMYK:
(0,20,39,32)
C0M20Y39K32 
(0%,20%,39%,32%)
(0.00/0.20/0.39/0.32)	

CMYK percentages

%0
%19.54
%38.51
%31.76

Codes

Color #AE8C6B in popluar color models

AE8C6B
RGB174140107
HSL30°29.26%55.10%
HSB/HSV30°38.51%68.24%
CMYK0.00%19.54%38.51%
31.76%

Color #AE8C6B in popluar number systems.

HEXAE8C6B
Decimal174140107
Binary10101110100011001101011
Octal256214153

Shades and tints

Shades of #AE8C6B

#AE8C6B
(174,140,107)
#9F8062
(159,128,98)
#907459
(144,116,89)
#816850
(129,104,80)
#725C47
(114,92,71)
#63503E
(99,80,62)
#544435
(84,68,53)
#45382C
(69,56,44)
#362C23
(54,44,35)
#27201A
(39,32,26)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #AE8C6B

#AE8C6B
(174,140,107)
#B59678
(181,150,120)
#BCA085
(188,160,133)
#C3AA92
(195,170,146)
#CAB49F
(202,180,159)
#D1BEAC
(209,190,172)
#D8C8B9
(216,200,185)
#DFD2C6
(223,210,198)
#E6DCD3
(230,220,211)
#EDE6E0
(237,230,224)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8C6B color. Also use rgb(174,140,107) instead hex code.

Text Font Color

.myTextColor { color: #AE8C6B; }

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

This text font color is #AE8C6B.


Background Color

.myBgColor { background-color: #AE8C6B; }

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

This div background color is #AE8C6B.


Border color

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

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

This div border color is #AE8C6B.


Opacity

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

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

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

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

This text has shadow with #AE8C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8C6B on black background.


Color preview on white background

This text has color #AE8C6B on white background.



Black color preview on #AE8C6B background

This text has black color on #AE8C6B background.


White color preview on #AE8C6B background

This text has white color on #AE8C6B background.