COLOR #AE898F

HEX: #AE898F
RGB: (174,137,143)

Color info

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

RGB color model

#AE898F color RGB value is (174,137,143).

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

RGB channels and saturation

R 174 of 255 = 68%
G 137 of 255 = 54%
B 143 of 255 = 56%

174
137
143

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

Portions of RGB colors in percentages

R + G + B =
174 + 137 + 143 = 454 (100%)
R 174 of 454 ~ 38.33%
G 137 of 454 ~ 30.18%
B 143 of 454 ~ 31.5%

%38.33
%30.18
%31.5

CMYK color model

#AE898F color CMYK value is (0,21,18,32).

  • cyan value is 0.00%
  • magenta value is 21.26%
  • yellow value is 17.82%
  • key color value is 31.76%
CMYK: (0,21,18,32) C0M21Y18K32 (0%,21%,18%,32%) (0.00/0.21/0.18/0.32)

CMYK percentages

%0
%21.26
%17.82
%31.76

Codes

Color #AE898F in popluar color models

AE898F
RGB174137143
HSL350°18.59%60.98%
HSB/HSV350°21.26%68.24%
CMYK0.00%21.26%17.82%
31.76%

Color #AE898F in popluar number systems.

HEXAE898F
Decimal174137143
Binary101011101000100110001111
Octal256211217

Shades and tints

Shades of #AE898F

#AE898F
(174,137,143)
#9F7D82
(159,125,130)
#907175
(144,113,117)
#816568
(129,101,104)
#72595B
(114,89,91)
#634D4E
(99,77,78)
#544141
(84,65,65)
#453534
(69,53,52)
#362927
(54,41,39)
#271D1A
(39,29,26)
#18110D
(24,17,13)
#000000
(0,0,0)

Tints of #AE898F

#AE898F
(174,137,143)
#B59399
(181,147,153)
#BC9DA3
(188,157,163)
#C3A7AD
(195,167,173)
#CAB1B7
(202,177,183)
#D1BBC1
(209,187,193)
#D8C5CB
(216,197,203)
#DFCFD5
(223,207,213)
#E6D9DF
(230,217,223)
#EDE3E9
(237,227,233)
#F4EDF3
(244,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE898F; }

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

This text font color is #AE898F.


Background Color

.myBgColor { background-color: #AE898F; }

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

This div background color is #AE898F.


Border color

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

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

This div border color is #AE898F.


Opacity

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

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

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

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

This text has shadow with #AE898F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AE898F on black background.


Color preview on white background

This text has color #AE898F on white background.



Black color preview on #AE898F background

This text has black color on #AE898F background.


White color preview on #AE898F background

This text has white color on #AE898F background.