COLOR #AE577E

HEX: #AE577E RGB: (174,87,126)

Color info

#AE577E contains mainly red and blue colors. Web safe color of #AE577E is #996666 (or #966).

RGB color model

#AE577E color RGB value is (174,87,126).

RGB: (174,87,126) (68%, 34%, 49%)

RGB channels and saturation

R 174 of 255 = 68%
G 87 of 255 = 34%
B 126 of 255 = 49%

174
87
126

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

Portions of RGB colors in percentages

R + G + B = 174 + 87 + 126 = 387 (100%)
R 174 of 387 ~ 44.96%
G 87 of 387 ~ 22.48%
B 126 of 387 ~ 32.56'%

%44.96
%22.48
%32.56

CMYK color model

#AE577E color CMYK value is (0,50,28,32).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 27.59%
  • key color value is 31.76%
CMYK: (0,50,28,32) C0M50Y28K32 (0%,50%,28%,32%) (0.00/0.50/0.28/0.32) 

CMYK percentages

%0
%50
%27.59
%31.76

Codes

Color #AE577E in popluar color models

AE 57 7E
RGB 174 87 126
HSL 333° 34.94% 51.18%
HSB/HSV 333° 50.00% 68.24%
CMYK 0.00% 50.00% 27.59%
31.76%

Color #AE577E in popluar number systems.

HEX AE 57 7E
Decimal 174 87 126
Binary 10101110 1010111 1111110
Octal 256 127 176

Shades and tints

Shades of #AE577E

#AE577E
(174,87,126)
#9F5073
(159,80,115)
#904968
(144,73,104)
#81425D
(129,66,93)
#723B52
(114,59,82)
#633447
(99,52,71)
#542D3C
(84,45,60)
#452631
(69,38,49)
#361F26
(54,31,38)
#27181B
(39,24,27)
#181110
(24,17,16)
#000000
(0,0,0)

Tints of #AE577E

#AE577E
(174,87,126)
#B56689
(181,102,137)
#BC7594
(188,117,148)
#C3849F
(195,132,159)
#CA93AA
(202,147,170)
#D1A2B5
(209,162,181)
#D8B1C0
(216,177,192)
#DFC0CB
(223,192,203)
#E6CFD6
(230,207,214)
#EDDEE1
(237,222,225)
#F4EDEC
(244,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE577E color. Also use rgb(174,87,126) instead hex code.

Text Font Color

.myTextColor { color: #AE577E; }

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

This text font color is #AE577E.

Background Color

.myBgColor { background-color: #AE577E; }

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

This div background color is #AE577E.

Border color

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

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

This div border color is #AE577E.

Opacity

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

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

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

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

This text has shadow with #AE577E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE577E.

Preview

Color preview on black background

This text has color #AE577E on black background.


Color preview on white background

This text has color #AE577E on white background.


Black color preview on #AE577E background

This text has black color on #AE577E background.


White color preview on #AE577E background

This text has white color on #AE577E background.


Related colors

Complementary color

Complementary color for #hex is #51A881.


I love getcolorcode.com

Triadic colors

1 #7EAE57 and #577EAE with #AE577E are triadic colors.

2 #7E57AE and #57AE7E with #AE577E are triadic colors.