COLOR #AE5571

HEX: #AE5571
RGB: (174,85,113)

Color info

#AE5571 contains mainly red color. Web safe color of #AE5571 is #996666 (or #966).

RGB color model

#AE5571 color RGB value is (174,85,113).

  • red value is 174;
  • green value is 85;
  • blue value is 113.
RGB:
(174,85,113)
(68%,33%,44%)

RGB channels and saturation

R 174 of 255 = 68%
G 85 of 255 = 33%
B 113 of 255 = 44%

174
85
113

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

Portions of RGB colors in percentages

R + G + B =
174 + 85 + 113 = 372 (100%)
R 174 of 372 ~ 46.77%
G 85 of 372 ~ 22.85%
B 113 of 372 ~ 30.38%

%46.77
%22.85
%30.38

CMYK color model

#AE5571 color CMYK value is (0,51,35,32).

  • cyan value is 0.00%
  • magenta value is 51.15%
  • yellow value is 35.06%
  • key color value is 31.76%
CMYK:
(0,51,35,32)
C0M51Y35K32 
(0%,51%,35%,32%)
(0.00/0.51/0.35/0.32)	

CMYK percentages

%0
%51.15
%35.06
%31.76

Codes

Color #AE5571 in popluar color models

AE5571
RGB17485113
HSL341°35.46%50.78%
HSB/HSV341°51.15%68.24%
CMYK0.00%51.15%35.06%
31.76%

Color #AE5571 in popluar number systems.

HEXAE5571
Decimal17485113
Binary1010111010101011110001
Octal256125161

Shades and tints

Shades of #AE5571

#AE5571
(174,85,113)
#9F4E67
(159,78,103)
#90475D
(144,71,93)
#814053
(129,64,83)
#723949
(114,57,73)
#63323F
(99,50,63)
#542B35
(84,43,53)
#45242B
(69,36,43)
#361D21
(54,29,33)
#271617
(39,22,23)
#180F0D
(24,15,13)
#000000
(0,0,0)

Tints of #AE5571

#AE5571
(174,85,113)
#B5647D
(181,100,125)
#BC7389
(188,115,137)
#C38295
(195,130,149)
#CA91A1
(202,145,161)
#D1A0AD
(209,160,173)
#D8AFB9
(216,175,185)
#DFBEC5
(223,190,197)
#E6CDD1
(230,205,209)
#EDDCDD
(237,220,221)
#F4EBE9
(244,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE5571 color. Also use rgb(174,85,113) instead hex code.

Text Font Color

.myTextColor { color: #AE5571; }

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

This text font color is #AE5571.


Background Color

.myBgColor { background-color: #AE5571; }

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

This div background color is #AE5571.


Border color

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

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

This div border color is #AE5571.


Opacity

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

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

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

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

This text has shadow with #AE5571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE5571 on black background.


Color preview on white background

This text has color #AE5571 on white background.



Black color preview on #AE5571 background

This text has black color on #AE5571 background.


White color preview on #AE5571 background

This text has white color on #AE5571 background.