COLOR #AE898C

HEX: #AE898C RGB: (174,137,140)

Color info

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

RGB color model

#AE898C color RGB value is (174,137,140).

RGB: (174,137,140) (68%, 54%, 55%)

RGB channels and saturation

R 174 of 255 = 68%
G 137 of 255 = 54%
B 140 of 255 = 55%

174
137
140

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

Portions of RGB colors in percentages

R + G + B = 174 + 137 + 140 = 451 (100%)
R 174 of 451 ~ 38.58%
G 137 of 451 ~ 30.38%
B 140 of 451 ~ 31.04'%

%38.58
%30.38
%31.04

CMYK color model

#AE898C color CMYK value is (0,21,20,32).

  • cyan value is 0.00%
  • magenta value is 21.26%
  • yellow value is 19.54%
  • key color value is 31.76%

CMYK: (0,21,20,32)
C0M21Y20K32 (0%, 21%, 20%, 32%)
(0.00 / 0.21 / 0.20 / 0.32)

CMYK percentages

%0
%21.26
%19.54
%31.76

Codes

Color #AE898C in popluar color models

AE 89 8C
RGB 174 137 140
HSL 355° 18.59% 60.98%
HSB/HSV 355° 21.26% 68.24%
CMYK 0.00% 21.26% 19.54%
31.76%

Color #AE898C in popluar number systems.

HEX AE 89 8C
Decimal 174 137 140
Binary 10101110 10001001 10001100
Octal 256 211 214

Shades and tints

Shades of #AE898C

#AE898C
(174,137,140)
#9F7D80
(159,125,128)
#907174
(144,113,116)
#816568
(129,101,104)
#72595C
(114,89,92)
#634D50
(99,77,80)
#544144
(84,65,68)
#453538
(69,53,56)
#36292C
(54,41,44)
#271D20
(39,29,32)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #AE898C

#AE898C
(174,137,140)
#B59396
(181,147,150)
#BC9DA0
(188,157,160)
#C3A7AA
(195,167,170)
#CAB1B4
(202,177,180)
#D1BBBE
(209,187,190)
#D8C5C8
(216,197,200)
#DFCFD2
(223,207,210)
#E6D9DC
(230,217,220)
#EDE3E6
(237,227,230)
#F4EDF0
(244,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE898C; }

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

This text font color is #AE898C.

Background Color

.myBgColor { background-color: #AE898C; }

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

This div background color is #AE898C.

Border color

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

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

This div border color is #AE898C.

Opacity

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

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

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

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

This text has shadow with #AE898C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE898C.

Preview

Color preview on black background

This text has color #AE898C on black background.


Color preview on white background

This text has color #AE898C on white background.


Black color preview on #AE898C background

This text has black color on #AE898C background.


White color preview on #AE898C background

This text has white color on #AE898C background.


Related colors

Complementary color

Complementary color for #hex is #517673.


I love getcolorcode.com

Triadic colors

1 #8CAE89 and #898CAE with #AE898C are triadic colors.

2 #8C89AE and #89AE8C with #AE898C are triadic colors.