COLOR #AE5A74

HEX: #AE5A74
RGB: (174,90,116)

Color info

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

RGB color model

#AE5A74 color RGB value is (174,90,116).

  • red value is 174;
  • green value is 90;
  • blue value is 116.
RGB:
(174,90,116)
(68%,35%,45%)

RGB channels and saturation

R 174 of 255 = 68%
G 90 of 255 = 35%
B 116 of 255 = 45%

174
90
116

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

Portions of RGB colors in percentages

R + G + B =
174 + 90 + 116 = 380 (100%)
R 174 of 380 ~ 45.79%
G 90 of 380 ~ 23.68%
B 116 of 380 ~ 30.53%

%45.79
%23.68
%30.53

CMYK color model

#AE5A74 color CMYK value is (0,48,33,32).

  • cyan value is 0.00%
  • magenta value is 48.28%
  • yellow value is 33.33%
  • key color value is 31.76%
CMYK:
(0,48,33,32)
C0M48Y33K32 
(0%,48%,33%,32%)
(0.00/0.48/0.33/0.32)	

CMYK percentages

%0
%48.28
%33.33
%31.76

Codes

Color #AE5A74 in popluar color models

AE5A74
RGB17490116
HSL341°34.15%51.76%
HSB/HSV341°48.28%68.24%
CMYK0.00%48.28%33.33%
31.76%

Color #AE5A74 in popluar number systems.

HEXAE5A74
Decimal17490116
Binary1010111010110101110100
Octal256132164

Shades and tints

Shades of #AE5A74

#AE5A74
(174,90,116)
#9F526A
(159,82,106)
#904A60
(144,74,96)
#814256
(129,66,86)
#723A4C
(114,58,76)
#633242
(99,50,66)
#542A38
(84,42,56)
#45222E
(69,34,46)
#361A24
(54,26,36)
#27121A
(39,18,26)
#180A10
(24,10,16)
#000000
(0,0,0)

Tints of #AE5A74

#AE5A74
(174,90,116)
#B56980
(181,105,128)
#BC788C
(188,120,140)
#C38798
(195,135,152)
#CA96A4
(202,150,164)
#D1A5B0
(209,165,176)
#D8B4BC
(216,180,188)
#DFC3C8
(223,195,200)
#E6D2D4
(230,210,212)
#EDE1E0
(237,225,224)
#F4F0EC
(244,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE5A74 color. Also use rgb(174,90,116) instead hex code.

Text Font Color

.myTextColor { color: #AE5A74; }

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

This text font color is #AE5A74.


Background Color

.myBgColor { background-color: #AE5A74; }

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

This div background color is #AE5A74.


Border color

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

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

This div border color is #AE5A74.


Opacity

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

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

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

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

This text has shadow with #AE5A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE5A74 on black background.


Color preview on white background

This text has color #AE5A74 on white background.



Black color preview on #AE5A74 background

This text has black color on #AE5A74 background.


White color preview on #AE5A74 background

This text has white color on #AE5A74 background.