COLOR #AE8C93

HEX: #AE8C93
RGB: (174,140,147)

Color info

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

RGB color model

#AE8C93 color RGB value is (174,140,147).

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

RGB channels and saturation

R 174 of 255 = 68%
G 140 of 255 = 55%
B 147 of 255 = 58%

174
140
147

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

Portions of RGB colors in percentages

R + G + B =
174 + 140 + 147 = 461 (100%)
R 174 of 461 ~ 37.74%
G 140 of 461 ~ 30.37%
B 147 of 461 ~ 31.89%

%37.74
%30.37
%31.89

CMYK color model

#AE8C93 color CMYK value is (0,20,16,32).

  • cyan value is 0.00%
  • magenta value is 19.54%
  • yellow value is 15.52%
  • key color value is 31.76%
CMYK:
(0,20,16,32)
C0M20Y16K32 
(0%,20%,16%,32%)
(0.00/0.20/0.16/0.32)	

CMYK percentages

%0
%19.54
%15.52
%31.76

Codes

Color #AE8C93 in popluar color models

AE8C93
RGB174140147
HSL348°17.35%61.57%
HSB/HSV348°19.54%68.24%
CMYK0.00%19.54%15.52%
31.76%

Color #AE8C93 in popluar number systems.

HEXAE8C93
Decimal174140147
Binary101011101000110010010011
Octal256214223

Shades and tints

Shades of #AE8C93

#AE8C93
(174,140,147)
#9F8086
(159,128,134)
#907479
(144,116,121)
#81686C
(129,104,108)
#725C5F
(114,92,95)
#635052
(99,80,82)
#544445
(84,68,69)
#453838
(69,56,56)
#362C2B
(54,44,43)
#27201E
(39,32,30)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #AE8C93

#AE8C93
(174,140,147)
#B5969C
(181,150,156)
#BCA0A5
(188,160,165)
#C3AAAE
(195,170,174)
#CAB4B7
(202,180,183)
#D1BEC0
(209,190,192)
#D8C8C9
(216,200,201)
#DFD2D2
(223,210,210)
#E6DCDB
(230,220,219)
#EDE6E4
(237,230,228)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8C93; }

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

This text font color is #AE8C93.


Background Color

.myBgColor { background-color: #AE8C93; }

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

This div background color is #AE8C93.


Border color

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

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

This div border color is #AE8C93.


Opacity

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

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

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

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

This text has shadow with #AE8C93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8C93 on black background.


Color preview on white background

This text has color #AE8C93 on white background.



Black color preview on #AE8C93 background

This text has black color on #AE8C93 background.


White color preview on #AE8C93 background

This text has white color on #AE8C93 background.