COLOR #AE6D2E

HEX: #AE6D2E
RGB: (174,109,46)

Color info

#AE6D2E contains mainly red color. Web safe color of #AE6D2E is #996633 (or #963).

RGB color model

#AE6D2E color RGB value is (174,109,46).

  • red value is 174;
  • green value is 109;
  • blue value is 46.
RGB:
(174,109,46)
(68%,43%,18%)

RGB channels and saturation

R 174 of 255 = 68%
G 109 of 255 = 43%
B 46 of 255 = 18%

174
109
46

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

Portions of RGB colors in percentages

R + G + B =
174 + 109 + 46 = 329 (100%)
R 174 of 329 ~ 52.89%
G 109 of 329 ~ 33.13%
B 46 of 329 ~ 13.98%

%52.89
%33.13
%13.98

CMYK color model

#AE6D2E color CMYK value is (0,37,74,32).

  • cyan value is 0.00%
  • magenta value is 37.36%
  • yellow value is 73.56%
  • key color value is 31.76%
CMYK:
(0,37,74,32)
C0M37Y74K32 
(0%,37%,74%,32%)
(0.00/0.37/0.74/0.32)	

CMYK percentages

%0
%37.36
%73.56
%31.76

Codes

Color #AE6D2E in popluar color models

AE6D2E
RGB17410946
HSL30°58.18%43.14%
HSB/HSV30°73.56%68.24%
CMYK0.00%37.36%73.56%
31.76%

Color #AE6D2E in popluar number systems.

HEXAE6D2E
Decimal17410946
Binary101011101101101101110
Octal25615556

Shades and tints

Shades of #AE6D2E

#AE6D2E
(174,109,46)
#9F642A
(159,100,42)
#905B26
(144,91,38)
#815222
(129,82,34)
#72491E
(114,73,30)
#63401A
(99,64,26)
#543716
(84,55,22)
#452E12
(69,46,18)
#36250E
(54,37,14)
#271C0A
(39,28,10)
#181306
(24,19,6)
#000000
(0,0,0)

Tints of #AE6D2E

#AE6D2E
(174,109,46)
#B57A41
(181,122,65)
#BC8754
(188,135,84)
#C39467
(195,148,103)
#CAA17A
(202,161,122)
#D1AE8D
(209,174,141)
#D8BBA0
(216,187,160)
#DFC8B3
(223,200,179)
#E6D5C6
(230,213,198)
#EDE2D9
(237,226,217)
#F4EFEC
(244,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE6D2E color. Also use rgb(174,109,46) instead hex code.

Text Font Color

.myTextColor { color: #AE6D2E; }

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

This text font color is #AE6D2E.


Background Color

.myBgColor { background-color: #AE6D2E; }

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

This div background color is #AE6D2E.


Border color

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

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

This div border color is #AE6D2E.


Opacity

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

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

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

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

This text has shadow with #AE6D2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6D2E on black background.


Color preview on white background

This text has color #AE6D2E on white background.



Black color preview on #AE6D2E background

This text has black color on #AE6D2E background.


White color preview on #AE6D2E background

This text has white color on #AE6D2E background.