COLOR #AE7254

HEX: #AE7254
RGB: (174,114,84)

Color info

#AE7254 contains mainly red color. Web safe color of #AE7254 is #996666 (or #966).

RGB color model

#AE7254 color RGB value is (174,114,84).

  • red value is 174;
  • green value is 114;
  • blue value is 84.
RGB:
(174,114,84)
(68%,45%,33%)

RGB channels and saturation

R 174 of 255 = 68%
G 114 of 255 = 45%
B 84 of 255 = 33%

174
114
84

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

Portions of RGB colors in percentages

R + G + B =
174 + 114 + 84 = 372 (100%)
R 174 of 372 ~ 46.77%
G 114 of 372 ~ 30.65%
B 84 of 372 ~ 22.58%

%46.77
%30.65
%22.58

CMYK color model

#AE7254 color CMYK value is (0,34,52,32).

  • cyan value is 0.00%
  • magenta value is 34.48%
  • yellow value is 51.72%
  • key color value is 31.76%
CMYK:
(0,34,52,32)
C0M34Y52K32 
(0%,34%,52%,32%)
(0.00/0.34/0.52/0.32)	

CMYK percentages

%0
%34.48
%51.72
%31.76

Codes

Color #AE7254 in popluar color models

AE7254
RGB17411484
HSL20°35.71%50.59%
HSB/HSV20°51.72%68.24%
CMYK0.00%34.48%51.72%
31.76%

Color #AE7254 in popluar number systems.

HEXAE7254
Decimal17411484
Binary1010111011100101010100
Octal256162124

Shades and tints

Shades of #AE7254

#AE7254
(174,114,84)
#9F684D
(159,104,77)
#905E46
(144,94,70)
#81543F
(129,84,63)
#724A38
(114,74,56)
#634031
(99,64,49)
#54362A
(84,54,42)
#452C23
(69,44,35)
#36221C
(54,34,28)
#271815
(39,24,21)
#180E0E
(24,14,14)
#000000
(0,0,0)

Tints of #AE7254

#AE7254
(174,114,84)
#B57E63
(181,126,99)
#BC8A72
(188,138,114)
#C39681
(195,150,129)
#CAA290
(202,162,144)
#D1AE9F
(209,174,159)
#D8BAAE
(216,186,174)
#DFC6BD
(223,198,189)
#E6D2CC
(230,210,204)
#EDDEDB
(237,222,219)
#F4EAEA
(244,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE7254 color. Also use rgb(174,114,84) instead hex code.

Text Font Color

.myTextColor { color: #AE7254; }

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

This text font color is #AE7254.


Background Color

.myBgColor { background-color: #AE7254; }

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

This div background color is #AE7254.


Border color

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

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

This div border color is #AE7254.


Opacity

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

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

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

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

This text has shadow with #AE7254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7254 on black background.


Color preview on white background

This text has color #AE7254 on white background.



Black color preview on #AE7254 background

This text has black color on #AE7254 background.


White color preview on #AE7254 background

This text has white color on #AE7254 background.