COLOR #AE5074

HEX: #AE5074
RGB: (174,80,116)

Color info

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

RGB color model

#AE5074 color RGB value is (174,80,116).

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

RGB channels and saturation

R 174 of 255 = 68%
G 80 of 255 = 31%
B 116 of 255 = 45%

174
80
116

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

Portions of RGB colors in percentages

R + G + B =
174 + 80 + 116 = 370 (100%)
R 174 of 370 ~ 47.03%
G 80 of 370 ~ 21.62%
B 116 of 370 ~ 31.35%

%47.03
%21.62
%31.35

CMYK color model

#AE5074 color CMYK value is (0,54,33,32).

  • cyan value is 0.00%
  • magenta value is 54.02%
  • yellow value is 33.33%
  • key color value is 31.76%
CMYK:
(0,54,33,32)
C0M54Y33K32 
(0%,54%,33%,32%)
(0.00/0.54/0.33/0.32)	

CMYK percentages

%0
%54.02
%33.33
%31.76

Codes

Color #AE5074 in popluar color models

AE5074
RGB17480116
HSL337°37.01%49.80%
HSB/HSV337°54.02%68.24%
CMYK0.00%54.02%33.33%
31.76%

Color #AE5074 in popluar number systems.

HEXAE5074
Decimal17480116
Binary1010111010100001110100
Octal256120164

Shades and tints

Shades of #AE5074

#AE5074
(174,80,116)
#9F496A
(159,73,106)
#904260
(144,66,96)
#813B56
(129,59,86)
#72344C
(114,52,76)
#632D42
(99,45,66)
#542638
(84,38,56)
#451F2E
(69,31,46)
#361824
(54,24,36)
#27111A
(39,17,26)
#180A10
(24,10,16)
#000000
(0,0,0)

Tints of #AE5074

#AE5074
(174,80,116)
#B55F80
(181,95,128)
#BC6E8C
(188,110,140)
#C37D98
(195,125,152)
#CA8CA4
(202,140,164)
#D19BB0
(209,155,176)
#D8AABC
(216,170,188)
#DFB9C8
(223,185,200)
#E6C8D4
(230,200,212)
#EDD7E0
(237,215,224)
#F4E6EC
(244,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE5074; }

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

This text font color is #AE5074.


Background Color

.myBgColor { background-color: #AE5074; }

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

This div background color is #AE5074.


Border color

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

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

This div border color is #AE5074.


Opacity

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

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

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

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

This text has shadow with #AE5074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE5074 on black background.


Color preview on white background

This text has color #AE5074 on white background.



Black color preview on #AE5074 background

This text has black color on #AE5074 background.


White color preview on #AE5074 background

This text has white color on #AE5074 background.