COLOR #AE244F

HEX: #AE244F
RGB: (174,36,79)

Color info

#AE244F contains mainly red color. Web safe color of #AE244F is #993366 (or #936).

RGB color model

#AE244F color RGB value is (174,36,79).

  • red value is 174;
  • green value is 36;
  • blue value is 79.
RGB:
(174,36,79)
(68%,14%,31%)

RGB channels and saturation

R 174 of 255 = 68%
G 36 of 255 = 14%
B 79 of 255 = 31%

174
36
79

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

Portions of RGB colors in percentages

R + G + B =
174 + 36 + 79 = 289 (100%)
R 174 of 289 ~ 60.21%
G 36 of 289 ~ 12.46%
B 79 of 289 ~ 27.34%

%60.21
%12.46
%27.34

CMYK color model

#AE244F color CMYK value is (0,79,55,32).

  • cyan value is 0.00%
  • magenta value is 79.31%
  • yellow value is 54.60%
  • key color value is 31.76%
CMYK:
(0,79,55,32)
C0M79Y55K32 
(0%,79%,55%,32%)
(0.00/0.79/0.55/0.32)	

CMYK percentages

%0
%79.31
%54.6
%31.76

Codes

Color #AE244F in popluar color models

AE244F
RGB1743679
HSL341°65.71%41.18%
HSB/HSV341°79.31%68.24%
CMYK0.00%79.31%54.60%
31.76%

Color #AE244F in popluar number systems.

HEXAE244F
Decimal1743679
Binary101011101001001001111
Octal25644117

Shades and tints

Shades of #AE244F

#AE244F
(174,36,79)
#9F2148
(159,33,72)
#901E41
(144,30,65)
#811B3A
(129,27,58)
#721833
(114,24,51)
#63152C
(99,21,44)
#541225
(84,18,37)
#450F1E
(69,15,30)
#360C17
(54,12,23)
#270910
(39,9,16)
#180609
(24,6,9)
#000000
(0,0,0)

Tints of #AE244F

#AE244F
(174,36,79)
#B5375F
(181,55,95)
#BC4A6F
(188,74,111)
#C35D7F
(195,93,127)
#CA708F
(202,112,143)
#D1839F
(209,131,159)
#D896AF
(216,150,175)
#DFA9BF
(223,169,191)
#E6BCCF
(230,188,207)
#EDCFDF
(237,207,223)
#F4E2EF
(244,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE244F color. Also use rgb(174,36,79) instead hex code.

Text Font Color

.myTextColor { color: #AE244F; }

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

This text font color is #AE244F.


Background Color

.myBgColor { background-color: #AE244F; }

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

This div background color is #AE244F.


Border color

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

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

This div border color is #AE244F.


Opacity

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

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

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

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

This text has shadow with #AE244F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE244F on black background.


Color preview on white background

This text has color #AE244F on white background.



Black color preview on #AE244F background

This text has black color on #AE244F background.


White color preview on #AE244F background

This text has white color on #AE244F background.