COLOR #AE8C75

HEX: #AE8C75
RGB: (174,140,117)

Color info

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

RGB color model

#AE8C75 color RGB value is (174,140,117).

  • red value is 174;
  • green value is 140;
  • blue value is 117.
RGB:
(174,140,117)
(68%,55%,46%)

RGB channels and saturation

R 174 of 255 = 68%
G 140 of 255 = 55%
B 117 of 255 = 46%

174
140
117

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

Portions of RGB colors in percentages

R + G + B =
174 + 140 + 117 = 431 (100%)
R 174 of 431 ~ 40.37%
G 140 of 431 ~ 32.48%
B 117 of 431 ~ 27.15%

%40.37
%32.48
%27.15

CMYK color model

#AE8C75 color CMYK value is (0,20,33,32).

  • cyan value is 0.00%
  • magenta value is 19.54%
  • yellow value is 32.76%
  • key color value is 31.76%
CMYK:
(0,20,33,32)
C0M20Y33K32 
(0%,20%,33%,32%)
(0.00/0.20/0.33/0.32)	

CMYK percentages

%0
%19.54
%32.76
%31.76

Codes

Color #AE8C75 in popluar color models

AE8C75
RGB174140117
HSL24°26.03%57.06%
HSB/HSV24°32.76%68.24%
CMYK0.00%19.54%32.76%
31.76%

Color #AE8C75 in popluar number systems.

HEXAE8C75
Decimal174140117
Binary10101110100011001110101
Octal256214165

Shades and tints

Shades of #AE8C75

#AE8C75
(174,140,117)
#9F806B
(159,128,107)
#907461
(144,116,97)
#816857
(129,104,87)
#725C4D
(114,92,77)
#635043
(99,80,67)
#544439
(84,68,57)
#45382F
(69,56,47)
#362C25
(54,44,37)
#27201B
(39,32,27)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #AE8C75

#AE8C75
(174,140,117)
#B59681
(181,150,129)
#BCA08D
(188,160,141)
#C3AA99
(195,170,153)
#CAB4A5
(202,180,165)
#D1BEB1
(209,190,177)
#D8C8BD
(216,200,189)
#DFD2C9
(223,210,201)
#E6DCD5
(230,220,213)
#EDE6E1
(237,230,225)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8C75 color. Also use rgb(174,140,117) instead hex code.

Text Font Color

.myTextColor { color: #AE8C75; }

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

This text font color is #AE8C75.


Background Color

.myBgColor { background-color: #AE8C75; }

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

This div background color is #AE8C75.


Border color

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

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

This div border color is #AE8C75.


Opacity

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

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

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

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

This text has shadow with #AE8C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8C75 on black background.


Color preview on white background

This text has color #AE8C75 on white background.



Black color preview on #AE8C75 background

This text has black color on #AE8C75 background.


White color preview on #AE8C75 background

This text has white color on #AE8C75 background.