COLOR #AE8D77

HEX: #AE8D77
RGB: (174,141,119)

Color info

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

RGB color model

#AE8D77 color RGB value is (174,141,119).

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

RGB channels and saturation

R 174 of 255 = 68%
G 141 of 255 = 55%
B 119 of 255 = 47%

174
141
119

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

Portions of RGB colors in percentages

R + G + B =
174 + 141 + 119 = 434 (100%)
R 174 of 434 ~ 40.09%
G 141 of 434 ~ 32.49%
B 119 of 434 ~ 27.42%

%40.09
%32.49
%27.42

CMYK color model

#AE8D77 color CMYK value is (0,19,32,32).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 31.61%
  • key color value is 31.76%
CMYK:
(0,19,32,32)
C0M19Y32K32 
(0%,19%,32%,32%)
(0.00/0.19/0.32/0.32)	

CMYK percentages

%0
%18.97
%31.61
%31.76

Codes

Color #AE8D77 in popluar color models

AE8D77
RGB174141119
HSL24°25.35%57.45%
HSB/HSV24°31.61%68.24%
CMYK0.00%18.97%31.61%
31.76%

Color #AE8D77 in popluar number systems.

HEXAE8D77
Decimal174141119
Binary10101110100011011110111
Octal256215167

Shades and tints

Shades of #AE8D77

#AE8D77
(174,141,119)
#9F816D
(159,129,109)
#907563
(144,117,99)
#816959
(129,105,89)
#725D4F
(114,93,79)
#635145
(99,81,69)
#54453B
(84,69,59)
#453931
(69,57,49)
#362D27
(54,45,39)
#27211D
(39,33,29)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #AE8D77

#AE8D77
(174,141,119)
#B59783
(181,151,131)
#BCA18F
(188,161,143)
#C3AB9B
(195,171,155)
#CAB5A7
(202,181,167)
#D1BFB3
(209,191,179)
#D8C9BF
(216,201,191)
#DFD3CB
(223,211,203)
#E6DDD7
(230,221,215)
#EDE7E3
(237,231,227)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8D77; }

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

This text font color is #AE8D77.


Background Color

.myBgColor { background-color: #AE8D77; }

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

This div background color is #AE8D77.


Border color

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

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

This div border color is #AE8D77.


Opacity

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

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

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

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

This text has shadow with #AE8D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8D77 on black background.


Color preview on white background

This text has color #AE8D77 on white background.



Black color preview on #AE8D77 background

This text has black color on #AE8D77 background.


White color preview on #AE8D77 background

This text has white color on #AE8D77 background.