COLOR #AE897D

HEX: #AE897D
RGB: (174,137,125)

Color info

#AE897D contains red, green and blue colors in about the same proportion. Web safe color of #AE897D is #999966 (or #996).

RGB color model

#AE897D color RGB value is (174,137,125).

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

RGB channels and saturation

R 174 of 255 = 68%
G 137 of 255 = 54%
B 125 of 255 = 49%

174
137
125

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

Portions of RGB colors in percentages

R + G + B =
174 + 137 + 125 = 436 (100%)
R 174 of 436 ~ 39.91%
G 137 of 436 ~ 31.42%
B 125 of 436 ~ 28.67%

%39.91
%31.42
%28.67

CMYK color model

#AE897D color CMYK value is (0,21,28,32).

  • cyan value is 0.00%
  • magenta value is 21.26%
  • yellow value is 28.16%
  • key color value is 31.76%
CMYK:
(0,21,28,32)
C0M21Y28K32 
(0%,21%,28%,32%)
(0.00/0.21/0.28/0.32)	

CMYK percentages

%0
%21.26
%28.16
%31.76

Codes

Color #AE897D in popluar color models

AE897D
RGB174137125
HSL15°23.22%58.63%
HSB/HSV15°28.16%68.24%
CMYK0.00%21.26%28.16%
31.76%

Color #AE897D in popluar number systems.

HEXAE897D
Decimal174137125
Binary10101110100010011111101
Octal256211175

Shades and tints

Shades of #AE897D

#AE897D
(174,137,125)
#9F7D72
(159,125,114)
#907167
(144,113,103)
#81655C
(129,101,92)
#725951
(114,89,81)
#634D46
(99,77,70)
#54413B
(84,65,59)
#453530
(69,53,48)
#362925
(54,41,37)
#271D1A
(39,29,26)
#18110F
(24,17,15)
#000000
(0,0,0)

Tints of #AE897D

#AE897D
(174,137,125)
#B59388
(181,147,136)
#BC9D93
(188,157,147)
#C3A79E
(195,167,158)
#CAB1A9
(202,177,169)
#D1BBB4
(209,187,180)
#D8C5BF
(216,197,191)
#DFCFCA
(223,207,202)
#E6D9D5
(230,217,213)
#EDE3E0
(237,227,224)
#F4EDEB
(244,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE897D; }

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

This text font color is #AE897D.


Background Color

.myBgColor { background-color: #AE897D; }

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

This div background color is #AE897D.


Border color

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

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

This div border color is #AE897D.


Opacity

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

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

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

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

This text has shadow with #AE897D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE897D on black background.


Color preview on white background

This text has color #AE897D on white background.



Black color preview on #AE897D background

This text has black color on #AE897D background.


White color preview on #AE897D background

This text has white color on #AE897D background.