COLOR #AE8C91

HEX: #AE8C91
RGB: (174,140,145)

Color info

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

RGB color model

#AE8C91 color RGB value is (174,140,145).

  • red value is 174;
  • green value is 140;
  • blue value is 145.
RGB:
(174,140,145)
(68%,55%,57%)

RGB channels and saturation

R 174 of 255 = 68%
G 140 of 255 = 55%
B 145 of 255 = 57%

174
140
145

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

Portions of RGB colors in percentages

R + G + B =
174 + 140 + 145 = 459 (100%)
R 174 of 459 ~ 37.91%
G 140 of 459 ~ 30.5%
B 145 of 459 ~ 31.59%

%37.91
%30.5
%31.59

CMYK color model

#AE8C91 color CMYK value is (0,20,17,32).

  • cyan value is 0.00%
  • magenta value is 19.54%
  • yellow value is 16.67%
  • key color value is 31.76%
CMYK:
(0,20,17,32)
C0M20Y17K32 
(0%,20%,17%,32%)
(0.00/0.20/0.17/0.32)	

CMYK percentages

%0
%19.54
%16.67
%31.76

Codes

Color #AE8C91 in popluar color models

AE8C91
RGB174140145
HSL351°17.35%61.57%
HSB/HSV351°19.54%68.24%
CMYK0.00%19.54%16.67%
31.76%

Color #AE8C91 in popluar number systems.

HEXAE8C91
Decimal174140145
Binary101011101000110010010001
Octal256214221

Shades and tints

Shades of #AE8C91

#AE8C91
(174,140,145)
#9F8084
(159,128,132)
#907477
(144,116,119)
#81686A
(129,104,106)
#725C5D
(114,92,93)
#635050
(99,80,80)
#544443
(84,68,67)
#453836
(69,56,54)
#362C29
(54,44,41)
#27201C
(39,32,28)
#18140F
(24,20,15)
#000000
(0,0,0)

Tints of #AE8C91

#AE8C91
(174,140,145)
#B5969B
(181,150,155)
#BCA0A5
(188,160,165)
#C3AAAF
(195,170,175)
#CAB4B9
(202,180,185)
#D1BEC3
(209,190,195)
#D8C8CD
(216,200,205)
#DFD2D7
(223,210,215)
#E6DCE1
(230,220,225)
#EDE6EB
(237,230,235)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8C91 color. Also use rgb(174,140,145) instead hex code.

Text Font Color

.myTextColor { color: #AE8C91; }

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

This text font color is #AE8C91.


Background Color

.myBgColor { background-color: #AE8C91; }

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

This div background color is #AE8C91.


Border color

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

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

This div border color is #AE8C91.


Opacity

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

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

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

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

This text has shadow with #AE8C91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8C91 on black background.


Color preview on white background

This text has color #AE8C91 on white background.



Black color preview on #AE8C91 background

This text has black color on #AE8C91 background.


White color preview on #AE8C91 background

This text has white color on #AE8C91 background.