COLOR #AE8187

HEX: #AE8187
RGB: (174,129,135)

Color info

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

RGB color model

#AE8187 color RGB value is (174,129,135).

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

RGB channels and saturation

R 174 of 255 = 68%
G 129 of 255 = 51%
B 135 of 255 = 53%

174
129
135

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

Portions of RGB colors in percentages

R + G + B =
174 + 129 + 135 = 438 (100%)
R 174 of 438 ~ 39.73%
G 129 of 438 ~ 29.45%
B 135 of 438 ~ 30.82%

%39.73
%29.45
%30.82

CMYK color model

#AE8187 color CMYK value is (0,26,22,32).

  • cyan value is 0.00%
  • magenta value is 25.86%
  • yellow value is 22.41%
  • key color value is 31.76%
CMYK:
(0,26,22,32)
C0M26Y22K32 
(0%,26%,22%,32%)
(0.00/0.26/0.22/0.32)	

CMYK percentages

%0
%25.86
%22.41
%31.76

Codes

Color #AE8187 in popluar color models

AE8187
RGB174129135
HSL352°21.74%59.41%
HSB/HSV352°25.86%68.24%
CMYK0.00%25.86%22.41%
31.76%

Color #AE8187 in popluar number systems.

HEXAE8187
Decimal174129135
Binary101011101000000110000111
Octal256201207

Shades and tints

Shades of #AE8187

#AE8187
(174,129,135)
#9F767B
(159,118,123)
#906B6F
(144,107,111)
#816063
(129,96,99)
#725557
(114,85,87)
#634A4B
(99,74,75)
#543F3F
(84,63,63)
#453433
(69,52,51)
#362927
(54,41,39)
#271E1B
(39,30,27)
#18130F
(24,19,15)
#000000
(0,0,0)

Tints of #AE8187

#AE8187
(174,129,135)
#B58C91
(181,140,145)
#BC979B
(188,151,155)
#C3A2A5
(195,162,165)
#CAADAF
(202,173,175)
#D1B8B9
(209,184,185)
#D8C3C3
(216,195,195)
#DFCECD
(223,206,205)
#E6D9D7
(230,217,215)
#EDE4E1
(237,228,225)
#F4EFEB
(244,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8187; }

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

This text font color is #AE8187.


Background Color

.myBgColor { background-color: #AE8187; }

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

This div background color is #AE8187.


Border color

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

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

This div border color is #AE8187.


Opacity

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

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

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

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

This text has shadow with #AE8187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8187 on black background.


Color preview on white background

This text has color #AE8187 on white background.



Black color preview on #AE8187 background

This text has black color on #AE8187 background.


White color preview on #AE8187 background

This text has white color on #AE8187 background.