COLOR #AE6E48

HEX: #AE6E48
RGB: (174,110,72)

Color info

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

RGB color model

#AE6E48 color RGB value is (174,110,72).

  • red value is 174;
  • green value is 110;
  • blue value is 72.
RGB:
(174,110,72)
(68%,43%,28%)

RGB channels and saturation

R 174 of 255 = 68%
G 110 of 255 = 43%
B 72 of 255 = 28%

174
110
72

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

Portions of RGB colors in percentages

R + G + B =
174 + 110 + 72 = 356 (100%)
R 174 of 356 ~ 48.88%
G 110 of 356 ~ 30.9%
B 72 of 356 ~ 20.22%

%48.88
%30.9
%20.22

CMYK color model

#AE6E48 color CMYK value is (0,37,59,32).

  • cyan value is 0.00%
  • magenta value is 36.78%
  • yellow value is 58.62%
  • key color value is 31.76%
CMYK:
(0,37,59,32)
C0M37Y59K32 
(0%,37%,59%,32%)
(0.00/0.37/0.59/0.32)	

CMYK percentages

%0
%36.78
%58.62
%31.76

Codes

Color #AE6E48 in popluar color models

AE6E48
RGB17411072
HSL22°41.46%48.24%
HSB/HSV22°58.62%68.24%
CMYK0.00%36.78%58.62%
31.76%

Color #AE6E48 in popluar number systems.

HEXAE6E48
Decimal17411072
Binary1010111011011101001000
Octal256156110

Shades and tints

Shades of #AE6E48

#AE6E48
(174,110,72)
#9F6442
(159,100,66)
#905A3C
(144,90,60)
#815036
(129,80,54)
#724630
(114,70,48)
#633C2A
(99,60,42)
#543224
(84,50,36)
#45281E
(69,40,30)
#361E18
(54,30,24)
#271412
(39,20,18)
#180A0C
(24,10,12)
#000000
(0,0,0)

Tints of #AE6E48

#AE6E48
(174,110,72)
#B57B58
(181,123,88)
#BC8868
(188,136,104)
#C39578
(195,149,120)
#CAA288
(202,162,136)
#D1AF98
(209,175,152)
#D8BCA8
(216,188,168)
#DFC9B8
(223,201,184)
#E6D6C8
(230,214,200)
#EDE3D8
(237,227,216)
#F4F0E8
(244,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE6E48 color. Also use rgb(174,110,72) instead hex code.

Text Font Color

.myTextColor { color: #AE6E48; }

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

This text font color is #AE6E48.


Background Color

.myBgColor { background-color: #AE6E48; }

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

This div background color is #AE6E48.


Border color

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

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

This div border color is #AE6E48.


Opacity

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

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

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

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

This text has shadow with #AE6E48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6E48 on black background.


Color preview on white background

This text has color #AE6E48 on white background.



Black color preview on #AE6E48 background

This text has black color on #AE6E48 background.


White color preview on #AE6E48 background

This text has white color on #AE6E48 background.