COLOR #AE2649

HEX: #AE2649
RGB: (174,38,73)

Color info

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

RGB color model

#AE2649 color RGB value is (174,38,73).

  • red value is 174;
  • green value is 38;
  • blue value is 73.
RGB:
(174,38,73)
(68%,15%,29%)

RGB channels and saturation

R 174 of 255 = 68%
G 38 of 255 = 15%
B 73 of 255 = 29%

174
38
73

R + G + B ~ 37%. #AE2649 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
174 + 38 + 73 = 285 (100%)
R 174 of 285 ~ 61.05%
G 38 of 285 ~ 13.33%
B 73 of 285 ~ 25.61%

%61.05
%13.33
%25.61

CMYK color model

#AE2649 color CMYK value is (0,78,58,32).

  • cyan value is 0.00%
  • magenta value is 78.16%
  • yellow value is 58.05%
  • key color value is 31.76%
CMYK:
(0,78,58,32)
C0M78Y58K32 
(0%,78%,58%,32%)
(0.00/0.78/0.58/0.32)	

CMYK percentages

%0
%78.16
%58.05
%31.76

Codes

Color #AE2649 in popluar color models

AE2649
RGB1743873
HSL345°64.15%41.57%
HSB/HSV345°78.16%68.24%
CMYK0.00%78.16%58.05%
31.76%

Color #AE2649 in popluar number systems.

HEXAE2649
Decimal1743873
Binary101011101001101001001
Octal25646111

Shades and tints

Shades of #AE2649

#AE2649
(174,38,73)
#9F2343
(159,35,67)
#90203D
(144,32,61)
#811D37
(129,29,55)
#721A31
(114,26,49)
#63172B
(99,23,43)
#541425
(84,20,37)
#45111F
(69,17,31)
#360E19
(54,14,25)
#270B13
(39,11,19)
#18080D
(24,8,13)
#000000
(0,0,0)

Tints of #AE2649

#AE2649
(174,38,73)
#B53959
(181,57,89)
#BC4C69
(188,76,105)
#C35F79
(195,95,121)
#CA7289
(202,114,137)
#D18599
(209,133,153)
#D898A9
(216,152,169)
#DFABB9
(223,171,185)
#E6BEC9
(230,190,201)
#EDD1D9
(237,209,217)
#F4E4E9
(244,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE2649 color. Also use rgb(174,38,73) instead hex code.

Text Font Color

.myTextColor { color: #AE2649; }

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

This text font color is #AE2649.


Background Color

.myBgColor { background-color: #AE2649; }

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

This div background color is #AE2649.


Border color

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

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

This div border color is #AE2649.


Opacity

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

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

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

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

This text has shadow with #AE2649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE2649 on black background.


Color preview on white background

This text has color #AE2649 on white background.



Black color preview on #AE2649 background

This text has black color on #AE2649 background.


White color preview on #AE2649 background

This text has white color on #AE2649 background.