COLOR #AE4A41

HEX: #AE4A41
RGB: (174,74,65)

Color info

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

RGB color model

#AE4A41 color RGB value is (174,74,65).

  • red value is 174;
  • green value is 74;
  • blue value is 65.
RGB:
(174,74,65)
(68%,29%,25%)

RGB channels and saturation

R 174 of 255 = 68%
G 74 of 255 = 29%
B 65 of 255 = 25%

174
74
65

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

Portions of RGB colors in percentages

R + G + B =
174 + 74 + 65 = 313 (100%)
R 174 of 313 ~ 55.59%
G 74 of 313 ~ 23.64%
B 65 of 313 ~ 20.77%

%55.59
%23.64
%20.77

CMYK color model

#AE4A41 color CMYK value is (0,57,63,32).

  • cyan value is 0.00%
  • magenta value is 57.47%
  • yellow value is 62.64%
  • key color value is 31.76%
CMYK:
(0,57,63,32)
C0M57Y63K32 
(0%,57%,63%,32%)
(0.00/0.57/0.63/0.32)	

CMYK percentages

%0
%57.47
%62.64
%31.76

Codes

Color #AE4A41 in popluar color models

AE4A41
RGB1747465
HSL45.61%46.86%
HSB/HSV62.64%68.24%
CMYK0.00%57.47%62.64%
31.76%

Color #AE4A41 in popluar number systems.

HEXAE4A41
Decimal1747465
Binary1010111010010101000001
Octal256112101

Shades and tints

Shades of #AE4A41

#AE4A41
(174,74,65)
#9F443C
(159,68,60)
#903E37
(144,62,55)
#813832
(129,56,50)
#72322D
(114,50,45)
#632C28
(99,44,40)
#542623
(84,38,35)
#45201E
(69,32,30)
#361A19
(54,26,25)
#271414
(39,20,20)
#180E0F
(24,14,15)
#000000
(0,0,0)

Tints of #AE4A41

#AE4A41
(174,74,65)
#B55A52
(181,90,82)
#BC6A63
(188,106,99)
#C37A74
(195,122,116)
#CA8A85
(202,138,133)
#D19A96
(209,154,150)
#D8AAA7
(216,170,167)
#DFBAB8
(223,186,184)
#E6CAC9
(230,202,201)
#EDDADA
(237,218,218)
#F4EAEB
(244,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE4A41; }

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

This text font color is #AE4A41.


Background Color

.myBgColor { background-color: #AE4A41; }

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

This div background color is #AE4A41.


Border color

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

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

This div border color is #AE4A41.


Opacity

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

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

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

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

This text has shadow with #AE4A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE4A41 on black background.


Color preview on white background

This text has color #AE4A41 on white background.



Black color preview on #AE4A41 background

This text has black color on #AE4A41 background.


White color preview on #AE4A41 background

This text has white color on #AE4A41 background.