COLOR #AE557B

HEX: #AE557B
RGB: (174,85,123)

Color info

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

RGB color model

#AE557B color RGB value is (174,85,123).

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

RGB channels and saturation

R 174 of 255 = 68%
G 85 of 255 = 33%
B 123 of 255 = 48%

174
85
123

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

Portions of RGB colors in percentages

R + G + B =
174 + 85 + 123 = 382 (100%)
R 174 of 382 ~ 45.55%
G 85 of 382 ~ 22.25%
B 123 of 382 ~ 32.2%

%45.55
%22.25
%32.2

CMYK color model

#AE557B color CMYK value is (0,51,29,32).

  • cyan value is 0.00%
  • magenta value is 51.15%
  • yellow value is 29.31%
  • key color value is 31.76%
CMYK:
(0,51,29,32)
C0M51Y29K32 
(0%,51%,29%,32%)
(0.00/0.51/0.29/0.32)	

CMYK percentages

%0
%51.15
%29.31
%31.76

Codes

Color #AE557B in popluar color models

AE557B
RGB17485123
HSL334°35.46%50.78%
HSB/HSV334°51.15%68.24%
CMYK0.00%51.15%29.31%
31.76%

Color #AE557B in popluar number systems.

HEXAE557B
Decimal17485123
Binary1010111010101011111011
Octal256125173

Shades and tints

Shades of #AE557B

#AE557B
(174,85,123)
#9F4E70
(159,78,112)
#904765
(144,71,101)
#81405A
(129,64,90)
#72394F
(114,57,79)
#633244
(99,50,68)
#542B39
(84,43,57)
#45242E
(69,36,46)
#361D23
(54,29,35)
#271618
(39,22,24)
#180F0D
(24,15,13)
#000000
(0,0,0)

Tints of #AE557B

#AE557B
(174,85,123)
#B56487
(181,100,135)
#BC7393
(188,115,147)
#C3829F
(195,130,159)
#CA91AB
(202,145,171)
#D1A0B7
(209,160,183)
#D8AFC3
(216,175,195)
#DFBECF
(223,190,207)
#E6CDDB
(230,205,219)
#EDDCE7
(237,220,231)
#F4EBF3
(244,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE557B; }

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

This text font color is #AE557B.


Background Color

.myBgColor { background-color: #AE557B; }

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

This div background color is #AE557B.


Border color

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

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

This div border color is #AE557B.


Opacity

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

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

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

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

This text has shadow with #AE557B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE557B on black background.


Color preview on white background

This text has color #AE557B on white background.



Black color preview on #AE557B background

This text has black color on #AE557B background.


White color preview on #AE557B background

This text has white color on #AE557B background.