COLOR #AE2259

HEX: #AE2259
RGB: (174,34,89)

Color info

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

RGB color model

#AE2259 color RGB value is (174,34,89).

  • red value is 174;
  • green value is 34;
  • blue value is 89.
RGB:
(174,34,89)
(68%,13%,35%)

RGB channels and saturation

R 174 of 255 = 68%
G 34 of 255 = 13%
B 89 of 255 = 35%

174
34
89

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

Portions of RGB colors in percentages

R + G + B =
174 + 34 + 89 = 297 (100%)
R 174 of 297 ~ 58.59%
G 34 of 297 ~ 11.45%
B 89 of 297 ~ 29.97%

%58.59
%11.45
%29.97

CMYK color model

#AE2259 color CMYK value is (0,80,49,32).

  • cyan value is 0.00%
  • magenta value is 80.46%
  • yellow value is 48.85%
  • key color value is 31.76%
CMYK:
(0,80,49,32)
C0M80Y49K32 
(0%,80%,49%,32%)
(0.00/0.80/0.49/0.32)	

CMYK percentages

%0
%80.46
%48.85
%31.76

Codes

Color #AE2259 in popluar color models

AE2259
RGB1743489
HSL336°67.31%40.78%
HSB/HSV336°80.46%68.24%
CMYK0.00%80.46%48.85%
31.76%

Color #AE2259 in popluar number systems.

HEXAE2259
Decimal1743489
Binary101011101000101011001
Octal25642131

Shades and tints

Shades of #AE2259

#AE2259
(174,34,89)
#9F1F51
(159,31,81)
#901C49
(144,28,73)
#811941
(129,25,65)
#721639
(114,22,57)
#631331
(99,19,49)
#541029
(84,16,41)
#450D21
(69,13,33)
#360A19
(54,10,25)
#270711
(39,7,17)
#180409
(24,4,9)
#000000
(0,0,0)

Tints of #AE2259

#AE2259
(174,34,89)
#B53668
(181,54,104)
#BC4A77
(188,74,119)
#C35E86
(195,94,134)
#CA7295
(202,114,149)
#D186A4
(209,134,164)
#D89AB3
(216,154,179)
#DFAEC2
(223,174,194)
#E6C2D1
(230,194,209)
#EDD6E0
(237,214,224)
#F4EAEF
(244,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE2259 color. Also use rgb(174,34,89) instead hex code.

Text Font Color

.myTextColor { color: #AE2259; }

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

This text font color is #AE2259.


Background Color

.myBgColor { background-color: #AE2259; }

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

This div background color is #AE2259.


Border color

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

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

This div border color is #AE2259.


Opacity

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

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

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

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

This text has shadow with #AE2259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE2259 on black background.


Color preview on white background

This text has color #AE2259 on white background.



Black color preview on #AE2259 background

This text has black color on #AE2259 background.


White color preview on #AE2259 background

This text has white color on #AE2259 background.