COLOR #AE8777

HEX: #AE8777
RGB: (174,135,119)

Color info

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

RGB color model

#AE8777 color RGB value is (174,135,119).

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

RGB channels and saturation

R 174 of 255 = 68%
G 135 of 255 = 53%
B 119 of 255 = 47%

174
135
119

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

Portions of RGB colors in percentages

R + G + B =
174 + 135 + 119 = 428 (100%)
R 174 of 428 ~ 40.65%
G 135 of 428 ~ 31.54%
B 119 of 428 ~ 27.8%

%40.65
%31.54
%27.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.41%
  • yellow value is 31.61%
  • key color value is 31.76%
CMYK:
(0,22,32,32)
C0M22Y32K32 
(0%,22%,32%,32%)
(0.00/0.22/0.32/0.32)	

CMYK percentages

%0
%22.41
%31.61
%31.76

Codes

Color #AE8777 in popluar color models

AE8777
RGB174135119
HSL17°25.35%57.45%
HSB/HSV17°31.61%68.24%
CMYK0.00%22.41%31.61%
31.76%

Color #AE8777 in popluar number systems.

HEXAE8777
Decimal174135119
Binary10101110100001111110111
Octal256207167

Shades and tints

Shades of #AE8777

#AE8777
(174,135,119)
#9F7B6D
(159,123,109)
#906F63
(144,111,99)
#816359
(129,99,89)
#72574F
(114,87,79)
#634B45
(99,75,69)
#543F3B
(84,63,59)
#453331
(69,51,49)
#362727
(54,39,39)
#271B1D
(39,27,29)
#180F13
(24,15,19)
#000000
(0,0,0)

Tints of #AE8777

#AE8777
(174,135,119)
#B59183
(181,145,131)
#BC9B8F
(188,155,143)
#C3A59B
(195,165,155)
#CAAFA7
(202,175,167)
#D1B9B3
(209,185,179)
#D8C3BF
(216,195,191)
#DFCDCB
(223,205,203)
#E6D7D7
(230,215,215)
#EDE1E3
(237,225,227)
#F4EBEF
(244,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8777; }

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

This text font color is #AE8777.


Background Color

.myBgColor { background-color: #AE8777; }

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

This div background color is #AE8777.


Border color

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

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

This div border color is #AE8777.


Opacity

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

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

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

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

This text has shadow with #AE8777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8777 on black background.


Color preview on white background

This text has color #AE8777 on white background.



Black color preview on #AE8777 background

This text has black color on #AE8777 background.


White color preview on #AE8777 background

This text has white color on #AE8777 background.