COLOR #AE472F

HEX: #AE472F RGB: (174,71,47)

Color info

#AE472F contains mainly red color. Web safe color of #AE472F is #993333 (or #933).

RGB color model

#AE472F color RGB value is (174,71,47).

RGB: (174,71,47) (68%, 28%, 18%)

RGB channels and saturation

R 174 of 255 = 68%
G 71 of 255 = 28%
B 47 of 255 = 18%

174
71
47

R + G + B ~ 38%. #AE472F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 174 + 71 + 47 = 292 (100%)
R 174 of 292 ~ 59.59%
G 71 of 292 ~ 24.32%
B 47 of 292 ~ 16.1'%

%59.59
%24.32
%16.1

CMYK color model

#AE472F color CMYK value is (0,59,73,32).

  • cyan value is 0.00%
  • magenta value is 59.20%
  • yellow value is 72.99%
  • key color value is 31.76%

CMYK: (0,59,73,32)
C0M59Y73K32 (0%, 59%, 73%, 32%)
(0.00 / 0.59 / 0.73 / 0.32)

CMYK percentages

%0
%59.2
%72.99
%31.76

Codes

Color #AE472F in popluar color models

AE 47 2F
RGB 174 71 47
HSL 11° 57.47% 43.33%
HSB/HSV 11° 72.99% 68.24%
CMYK 0.00% 59.20% 72.99%
31.76%

Color #AE472F in popluar number systems.

HEX AE 47 2F
Decimal 174 71 47
Binary 10101110 1000111 101111
Octal 256 107 57

Shades and tints

Shades of #AE472F

#AE472F
(174,71,47)
#9F412B
(159,65,43)
#903B27
(144,59,39)
#813523
(129,53,35)
#722F1F
(114,47,31)
#63291B
(99,41,27)
#542317
(84,35,23)
#451D13
(69,29,19)
#36170F
(54,23,15)
#27110B
(39,17,11)
#180B07
(24,11,7)
#000000
(0,0,0)

Tints of #AE472F

#AE472F
(174,71,47)
#B55741
(181,87,65)
#BC6753
(188,103,83)
#C37765
(195,119,101)
#CA8777
(202,135,119)
#D19789
(209,151,137)
#D8A79B
(216,167,155)
#DFB7AD
(223,183,173)
#E6C7BF
(230,199,191)
#EDD7D1
(237,215,209)
#F4E7E3
(244,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE472F color. Also use rgb(174,71,47) instead hex code.

Text Font Color

.myTextColor { color: #AE472F; }

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

This text font color is #AE472F.

Background Color

.myBgColor { background-color: #AE472F; }

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

This div background color is #AE472F.

Border color

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

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

This div border color is #AE472F.

Opacity

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

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

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

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

This text has shadow with #AE472F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE472F.

Preview

Color preview on black background

This text has color #AE472F on black background.


Color preview on white background

This text has color #AE472F on white background.


Black color preview on #AE472F background

This text has black color on #AE472F background.


White color preview on #AE472F background

This text has white color on #AE472F background.


Related colors

Complementary color

Complementary color for #hex is #51B8D0.


I love getcolorcode.com

Triadic colors

1 #2FAE47 and #472FAE with #AE472F are triadic colors.

2 #2F47AE and #47AE2F with #AE472F are triadic colors.