COLOR #AE89A3

HEX: #AE89A3 RGB: (174,137,163)

Color info

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

RGB color model

#AE89A3 color RGB value is (174,137,163).

RGB: (174,137,163) (68%, 54%, 64%)

RGB channels and saturation

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

174
137
163

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

Portions of RGB colors in percentages

R + G + B = 174 + 137 + 163 = 474 (100%)
R 174 of 474 ~ 36.71%
G 137 of 474 ~ 28.9%
B 163 of 474 ~ 34.39'%

%36.71
%28.9
%34.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.26%
  • yellow value is 6.32%
  • 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
%6.32
%31.76

Codes

Color #AE89A3 in popluar color models

AE 89 A3
RGB 174 137 163
HSL 318° 18.59% 60.98%
HSB/HSV 318° 21.26% 68.24%
CMYK 0.00% 21.26% 6.32%
31.76%

Color #AE89A3 in popluar number systems.

HEX AE 89 A3
Decimal 174 137 163
Binary 10101110 10001001 10100011
Octal 256 211 243

Shades and tints

Shades of #AE89A3

#AE89A3
(174,137,163)
#9F7D95
(159,125,149)
#907187
(144,113,135)
#816579
(129,101,121)
#72596B
(114,89,107)
#634D5D
(99,77,93)
#54414F
(84,65,79)
#453541
(69,53,65)
#362933
(54,41,51)
#271D25
(39,29,37)
#181117
(24,17,23)
#000000
(0,0,0)

Tints of #AE89A3

#AE89A3
(174,137,163)
#B593AB
(181,147,171)
#BC9DB3
(188,157,179)
#C3A7BB
(195,167,187)
#CAB1C3
(202,177,195)
#D1BBCB
(209,187,203)
#D8C5D3
(216,197,211)
#DFCFDB
(223,207,219)
#E6D9E3
(230,217,227)
#EDE3EB
(237,227,235)
#F4EDF3
(244,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE89A3; }

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

This text font color is #AE89A3.

Background Color

.myBgColor { background-color: #AE89A3; }

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

This div background color is #AE89A3.

Border color

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

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

This div border color is #AE89A3.

Opacity

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

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

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

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

This text has shadow with #AE89A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE89A3.

Preview

Color preview on black background

This text has color #AE89A3 on black background.


Color preview on white background

This text has color #AE89A3 on white background.


Black color preview on #AE89A3 background

This text has black color on #AE89A3 background.


White color preview on #AE89A3 background

This text has white color on #AE89A3 background.


Related colors

Complementary color

Complementary color for #hex is #51765C.


I love getcolorcode.com

Triadic colors

1 #A3AE89 and #89A3AE with #AE89A3 are triadic colors.

2 #A389AE and #89AEA3 with #AE89A3 are triadic colors.