COLOR #AE8D84

HEX: #AE8D84
RGB: (174,141,132)

Color info

#AE8D84 contains red, green and blue colors in about the same proportion. Web safe color of #AE8D84 is #999999 (or #999).

RGB color model

#AE8D84 color RGB value is (174,141,132).

  • red value is 174;
  • green value is 141;
  • blue value is 132.
RGB:
(174,141,132)
(68%,55%,52%)

RGB channels and saturation

R 174 of 255 = 68%
G 141 of 255 = 55%
B 132 of 255 = 52%

174
141
132

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

Portions of RGB colors in percentages

R + G + B =
174 + 141 + 132 = 447 (100%)
R 174 of 447 ~ 38.93%
G 141 of 447 ~ 31.54%
B 132 of 447 ~ 29.53%

%38.93
%31.54
%29.53

CMYK color model

#AE8D84 color CMYK value is (0,19,24,32).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 24.14%
  • key color value is 31.76%
CMYK:
(0,19,24,32)
C0M19Y24K32 
(0%,19%,24%,32%)
(0.00/0.19/0.24/0.32)	

CMYK percentages

%0
%18.97
%24.14
%31.76

Codes

Color #AE8D84 in popluar color models

AE8D84
RGB174141132
HSL13°20.59%60.00%
HSB/HSV13°24.14%68.24%
CMYK0.00%18.97%24.14%
31.76%

Color #AE8D84 in popluar number systems.

HEXAE8D84
Decimal174141132
Binary101011101000110110000100
Octal256215204

Shades and tints

Shades of #AE8D84

#AE8D84
(174,141,132)
#9F8178
(159,129,120)
#90756C
(144,117,108)
#816960
(129,105,96)
#725D54
(114,93,84)
#635148
(99,81,72)
#54453C
(84,69,60)
#453930
(69,57,48)
#362D24
(54,45,36)
#272118
(39,33,24)
#18150C
(24,21,12)
#000000
(0,0,0)

Tints of #AE8D84

#AE8D84
(174,141,132)
#B5978F
(181,151,143)
#BCA19A
(188,161,154)
#C3ABA5
(195,171,165)
#CAB5B0
(202,181,176)
#D1BFBB
(209,191,187)
#D8C9C6
(216,201,198)
#DFD3D1
(223,211,209)
#E6DDDC
(230,221,220)
#EDE7E7
(237,231,231)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8D84 color. Also use rgb(174,141,132) instead hex code.

Text Font Color

.myTextColor { color: #AE8D84; }

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

This text font color is #AE8D84.


Background Color

.myBgColor { background-color: #AE8D84; }

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

This div background color is #AE8D84.


Border color

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

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

This div border color is #AE8D84.


Opacity

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

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

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

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

This text has shadow with #AE8D84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8D84 on black background.


Color preview on white background

This text has color #AE8D84 on white background.



Black color preview on #AE8D84 background

This text has black color on #AE8D84 background.


White color preview on #AE8D84 background

This text has white color on #AE8D84 background.