COLOR #AE9787

HEX: #AE9787
RGB: (174,151,135)

Color info

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

RGB color model

#AE9787 color RGB value is (174,151,135).

  • red value is 174;
  • green value is 151;
  • blue value is 135.
RGB:
(174,151,135)
(68%,59%,53%)

RGB channels and saturation

R 174 of 255 = 68%
G 151 of 255 = 59%
B 135 of 255 = 53%

174
151
135

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

Portions of RGB colors in percentages

R + G + B =
174 + 151 + 135 = 460 (100%)
R 174 of 460 ~ 37.83%
G 151 of 460 ~ 32.83%
B 135 of 460 ~ 29.35%

%37.83
%32.83
%29.35

CMYK color model

#AE9787 color CMYK value is (0,13,22,32).

  • cyan value is 0.00%
  • magenta value is 13.22%
  • yellow value is 22.41%
  • key color value is 31.76%
CMYK:
(0,13,22,32)
C0M13Y22K32 
(0%,13%,22%,32%)
(0.00/0.13/0.22/0.32)	

CMYK percentages

%0
%13.22
%22.41
%31.76

Codes

Color #AE9787 in popluar color models

AE9787
RGB174151135
HSL25°19.40%60.59%
HSB/HSV25°22.41%68.24%
CMYK0.00%13.22%22.41%
31.76%

Color #AE9787 in popluar number systems.

HEXAE9787
Decimal174151135
Binary101011101001011110000111
Octal256227207

Shades and tints

Shades of #AE9787

#AE9787
(174,151,135)
#9F8A7B
(159,138,123)
#907D6F
(144,125,111)
#817063
(129,112,99)
#726357
(114,99,87)
#63564B
(99,86,75)
#54493F
(84,73,63)
#453C33
(69,60,51)
#362F27
(54,47,39)
#27221B
(39,34,27)
#18150F
(24,21,15)
#000000
(0,0,0)

Tints of #AE9787

#AE9787
(174,151,135)
#B5A091
(181,160,145)
#BCA99B
(188,169,155)
#C3B2A5
(195,178,165)
#CABBAF
(202,187,175)
#D1C4B9
(209,196,185)
#D8CDC3
(216,205,195)
#DFD6CD
(223,214,205)
#E6DFD7
(230,223,215)
#EDE8E1
(237,232,225)
#F4F1EB
(244,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE9787 color. Also use rgb(174,151,135) instead hex code.

Text Font Color

.myTextColor { color: #AE9787; }

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

This text font color is #AE9787.


Background Color

.myBgColor { background-color: #AE9787; }

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

This div background color is #AE9787.


Border color

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

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

This div border color is #AE9787.


Opacity

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

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

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

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

This text has shadow with #AE9787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9787 on black background.


Color preview on white background

This text has color #AE9787 on white background.



Black color preview on #AE9787 background

This text has black color on #AE9787 background.


White color preview on #AE9787 background

This text has white color on #AE9787 background.