COLOR #AE7242

HEX: #AE7242 RGB: (174,114,66)

Color info

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

RGB color model

#AE7242 color RGB value is (174,114,66).

RGB: (174,114,66) (68%, 45%, 26%)

RGB channels and saturation

R 174 of 255 = 68%
G 114 of 255 = 45%
B 66 of 255 = 26%

174
114
66

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

Portions of RGB colors in percentages

R + G + B = 174 + 114 + 66 = 354 (100%)
R 174 of 354 ~ 49.15%
G 114 of 354 ~ 32.2%
B 66 of 354 ~ 18.64'%

%49.15
%32.2
%18.64

CMYK color model

#AE7242 color CMYK value is (0,34,62,32).

  • cyan value is 0.00%
  • magenta value is 34.48%
  • yellow value is 62.07%
  • key color value is 31.76%

CMYK: (0,34,62,32)
C0M34Y62K32 (0%, 34%, 62%, 32%)
(0.00 / 0.34 / 0.62 / 0.32)

CMYK percentages

%0
%34.48
%62.07
%31.76

Codes

Color #AE7242 in popluar color models

AE 72 42
RGB 174 114 66
HSL 27° 45.00% 47.06%
HSB/HSV 27° 62.07% 68.24%
CMYK 0.00% 34.48% 62.07%
31.76%

Color #AE7242 in popluar number systems.

HEX AE 72 42
Decimal 174 114 66
Binary 10101110 1110010 1000010
Octal 256 162 102

Shades and tints

Shades of #AE7242

#AE7242
(174,114,66)
#9F683C
(159,104,60)
#905E36
(144,94,54)
#815430
(129,84,48)
#724A2A
(114,74,42)
#634024
(99,64,36)
#54361E
(84,54,30)
#452C18
(69,44,24)
#362212
(54,34,18)
#27180C
(39,24,12)
#180E06
(24,14,6)
#000000
(0,0,0)

Tints of #AE7242

#AE7242
(174,114,66)
#B57E53
(181,126,83)
#BC8A64
(188,138,100)
#C39675
(195,150,117)
#CAA286
(202,162,134)
#D1AE97
(209,174,151)
#D8BAA8
(216,186,168)
#DFC6B9
(223,198,185)
#E6D2CA
(230,210,202)
#EDDEDB
(237,222,219)
#F4EAEC
(244,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7242; }

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

This text font color is #AE7242.

Background Color

.myBgColor { background-color: #AE7242; }

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

This div background color is #AE7242.

Border color

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

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

This div border color is #AE7242.

Opacity

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

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

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

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

This text has shadow with #AE7242 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE7242.

Preview

Color preview on black background

This text has color #AE7242 on black background.


Color preview on white background

This text has color #AE7242 on white background.


Black color preview on #AE7242 background

This text has black color on #AE7242 background.


White color preview on #AE7242 background

This text has white color on #AE7242 background.


Related colors

Complementary color

Complementary color for #hex is #518DBD.


I love getcolorcode.com

Triadic colors

1 #42AE72 and #7242AE with #AE7242 are triadic colors.

2 #4272AE and #72AE42 with #AE7242 are triadic colors.