COLOR #AE89A4

HEX: #AE89A4
RGB: (174,137,164)

Color info

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

RGB color model

#AE89A4 color RGB value is (174,137,164).

  • red value is 174;
  • green value is 137;
  • blue value is 164.
RGB:
(174,137,164)
(68%,54%,64%)

RGB channels and saturation

R 174 of 255 = 68%
G 137 of 255 = 54%
B 164 of 255 = 64%

174
137
164

R + G + B ~ 62%. #AE89A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 137 + 164 = 475 (100%)
R 174 of 475 ~ 36.63%
G 137 of 475 ~ 28.84%
B 164 of 475 ~ 34.53%

%36.63
%28.84
%34.53

CMYK color model

#AE89A4 color CMYK value is (0,21,6,32).

  • cyan value is 0.00%
  • magenta value is 21.26%
  • yellow value is 5.75%
  • key color value is 31.76%
CMYK:
(0,21,6,32)
C0M21Y6K32 
(0%,21%,6%,32%)
(0.00/0.21/0.06/0.32)	

CMYK percentages

%0
%21.26
%5.75
%31.76

Codes

Color #AE89A4 in popluar color models

AE89A4
RGB174137164
HSL316°18.59%60.98%
HSB/HSV316°21.26%68.24%
CMYK0.00%21.26%5.75%
31.76%

Color #AE89A4 in popluar number systems.

HEXAE89A4
Decimal174137164
Binary101011101000100110100100
Octal256211244

Shades and tints

Shades of #AE89A4

#AE89A4
(174,137,164)
#9F7D96
(159,125,150)
#907188
(144,113,136)
#81657A
(129,101,122)
#72596C
(114,89,108)
#634D5E
(99,77,94)
#544150
(84,65,80)
#453542
(69,53,66)
#362934
(54,41,52)
#271D26
(39,29,38)
#181118
(24,17,24)
#000000
(0,0,0)

Tints of #AE89A4

#AE89A4
(174,137,164)
#B593AC
(181,147,172)
#BC9DB4
(188,157,180)
#C3A7BC
(195,167,188)
#CAB1C4
(202,177,196)
#D1BBCC
(209,187,204)
#D8C5D4
(216,197,212)
#DFCFDC
(223,207,220)
#E6D9E4
(230,217,228)
#EDE3EC
(237,227,236)
#F4EDF4
(244,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE89A4 color. Also use rgb(174,137,164) instead hex code.

Text Font Color

.myTextColor { color: #AE89A4; }

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

This text font color is #AE89A4.


Background Color

.myBgColor { background-color: #AE89A4; }

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

This div background color is #AE89A4.


Border color

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

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

This div border color is #AE89A4.


Opacity

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

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

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

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

This text has shadow with #AE89A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE89A4 on black background.


Color preview on white background

This text has color #AE89A4 on white background.



Black color preview on #AE89A4 background

This text has black color on #AE89A4 background.


White color preview on #AE89A4 background

This text has white color on #AE89A4 background.