COLOR #AE7241

HEX: #AE7241 RGB: (174,114,65)

Color info

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

RGB color model

#AE7241 color RGB value is (174,114,65).

RGB: (174,114,65) (68%, 45%, 25%)

RGB channels and saturation

R 174 of 255 = 68%
G 114 of 255 = 45%
B 65 of 255 = 25%

174
114
65

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

Portions of RGB colors in percentages

R + G + B = 174 + 114 + 65 = 353 (100%)
R 174 of 353 ~ 49.29%
G 114 of 353 ~ 32.29%
B 65 of 353 ~ 18.41'%

%49.29
%32.29
%18.41

CMYK color model

#AE7241 color CMYK value is (0,34,63,32).

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

CMYK: (0,34,63,32)
C0M34Y63K32 (0%, 34%, 63%, 32%)
(0.00 / 0.34 / 0.63 / 0.32)

CMYK percentages

%0
%34.48
%62.64
%31.76

Codes

Color #AE7241 in popluar color models

AE 72 41
RGB 174 114 65
HSL 27° 45.61% 46.86%
HSB/HSV 27° 62.64% 68.24%
CMYK 0.00% 34.48% 62.64%
31.76%

Color #AE7241 in popluar number systems.

HEX AE 72 41
Decimal 174 114 65
Binary 10101110 1110010 1000001
Octal 256 162 101

Shades and tints

Shades of #AE7241

#AE7241
(174,114,65)
#9F683C
(159,104,60)
#905E37
(144,94,55)
#815432
(129,84,50)
#724A2D
(114,74,45)
#634028
(99,64,40)
#543623
(84,54,35)
#452C1E
(69,44,30)
#362219
(54,34,25)
#271814
(39,24,20)
#180E0F
(24,14,15)
#000000
(0,0,0)

Tints of #AE7241

#AE7241
(174,114,65)
#B57E52
(181,126,82)
#BC8A63
(188,138,99)
#C39674
(195,150,116)
#CAA285
(202,162,133)
#D1AE96
(209,174,150)
#D8BAA7
(216,186,167)
#DFC6B8
(223,198,184)
#E6D2C9
(230,210,201)
#EDDEDA
(237,222,218)
#F4EAEB
(244,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7241; }

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

This text font color is #AE7241.

Background Color

.myBgColor { background-color: #AE7241; }

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

This div background color is #AE7241.

Border color

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

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

This div border color is #AE7241.

Opacity

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

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

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

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

This text has shadow with #AE7241 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE7241.

Preview

Color preview on black background

This text has color #AE7241 on black background.


Color preview on white background

This text has color #AE7241 on white background.


Black color preview on #AE7241 background

This text has black color on #AE7241 background.


White color preview on #AE7241 background

This text has white color on #AE7241 background.


Related colors

Complementary color

Complementary color for #hex is #518DBE.


I love getcolorcode.com

Triadic colors

1 #41AE72 and #7241AE with #AE7241 are triadic colors.

2 #4172AE and #72AE41 with #AE7241 are triadic colors.