COLOR #AE7A54

HEX: #AE7A54
RGB: (174,122,84)

Color info

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

RGB color model

#AE7A54 color RGB value is (174,122,84).

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

RGB channels and saturation

R 174 of 255 = 68%
G 122 of 255 = 48%
B 84 of 255 = 33%

174
122
84

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

Portions of RGB colors in percentages

R + G + B =
174 + 122 + 84 = 380 (100%)
R 174 of 380 ~ 45.79%
G 122 of 380 ~ 32.11%
B 84 of 380 ~ 22.11%

%45.79
%32.11
%22.11

CMYK color model

#AE7A54 color CMYK value is (0,30,52,32).

  • cyan value is 0.00%
  • magenta value is 29.89%
  • yellow value is 51.72%
  • key color value is 31.76%
CMYK:
(0,30,52,32)
C0M30Y52K32 
(0%,30%,52%,32%)
(0.00/0.30/0.52/0.32)	

CMYK percentages

%0
%29.89
%51.72
%31.76

Codes

Color #AE7A54 in popluar color models

AE7A54
RGB17412284
HSL25°35.71%50.59%
HSB/HSV25°51.72%68.24%
CMYK0.00%29.89%51.72%
31.76%

Color #AE7A54 in popluar number systems.

HEXAE7A54
Decimal17412284
Binary1010111011110101010100
Octal256172124

Shades and tints

Shades of #AE7A54

#AE7A54
(174,122,84)
#9F6F4D
(159,111,77)
#906446
(144,100,70)
#81593F
(129,89,63)
#724E38
(114,78,56)
#634331
(99,67,49)
#54382A
(84,56,42)
#452D23
(69,45,35)
#36221C
(54,34,28)
#271715
(39,23,21)
#180C0E
(24,12,14)
#000000
(0,0,0)

Tints of #AE7A54

#AE7A54
(174,122,84)
#B58663
(181,134,99)
#BC9272
(188,146,114)
#C39E81
(195,158,129)
#CAAA90
(202,170,144)
#D1B69F
(209,182,159)
#D8C2AE
(216,194,174)
#DFCEBD
(223,206,189)
#E6DACC
(230,218,204)
#EDE6DB
(237,230,219)
#F4F2EA
(244,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7A54; }

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

This text font color is #AE7A54.


Background Color

.myBgColor { background-color: #AE7A54; }

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

This div background color is #AE7A54.


Border color

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

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

This div border color is #AE7A54.


Opacity

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

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

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

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

This text has shadow with #AE7A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7A54 on black background.


Color preview on white background

This text has color #AE7A54 on white background.



Black color preview on #AE7A54 background

This text has black color on #AE7A54 background.


White color preview on #AE7A54 background

This text has white color on #AE7A54 background.