COLOR #AE3E58

HEX: #AE3E58
RGB: (174,62,88)

Color info

#AE3E58 contains mainly red color. Web safe color of #AE3E58 is #993366 (or #936).

RGB color model

#AE3E58 color RGB value is (174,62,88).

  • red value is 174;
  • green value is 62;
  • blue value is 88.
RGB:
(174,62,88)
(68%,24%,35%)

RGB channels and saturation

R 174 of 255 = 68%
G 62 of 255 = 24%
B 88 of 255 = 35%

174
62
88

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

Portions of RGB colors in percentages

R + G + B =
174 + 62 + 88 = 324 (100%)
R 174 of 324 ~ 53.7%
G 62 of 324 ~ 19.14%
B 88 of 324 ~ 27.16%

%53.7
%19.14
%27.16

CMYK color model

#AE3E58 color CMYK value is (0,64,49,32).

  • cyan value is 0.00%
  • magenta value is 64.37%
  • yellow value is 49.43%
  • key color value is 31.76%
CMYK:
(0,64,49,32)
C0M64Y49K32 
(0%,64%,49%,32%)
(0.00/0.64/0.49/0.32)	

CMYK percentages

%0
%64.37
%49.43
%31.76

Codes

Color #AE3E58 in popluar color models

AE3E58
RGB1746288
HSL346°47.46%46.27%
HSB/HSV346°64.37%68.24%
CMYK0.00%64.37%49.43%
31.76%

Color #AE3E58 in popluar number systems.

HEXAE3E58
Decimal1746288
Binary101011101111101011000
Octal25676130

Shades and tints

Shades of #AE3E58

#AE3E58
(174,62,88)
#9F3950
(159,57,80)
#903448
(144,52,72)
#812F40
(129,47,64)
#722A38
(114,42,56)
#632530
(99,37,48)
#542028
(84,32,40)
#451B20
(69,27,32)
#361618
(54,22,24)
#271110
(39,17,16)
#180C08
(24,12,8)
#000000
(0,0,0)

Tints of #AE3E58

#AE3E58
(174,62,88)
#B54F67
(181,79,103)
#BC6076
(188,96,118)
#C37185
(195,113,133)
#CA8294
(202,130,148)
#D193A3
(209,147,163)
#D8A4B2
(216,164,178)
#DFB5C1
(223,181,193)
#E6C6D0
(230,198,208)
#EDD7DF
(237,215,223)
#F4E8EE
(244,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE3E58 color. Also use rgb(174,62,88) instead hex code.

Text Font Color

.myTextColor { color: #AE3E58; }

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

This text font color is #AE3E58.


Background Color

.myBgColor { background-color: #AE3E58; }

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

This div background color is #AE3E58.


Border color

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

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

This div border color is #AE3E58.


Opacity

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

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

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

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

This text has shadow with #AE3E58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE3E58 on black background.


Color preview on white background

This text has color #AE3E58 on white background.



Black color preview on #AE3E58 background

This text has black color on #AE3E58 background.


White color preview on #AE3E58 background

This text has white color on #AE3E58 background.