COLOR #AE9C84

HEX: #AE9C84
RGB: (174,156,132)

Color info

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

RGB color model

#AE9C84 color RGB value is (174,156,132).

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

RGB channels and saturation

R 174 of 255 = 68%
G 156 of 255 = 61%
B 132 of 255 = 52%

174
156
132

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

Portions of RGB colors in percentages

R + G + B =
174 + 156 + 132 = 462 (100%)
R 174 of 462 ~ 37.66%
G 156 of 462 ~ 33.77%
B 132 of 462 ~ 28.57%

%37.66
%33.77
%28.57

CMYK color model

#AE9C84 color CMYK value is (0,10,24,32).

  • cyan value is 0.00%
  • magenta value is 10.34%
  • yellow value is 24.14%
  • key color value is 31.76%
CMYK:
(0,10,24,32)
C0M10Y24K32 
(0%,10%,24%,32%)
(0.00/0.10/0.24/0.32)	

CMYK percentages

%0
%10.34
%24.14
%31.76

Codes

Color #AE9C84 in popluar color models

AE9C84
RGB174156132
HSL34°20.59%60.00%
HSB/HSV34°24.14%68.24%
CMYK0.00%10.34%24.14%
31.76%

Color #AE9C84 in popluar number systems.

HEXAE9C84
Decimal174156132
Binary101011101001110010000100
Octal256234204

Shades and tints

Shades of #AE9C84

#AE9C84
(174,156,132)
#9F8E78
(159,142,120)
#90806C
(144,128,108)
#817260
(129,114,96)
#726454
(114,100,84)
#635648
(99,86,72)
#54483C
(84,72,60)
#453A30
(69,58,48)
#362C24
(54,44,36)
#271E18
(39,30,24)
#18100C
(24,16,12)
#000000
(0,0,0)

Tints of #AE9C84

#AE9C84
(174,156,132)
#B5A58F
(181,165,143)
#BCAE9A
(188,174,154)
#C3B7A5
(195,183,165)
#CAC0B0
(202,192,176)
#D1C9BB
(209,201,187)
#D8D2C6
(216,210,198)
#DFDBD1
(223,219,209)
#E6E4DC
(230,228,220)
#EDEDE7
(237,237,231)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9C84; }

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

This text font color is #AE9C84.


Background Color

.myBgColor { background-color: #AE9C84; }

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

This div background color is #AE9C84.


Border color

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

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

This div border color is #AE9C84.


Opacity

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

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

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

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

This text has shadow with #AE9C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9C84 on black background.


Color preview on white background

This text has color #AE9C84 on white background.



Black color preview on #AE9C84 background

This text has black color on #AE9C84 background.


White color preview on #AE9C84 background

This text has white color on #AE9C84 background.