COLOR #AE7E76

HEX: #AE7E76
RGB: (174,126,118)

Color info

#AE7E76 contains red, green and blue colors in about the same proportion. Web safe color of #AE7E76 is #996666 (or #966).

RGB color model

#AE7E76 color RGB value is (174,126,118).

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

RGB channels and saturation

R 174 of 255 = 68%
G 126 of 255 = 49%
B 118 of 255 = 46%

174
126
118

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

Portions of RGB colors in percentages

R + G + B =
174 + 126 + 118 = 418 (100%)
R 174 of 418 ~ 41.63%
G 126 of 418 ~ 30.14%
B 118 of 418 ~ 28.23%

%41.63
%30.14
%28.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.59%
  • yellow value is 32.18%
  • key color value is 31.76%
CMYK:
(0,28,32,32)
C0M28Y32K32 
(0%,28%,32%,32%)
(0.00/0.28/0.32/0.32)	

CMYK percentages

%0
%27.59
%32.18
%31.76

Codes

Color #AE7E76 in popluar color models

AE7E76
RGB174126118
HSL25.69%57.25%
HSB/HSV32.18%68.24%
CMYK0.00%27.59%32.18%
31.76%

Color #AE7E76 in popluar number systems.

HEXAE7E76
Decimal174126118
Binary1010111011111101110110
Octal256176166

Shades and tints

Shades of #AE7E76

#AE7E76
(174,126,118)
#9F736C
(159,115,108)
#906862
(144,104,98)
#815D58
(129,93,88)
#72524E
(114,82,78)
#634744
(99,71,68)
#543C3A
(84,60,58)
#453130
(69,49,48)
#362626
(54,38,38)
#271B1C
(39,27,28)
#181012
(24,16,18)
#000000
(0,0,0)

Tints of #AE7E76

#AE7E76
(174,126,118)
#B58982
(181,137,130)
#BC948E
(188,148,142)
#C39F9A
(195,159,154)
#CAAAA6
(202,170,166)
#D1B5B2
(209,181,178)
#D8C0BE
(216,192,190)
#DFCBCA
(223,203,202)
#E6D6D6
(230,214,214)
#EDE1E2
(237,225,226)
#F4ECEE
(244,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7E76; }

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

This text font color is #AE7E76.


Background Color

.myBgColor { background-color: #AE7E76; }

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

This div background color is #AE7E76.


Border color

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

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

This div border color is #AE7E76.


Opacity

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

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

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

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

This text has shadow with #AE7E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7E76 on black background.


Color preview on white background

This text has color #AE7E76 on white background.



Black color preview on #AE7E76 background

This text has black color on #AE7E76 background.


White color preview on #AE7E76 background

This text has white color on #AE7E76 background.