COLOR #AE8371

HEX: #AE8371
RGB: (174,131,113)

Color info

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

RGB color model

#AE8371 color RGB value is (174,131,113).

  • red value is 174;
  • green value is 131;
  • blue value is 113.
RGB:
(174,131,113)
(68%,51%,44%)

RGB channels and saturation

R 174 of 255 = 68%
G 131 of 255 = 51%
B 113 of 255 = 44%

174
131
113

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

Portions of RGB colors in percentages

R + G + B =
174 + 131 + 113 = 418 (100%)
R 174 of 418 ~ 41.63%
G 131 of 418 ~ 31.34%
B 113 of 418 ~ 27.03%

%41.63
%31.34
%27.03

CMYK color model

#AE8371 color CMYK value is (0,25,35,32).

  • cyan value is 0.00%
  • magenta value is 24.71%
  • yellow value is 35.06%
  • key color value is 31.76%
CMYK:
(0,25,35,32)
C0M25Y35K32 
(0%,25%,35%,32%)
(0.00/0.25/0.35/0.32)	

CMYK percentages

%0
%24.71
%35.06
%31.76

Codes

Color #AE8371 in popluar color models

AE8371
RGB174131113
HSL18°27.35%56.27%
HSB/HSV18°35.06%68.24%
CMYK0.00%24.71%35.06%
31.76%

Color #AE8371 in popluar number systems.

HEXAE8371
Decimal174131113
Binary10101110100000111110001
Octal256203161

Shades and tints

Shades of #AE8371

#AE8371
(174,131,113)
#9F7867
(159,120,103)
#906D5D
(144,109,93)
#816253
(129,98,83)
#725749
(114,87,73)
#634C3F
(99,76,63)
#544135
(84,65,53)
#45362B
(69,54,43)
#362B21
(54,43,33)
#272017
(39,32,23)
#18150D
(24,21,13)
#000000
(0,0,0)

Tints of #AE8371

#AE8371
(174,131,113)
#B58E7D
(181,142,125)
#BC9989
(188,153,137)
#C3A495
(195,164,149)
#CAAFA1
(202,175,161)
#D1BAAD
(209,186,173)
#D8C5B9
(216,197,185)
#DFD0C5
(223,208,197)
#E6DBD1
(230,219,209)
#EDE6DD
(237,230,221)
#F4F1E9
(244,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8371 color. Also use rgb(174,131,113) instead hex code.

Text Font Color

.myTextColor { color: #AE8371; }

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

This text font color is #AE8371.


Background Color

.myBgColor { background-color: #AE8371; }

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

This div background color is #AE8371.


Border color

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

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

This div border color is #AE8371.


Opacity

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

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

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

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

This text has shadow with #AE8371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8371 on black background.


Color preview on white background

This text has color #AE8371 on white background.



Black color preview on #AE8371 background

This text has black color on #AE8371 background.


White color preview on #AE8371 background

This text has white color on #AE8371 background.