COLOR #AE8779

HEX: #AE8779
RGB: (174,135,121)

Color info

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

RGB color model

#AE8779 color RGB value is (174,135,121).

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

RGB channels and saturation

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

174
135
121

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

Portions of RGB colors in percentages

R + G + B =
174 + 135 + 121 = 430 (100%)
R 174 of 430 ~ 40.47%
G 135 of 430 ~ 31.4%
B 121 of 430 ~ 28.14%

%40.47
%31.4
%28.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.41%
  • yellow value is 30.46%
  • key color value is 31.76%
CMYK:
(0,22,30,32)
C0M22Y30K32 
(0%,22%,30%,32%)
(0.00/0.22/0.30/0.32)	

CMYK percentages

%0
%22.41
%30.46
%31.76

Codes

Color #AE8779 in popluar color models

AE8779
RGB174135121
HSL16°24.65%57.84%
HSB/HSV16°30.46%68.24%
CMYK0.00%22.41%30.46%
31.76%

Color #AE8779 in popluar number systems.

HEXAE8779
Decimal174135121
Binary10101110100001111111001
Octal256207171

Shades and tints

Shades of #AE8779

#AE8779
(174,135,121)
#9F7B6E
(159,123,110)
#906F63
(144,111,99)
#816358
(129,99,88)
#72574D
(114,87,77)
#634B42
(99,75,66)
#543F37
(84,63,55)
#45332C
(69,51,44)
#362721
(54,39,33)
#271B16
(39,27,22)
#180F0B
(24,15,11)
#000000
(0,0,0)

Tints of #AE8779

#AE8779
(174,135,121)
#B59185
(181,145,133)
#BC9B91
(188,155,145)
#C3A59D
(195,165,157)
#CAAFA9
(202,175,169)
#D1B9B5
(209,185,181)
#D8C3C1
(216,195,193)
#DFCDCD
(223,205,205)
#E6D7D9
(230,215,217)
#EDE1E5
(237,225,229)
#F4EBF1
(244,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8779; }

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

This text font color is #AE8779.


Background Color

.myBgColor { background-color: #AE8779; }

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

This div background color is #AE8779.


Border color

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

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

This div border color is #AE8779.


Opacity

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

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

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

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

This text has shadow with #AE8779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8779 on black background.


Color preview on white background

This text has color #AE8779 on white background.



Black color preview on #AE8779 background

This text has black color on #AE8779 background.


White color preview on #AE8779 background

This text has white color on #AE8779 background.