COLOR #AE865D

HEX: #AE865D
RGB: (174,134,93)

Color info

#AE865D contains mainly red and green colors. Web safe color of #AE865D is #999966 (or #996).

RGB color model

#AE865D color RGB value is (174,134,93).

  • red value is 174;
  • green value is 134;
  • blue value is 93.
RGB:
(174,134,93)
(68%,53%,36%)

RGB channels and saturation

R 174 of 255 = 68%
G 134 of 255 = 53%
B 93 of 255 = 36%

174
134
93

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

Portions of RGB colors in percentages

R + G + B =
174 + 134 + 93 = 401 (100%)
R 174 of 401 ~ 43.39%
G 134 of 401 ~ 33.42%
B 93 of 401 ~ 23.19%

%43.39
%33.42
%23.19

CMYK color model

#AE865D color CMYK value is (0,23,47,32).

  • cyan value is 0.00%
  • magenta value is 22.99%
  • yellow value is 46.55%
  • key color value is 31.76%
CMYK:
(0,23,47,32)
C0M23Y47K32 
(0%,23%,47%,32%)
(0.00/0.23/0.47/0.32)	

CMYK percentages

%0
%22.99
%46.55
%31.76

Codes

Color #AE865D in popluar color models

AE865D
RGB17413493
HSL30°33.33%52.35%
HSB/HSV30°46.55%68.24%
CMYK0.00%22.99%46.55%
31.76%

Color #AE865D in popluar number systems.

HEXAE865D
Decimal17413493
Binary10101110100001101011101
Octal256206135

Shades and tints

Shades of #AE865D

#AE865D
(174,134,93)
#9F7A55
(159,122,85)
#906E4D
(144,110,77)
#816245
(129,98,69)
#72563D
(114,86,61)
#634A35
(99,74,53)
#543E2D
(84,62,45)
#453225
(69,50,37)
#36261D
(54,38,29)
#271A15
(39,26,21)
#180E0D
(24,14,13)
#000000
(0,0,0)

Tints of #AE865D

#AE865D
(174,134,93)
#B5916B
(181,145,107)
#BC9C79
(188,156,121)
#C3A787
(195,167,135)
#CAB295
(202,178,149)
#D1BDA3
(209,189,163)
#D8C8B1
(216,200,177)
#DFD3BF
(223,211,191)
#E6DECD
(230,222,205)
#EDE9DB
(237,233,219)
#F4F4E9
(244,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE865D color. Also use rgb(174,134,93) instead hex code.

Text Font Color

.myTextColor { color: #AE865D; }

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

This text font color is #AE865D.


Background Color

.myBgColor { background-color: #AE865D; }

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

This div background color is #AE865D.


Border color

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

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

This div border color is #AE865D.


Opacity

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

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

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

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

This text has shadow with #AE865D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE865D on black background.


Color preview on white background

This text has color #AE865D on white background.



Black color preview on #AE865D background

This text has black color on #AE865D background.


White color preview on #AE865D background

This text has white color on #AE865D background.