COLOR #AE7451

HEX: #AE7451
RGB: (174,116,81)

Color info

#AE7451 contains mainly red and green colors. Web safe color of #AE7451 is #996666 (or #966).

RGB color model

#AE7451 color RGB value is (174,116,81).

  • red value is 174;
  • green value is 116;
  • blue value is 81.
RGB:
(174,116,81)
(68%,45%,32%)

RGB channels and saturation

R 174 of 255 = 68%
G 116 of 255 = 45%
B 81 of 255 = 32%

174
116
81

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

Portions of RGB colors in percentages

R + G + B =
174 + 116 + 81 = 371 (100%)
R 174 of 371 ~ 46.9%
G 116 of 371 ~ 31.27%
B 81 of 371 ~ 21.83%

%46.9
%31.27
%21.83

CMYK color model

#AE7451 color CMYK value is (0,33,53,32).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 53.45%
  • key color value is 31.76%
CMYK:
(0,33,53,32)
C0M33Y53K32 
(0%,33%,53%,32%)
(0.00/0.33/0.53/0.32)	

CMYK percentages

%0
%33.33
%53.45
%31.76

Codes

Color #AE7451 in popluar color models

AE7451
RGB17411681
HSL23°36.47%50.00%
HSB/HSV23°53.45%68.24%
CMYK0.00%33.33%53.45%
31.76%

Color #AE7451 in popluar number systems.

HEXAE7451
Decimal17411681
Binary1010111011101001010001
Octal256164121

Shades and tints

Shades of #AE7451

#AE7451
(174,116,81)
#9F6A4A
(159,106,74)
#906043
(144,96,67)
#81563C
(129,86,60)
#724C35
(114,76,53)
#63422E
(99,66,46)
#543827
(84,56,39)
#452E20
(69,46,32)
#362419
(54,36,25)
#271A12
(39,26,18)
#18100B
(24,16,11)
#000000
(0,0,0)

Tints of #AE7451

#AE7451
(174,116,81)
#B58060
(181,128,96)
#BC8C6F
(188,140,111)
#C3987E
(195,152,126)
#CAA48D
(202,164,141)
#D1B09C
(209,176,156)
#D8BCAB
(216,188,171)
#DFC8BA
(223,200,186)
#E6D4C9
(230,212,201)
#EDE0D8
(237,224,216)
#F4ECE7
(244,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE7451 color. Also use rgb(174,116,81) instead hex code.

Text Font Color

.myTextColor { color: #AE7451; }

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

This text font color is #AE7451.


Background Color

.myBgColor { background-color: #AE7451; }

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

This div background color is #AE7451.


Border color

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

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

This div border color is #AE7451.


Opacity

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

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

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

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

This text has shadow with #AE7451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7451 on black background.


Color preview on white background

This text has color #AE7451 on white background.



Black color preview on #AE7451 background

This text has black color on #AE7451 background.


White color preview on #AE7451 background

This text has white color on #AE7451 background.