COLOR #AE7744

HEX: #AE7744
RGB: (174,119,68)

Color info

#AE7744 contains mainly red and green colors. Web safe color of #AE7744 is #996633 (or #963).

RGB color model

#AE7744 color RGB value is (174,119,68).

  • red value is 174;
  • green value is 119;
  • blue value is 68.
RGB:
(174,119,68)
(68%,47%,27%)

RGB channels and saturation

R 174 of 255 = 68%
G 119 of 255 = 47%
B 68 of 255 = 27%

174
119
68

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

Portions of RGB colors in percentages

R + G + B =
174 + 119 + 68 = 361 (100%)
R 174 of 361 ~ 48.2%
G 119 of 361 ~ 32.96%
B 68 of 361 ~ 18.84%

%48.2
%32.96
%18.84

CMYK color model

#AE7744 color CMYK value is (0,32,61,32).

  • cyan value is 0.00%
  • magenta value is 31.61%
  • yellow value is 60.92%
  • key color value is 31.76%
CMYK:
(0,32,61,32)
C0M32Y61K32 
(0%,32%,61%,32%)
(0.00/0.32/0.61/0.32)	

CMYK percentages

%0
%31.61
%60.92
%31.76

Codes

Color #AE7744 in popluar color models

AE7744
RGB17411968
HSL29°43.80%47.45%
HSB/HSV29°60.92%68.24%
CMYK0.00%31.61%60.92%
31.76%

Color #AE7744 in popluar number systems.

HEXAE7744
Decimal17411968
Binary1010111011101111000100
Octal256167104

Shades and tints

Shades of #AE7744

#AE7744
(174,119,68)
#9F6D3E
(159,109,62)
#906338
(144,99,56)
#815932
(129,89,50)
#724F2C
(114,79,44)
#634526
(99,69,38)
#543B20
(84,59,32)
#45311A
(69,49,26)
#362714
(54,39,20)
#271D0E
(39,29,14)
#181308
(24,19,8)
#000000
(0,0,0)

Tints of #AE7744

#AE7744
(174,119,68)
#B58355
(181,131,85)
#BC8F66
(188,143,102)
#C39B77
(195,155,119)
#CAA788
(202,167,136)
#D1B399
(209,179,153)
#D8BFAA
(216,191,170)
#DFCBBB
(223,203,187)
#E6D7CC
(230,215,204)
#EDE3DD
(237,227,221)
#F4EFEE
(244,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE7744 color. Also use rgb(174,119,68) instead hex code.

Text Font Color

.myTextColor { color: #AE7744; }

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

This text font color is #AE7744.


Background Color

.myBgColor { background-color: #AE7744; }

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

This div background color is #AE7744.


Border color

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

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

This div border color is #AE7744.


Opacity

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

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

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

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

This text has shadow with #AE7744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7744 on black background.


Color preview on white background

This text has color #AE7744 on white background.



Black color preview on #AE7744 background

This text has black color on #AE7744 background.


White color preview on #AE7744 background

This text has white color on #AE7744 background.