COLOR #AE89A1

HEX: #AE89A1
RGB: (174,137,161)

Color info

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

RGB color model

#AE89A1 color RGB value is (174,137,161).

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

RGB channels and saturation

R 174 of 255 = 68%
G 137 of 255 = 54%
B 161 of 255 = 63%

174
137
161

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

Portions of RGB colors in percentages

R + G + B =
174 + 137 + 161 = 472 (100%)
R 174 of 472 ~ 36.86%
G 137 of 472 ~ 29.03%
B 161 of 472 ~ 34.11%

%36.86
%29.03
%34.11

CMYK color model

#AE89A1 color CMYK value is (0,21,7,32).

  • cyan value is 0.00%
  • magenta value is 21.26%
  • yellow value is 7.47%
  • key color value is 31.76%
CMYK:
(0,21,7,32)
C0M21Y7K32 
(0%,21%,7%,32%)
(0.00/0.21/0.07/0.32)	

CMYK percentages

%0
%21.26
%7.47
%31.76

Codes

Color #AE89A1 in popluar color models

AE89A1
RGB174137161
HSL321°18.59%60.98%
HSB/HSV321°21.26%68.24%
CMYK0.00%21.26%7.47%
31.76%

Color #AE89A1 in popluar number systems.

HEXAE89A1
Decimal174137161
Binary101011101000100110100001
Octal256211241

Shades and tints

Shades of #AE89A1

#AE89A1
(174,137,161)
#9F7D93
(159,125,147)
#907185
(144,113,133)
#816577
(129,101,119)
#725969
(114,89,105)
#634D5B
(99,77,91)
#54414D
(84,65,77)
#45353F
(69,53,63)
#362931
(54,41,49)
#271D23
(39,29,35)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #AE89A1

#AE89A1
(174,137,161)
#B593A9
(181,147,169)
#BC9DB1
(188,157,177)
#C3A7B9
(195,167,185)
#CAB1C1
(202,177,193)
#D1BBC9
(209,187,201)
#D8C5D1
(216,197,209)
#DFCFD9
(223,207,217)
#E6D9E1
(230,217,225)
#EDE3E9
(237,227,233)
#F4EDF1
(244,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE89A1; }

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

This text font color is #AE89A1.


Background Color

.myBgColor { background-color: #AE89A1; }

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

This div background color is #AE89A1.


Border color

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

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

This div border color is #AE89A1.


Opacity

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

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

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

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

This text has shadow with #AE89A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE89A1 on black background.


Color preview on white background

This text has color #AE89A1 on white background.



Black color preview on #AE89A1 background

This text has black color on #AE89A1 background.


White color preview on #AE89A1 background

This text has white color on #AE89A1 background.