COLOR #AE877E

HEX: #AE877E
RGB: (174,135,126)

Color info

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

RGB color model

#AE877E color RGB value is (174,135,126).

  • red value is 174;
  • green value is 135;
  • blue value is 126.
RGB:
(174,135,126)
(68%,53%,49%)

RGB channels and saturation

R 174 of 255 = 68%
G 135 of 255 = 53%
B 126 of 255 = 49%

174
135
126

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

Portions of RGB colors in percentages

R + G + B =
174 + 135 + 126 = 435 (100%)
R 174 of 435 ~ 40%
G 135 of 435 ~ 31.03%
B 126 of 435 ~ 28.97%

%40
%31.03
%28.97

CMYK color model

#AE877E color CMYK value is (0,22,28,32).

  • cyan value is 0.00%
  • magenta value is 22.41%
  • yellow value is 27.59%
  • key color value is 31.76%
CMYK:
(0,22,28,32)
C0M22Y28K32 
(0%,22%,28%,32%)
(0.00/0.22/0.28/0.32)	

CMYK percentages

%0
%22.41
%27.59
%31.76

Codes

Color #AE877E in popluar color models

AE877E
RGB174135126
HSL11°22.86%58.82%
HSB/HSV11°27.59%68.24%
CMYK0.00%22.41%27.59%
31.76%

Color #AE877E in popluar number systems.

HEXAE877E
Decimal174135126
Binary10101110100001111111110
Octal256207176

Shades and tints

Shades of #AE877E

#AE877E
(174,135,126)
#9F7B73
(159,123,115)
#906F68
(144,111,104)
#81635D
(129,99,93)
#725752
(114,87,82)
#634B47
(99,75,71)
#543F3C
(84,63,60)
#453331
(69,51,49)
#362726
(54,39,38)
#271B1B
(39,27,27)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #AE877E

#AE877E
(174,135,126)
#B59189
(181,145,137)
#BC9B94
(188,155,148)
#C3A59F
(195,165,159)
#CAAFAA
(202,175,170)
#D1B9B5
(209,185,181)
#D8C3C0
(216,195,192)
#DFCDCB
(223,205,203)
#E6D7D6
(230,215,214)
#EDE1E1
(237,225,225)
#F4EBEC
(244,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE877E color. Also use rgb(174,135,126) instead hex code.

Text Font Color

.myTextColor { color: #AE877E; }

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

This text font color is #AE877E.


Background Color

.myBgColor { background-color: #AE877E; }

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

This div background color is #AE877E.


Border color

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

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

This div border color is #AE877E.


Opacity

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

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

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

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

This text has shadow with #AE877E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE877E on black background.


Color preview on white background

This text has color #AE877E on white background.



Black color preview on #AE877E background

This text has black color on #AE877E background.


White color preview on #AE877E background

This text has white color on #AE877E background.