COLOR #AE4738

HEX: #AE4738
RGB: (174,71,56)

Color info

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

RGB color model

#AE4738 color RGB value is (174,71,56).

  • red value is 174;
  • green value is 71;
  • blue value is 56.
RGB:
(174,71,56)
(68%,28%,22%)

RGB channels and saturation

R 174 of 255 = 68%
G 71 of 255 = 28%
B 56 of 255 = 22%

174
71
56

R + G + B ~ 39%. #AE4738 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
174 + 71 + 56 = 301 (100%)
R 174 of 301 ~ 57.81%
G 71 of 301 ~ 23.59%
B 56 of 301 ~ 18.6%

%57.81
%23.59
%18.6

CMYK color model

#AE4738 color CMYK value is (0,59,68,32).

  • cyan value is 0.00%
  • magenta value is 59.20%
  • yellow value is 67.82%
  • key color value is 31.76%
CMYK:
(0,59,68,32)
C0M59Y68K32 
(0%,59%,68%,32%)
(0.00/0.59/0.68/0.32)	

CMYK percentages

%0
%59.2
%67.82
%31.76

Codes

Color #AE4738 in popluar color models

AE4738
RGB1747156
HSL51.30%45.10%
HSB/HSV67.82%68.24%
CMYK0.00%59.20%67.82%
31.76%

Color #AE4738 in popluar number systems.

HEXAE4738
Decimal1747156
Binary101011101000111111000
Octal25610770

Shades and tints

Shades of #AE4738

#AE4738
(174,71,56)
#9F4133
(159,65,51)
#903B2E
(144,59,46)
#813529
(129,53,41)
#722F24
(114,47,36)
#63291F
(99,41,31)
#54231A
(84,35,26)
#451D15
(69,29,21)
#361710
(54,23,16)
#27110B
(39,17,11)
#180B06
(24,11,6)
#000000
(0,0,0)

Tints of #AE4738

#AE4738
(174,71,56)
#B5574A
(181,87,74)
#BC675C
(188,103,92)
#C3776E
(195,119,110)
#CA8780
(202,135,128)
#D19792
(209,151,146)
#D8A7A4
(216,167,164)
#DFB7B6
(223,183,182)
#E6C7C8
(230,199,200)
#EDD7DA
(237,215,218)
#F4E7EC
(244,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE4738; }

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

This text font color is #AE4738.


Background Color

.myBgColor { background-color: #AE4738; }

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

This div background color is #AE4738.


Border color

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

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

This div border color is #AE4738.


Opacity

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

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

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

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

This text has shadow with #AE4738 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE4738 on black background.


Color preview on white background

This text has color #AE4738 on white background.



Black color preview on #AE4738 background

This text has black color on #AE4738 background.


White color preview on #AE4738 background

This text has white color on #AE4738 background.