COLOR #AE8C70

HEX: #AE8C70
RGB: (174,140,112)

Color info

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

RGB color model

#AE8C70 color RGB value is (174,140,112).

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

RGB channels and saturation

R 174 of 255 = 68%
G 140 of 255 = 55%
B 112 of 255 = 44%

174
140
112

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

Portions of RGB colors in percentages

R + G + B =
174 + 140 + 112 = 426 (100%)
R 174 of 426 ~ 40.85%
G 140 of 426 ~ 32.86%
B 112 of 426 ~ 26.29%

%40.85
%32.86
%26.29

CMYK color model

#AE8C70 color CMYK value is (0,20,36,32).

  • cyan value is 0.00%
  • magenta value is 19.54%
  • yellow value is 35.63%
  • key color value is 31.76%
CMYK:
(0,20,36,32)
C0M20Y36K32 
(0%,20%,36%,32%)
(0.00/0.20/0.36/0.32)	

CMYK percentages

%0
%19.54
%35.63
%31.76

Codes

Color #AE8C70 in popluar color models

AE8C70
RGB174140112
HSL27°27.68%56.08%
HSB/HSV27°35.63%68.24%
CMYK0.00%19.54%35.63%
31.76%

Color #AE8C70 in popluar number systems.

HEXAE8C70
Decimal174140112
Binary10101110100011001110000
Octal256214160

Shades and tints

Shades of #AE8C70

#AE8C70
(174,140,112)
#9F8066
(159,128,102)
#90745C
(144,116,92)
#816852
(129,104,82)
#725C48
(114,92,72)
#63503E
(99,80,62)
#544434
(84,68,52)
#45382A
(69,56,42)
#362C20
(54,44,32)
#272016
(39,32,22)
#18140C
(24,20,12)
#000000
(0,0,0)

Tints of #AE8C70

#AE8C70
(174,140,112)
#B5967D
(181,150,125)
#BCA08A
(188,160,138)
#C3AA97
(195,170,151)
#CAB4A4
(202,180,164)
#D1BEB1
(209,190,177)
#D8C8BE
(216,200,190)
#DFD2CB
(223,210,203)
#E6DCD8
(230,220,216)
#EDE6E5
(237,230,229)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8C70; }

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

This text font color is #AE8C70.


Background Color

.myBgColor { background-color: #AE8C70; }

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

This div background color is #AE8C70.


Border color

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

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

This div border color is #AE8C70.


Opacity

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

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

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

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

This text has shadow with #AE8C70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8C70 on black background.


Color preview on white background

This text has color #AE8C70 on white background.



Black color preview on #AE8C70 background

This text has black color on #AE8C70 background.


White color preview on #AE8C70 background

This text has white color on #AE8C70 background.