COLOR #AE8A94

HEX: #AE8A94
RGB: (174,138,148)

Color info

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

RGB color model

#AE8A94 color RGB value is (174,138,148).

  • red value is 174;
  • green value is 138;
  • blue value is 148.
RGB: (174,138,148) (68%,54%,58%)

RGB channels and saturation

R 174 of 255 = 68%
G 138 of 255 = 54%
B 148 of 255 = 58%

174
138
148

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

Portions of RGB colors in percentages

R + G + B =
174 + 138 + 148 = 460 (100%)
R 174 of 460 ~ 37.83%
G 138 of 460 ~ 30%
B 148 of 460 ~ 32.17%

%37.83
%30
%32.17

CMYK color model

#AE8A94 color CMYK value is (0,21,15,32).

  • cyan value is 0.00%
  • magenta value is 20.69%
  • yellow value is 14.94%
  • key color value is 31.76%
CMYK: (0,21,15,32) C0M21Y15K32 (0%,21%,15%,32%) (0.00/0.21/0.15/0.32)

CMYK percentages

%0
%20.69
%14.94
%31.76

Codes

Color #AE8A94 in popluar color models

AE8A94
RGB174138148
HSL343°18.18%61.18%
HSB/HSV343°20.69%68.24%
CMYK0.00%20.69%14.94%
31.76%

Color #AE8A94 in popluar number systems.

HEXAE8A94
Decimal174138148
Binary101011101000101010010100
Octal256212224

Shades and tints

Shades of #AE8A94

#AE8A94
(174,138,148)
#9F7E87
(159,126,135)
#90727A
(144,114,122)
#81666D
(129,102,109)
#725A60
(114,90,96)
#634E53
(99,78,83)
#544246
(84,66,70)
#453639
(69,54,57)
#362A2C
(54,42,44)
#271E1F
(39,30,31)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #AE8A94

#AE8A94
(174,138,148)
#B5949D
(181,148,157)
#BC9EA6
(188,158,166)
#C3A8AF
(195,168,175)
#CAB2B8
(202,178,184)
#D1BCC1
(209,188,193)
#D8C6CA
(216,198,202)
#DFD0D3
(223,208,211)
#E6DADC
(230,218,220)
#EDE4E5
(237,228,229)
#F4EEEE
(244,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8A94 color. Also use rgb(174,138,148) instead hex code.

Text Font Color

.myTextColor { color: #AE8A94; }

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

This text font color is #AE8A94.


Background Color

.myBgColor { background-color: #AE8A94; }

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

This div background color is #AE8A94.


Border color

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

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

This div border color is #AE8A94.


Opacity

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

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

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

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

This text has shadow with #AE8A94 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AE8A94 on black background.


Color preview on white background

This text has color #AE8A94 on white background.



Black color preview on #AE8A94 background

This text has black color on #AE8A94 background.


White color preview on #AE8A94 background

This text has white color on #AE8A94 background.