COLOR #AE8A5C

HEX: #AE8A5C
RGB: (174,138,92)

Color info

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

RGB color model

#AE8A5C color RGB value is (174,138,92).

  • red value is 174;
  • green value is 138;
  • blue value is 92.
RGB:
(174,138,92)
(68%,54%,36%)

RGB channels and saturation

R 174 of 255 = 68%
G 138 of 255 = 54%
B 92 of 255 = 36%

174
138
92

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

Portions of RGB colors in percentages

R + G + B =
174 + 138 + 92 = 404 (100%)
R 174 of 404 ~ 43.07%
G 138 of 404 ~ 34.16%
B 92 of 404 ~ 22.77%

%43.07
%34.16
%22.77

CMYK color model

#AE8A5C color CMYK value is (0,21,47,32).

  • cyan value is 0.00%
  • magenta value is 20.69%
  • yellow value is 47.13%
  • key color value is 31.76%
CMYK:
(0,21,47,32)
C0M21Y47K32 
(0%,21%,47%,32%)
(0.00/0.21/0.47/0.32)	

CMYK percentages

%0
%20.69
%47.13
%31.76

Codes

Color #AE8A5C in popluar color models

AE8A5C
RGB17413892
HSL34°33.61%52.16%
HSB/HSV34°47.13%68.24%
CMYK0.00%20.69%47.13%
31.76%

Color #AE8A5C in popluar number systems.

HEXAE8A5C
Decimal17413892
Binary10101110100010101011100
Octal256212134

Shades and tints

Shades of #AE8A5C

#AE8A5C
(174,138,92)
#9F7E54
(159,126,84)
#90724C
(144,114,76)
#816644
(129,102,68)
#725A3C
(114,90,60)
#634E34
(99,78,52)
#54422C
(84,66,44)
#453624
(69,54,36)
#362A1C
(54,42,28)
#271E14
(39,30,20)
#18120C
(24,18,12)
#000000
(0,0,0)

Tints of #AE8A5C

#AE8A5C
(174,138,92)
#B5946A
(181,148,106)
#BC9E78
(188,158,120)
#C3A886
(195,168,134)
#CAB294
(202,178,148)
#D1BCA2
(209,188,162)
#D8C6B0
(216,198,176)
#DFD0BE
(223,208,190)
#E6DACC
(230,218,204)
#EDE4DA
(237,228,218)
#F4EEE8
(244,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8A5C color. Also use rgb(174,138,92) instead hex code.

Text Font Color

.myTextColor { color: #AE8A5C; }

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

This text font color is #AE8A5C.


Background Color

.myBgColor { background-color: #AE8A5C; }

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

This div background color is #AE8A5C.


Border color

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

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

This div border color is #AE8A5C.


Opacity

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

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

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

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

This text has shadow with #AE8A5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8A5C on black background.


Color preview on white background

This text has color #AE8A5C on white background.



Black color preview on #AE8A5C background

This text has black color on #AE8A5C background.


White color preview on #AE8A5C background

This text has white color on #AE8A5C background.