COLOR #AE9386

HEX: #AE9386
RGB: (174,147,134)

Color info

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

RGB color model

#AE9386 color RGB value is (174,147,134).

  • red value is 174;
  • green value is 147;
  • blue value is 134.
RGB:
(174,147,134)
(68%,58%,53%)

RGB channels and saturation

R 174 of 255 = 68%
G 147 of 255 = 58%
B 134 of 255 = 53%

174
147
134

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

Portions of RGB colors in percentages

R + G + B =
174 + 147 + 134 = 455 (100%)
R 174 of 455 ~ 38.24%
G 147 of 455 ~ 32.31%
B 134 of 455 ~ 29.45%

%38.24
%32.31
%29.45

CMYK color model

#AE9386 color CMYK value is (0,16,23,32).

  • cyan value is 0.00%
  • magenta value is 15.52%
  • yellow value is 22.99%
  • key color value is 31.76%
CMYK:
(0,16,23,32)
C0M16Y23K32 
(0%,16%,23%,32%)
(0.00/0.16/0.23/0.32)	

CMYK percentages

%0
%15.52
%22.99
%31.76

Codes

Color #AE9386 in popluar color models

AE9386
RGB174147134
HSL20°19.80%60.39%
HSB/HSV20°22.99%68.24%
CMYK0.00%15.52%22.99%
31.76%

Color #AE9386 in popluar number systems.

HEXAE9386
Decimal174147134
Binary101011101001001110000110
Octal256223206

Shades and tints

Shades of #AE9386

#AE9386
(174,147,134)
#9F867A
(159,134,122)
#90796E
(144,121,110)
#816C62
(129,108,98)
#725F56
(114,95,86)
#63524A
(99,82,74)
#54453E
(84,69,62)
#453832
(69,56,50)
#362B26
(54,43,38)
#271E1A
(39,30,26)
#18110E
(24,17,14)
#000000
(0,0,0)

Tints of #AE9386

#AE9386
(174,147,134)
#B59C91
(181,156,145)
#BCA59C
(188,165,156)
#C3AEA7
(195,174,167)
#CAB7B2
(202,183,178)
#D1C0BD
(209,192,189)
#D8C9C8
(216,201,200)
#DFD2D3
(223,210,211)
#E6DBDE
(230,219,222)
#EDE4E9
(237,228,233)
#F4EDF4
(244,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE9386 color. Also use rgb(174,147,134) instead hex code.

Text Font Color

.myTextColor { color: #AE9386; }

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

This text font color is #AE9386.


Background Color

.myBgColor { background-color: #AE9386; }

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

This div background color is #AE9386.


Border color

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

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

This div border color is #AE9386.


Opacity

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

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

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

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

This text has shadow with #AE9386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9386 on black background.


Color preview on white background

This text has color #AE9386 on white background.



Black color preview on #AE9386 background

This text has black color on #AE9386 background.


White color preview on #AE9386 background

This text has white color on #AE9386 background.