COLOR #AE406A

HEX: #AE406A
RGB: (174,64,106)

Color info

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

RGB color model

#AE406A color RGB value is (174,64,106).

  • red value is 174;
  • green value is 64;
  • blue value is 106.
RGB:
(174,64,106)
(68%,25%,42%)

RGB channels and saturation

R 174 of 255 = 68%
G 64 of 255 = 25%
B 106 of 255 = 42%

174
64
106

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

Portions of RGB colors in percentages

R + G + B =
174 + 64 + 106 = 344 (100%)
R 174 of 344 ~ 50.58%
G 64 of 344 ~ 18.6%
B 106 of 344 ~ 30.81%

%50.58
%18.6
%30.81

CMYK color model

#AE406A color CMYK value is (0,63,39,32).

  • cyan value is 0.00%
  • magenta value is 63.22%
  • yellow value is 39.08%
  • key color value is 31.76%
CMYK:
(0,63,39,32)
C0M63Y39K32 
(0%,63%,39%,32%)
(0.00/0.63/0.39/0.32)	

CMYK percentages

%0
%63.22
%39.08
%31.76

Codes

Color #AE406A in popluar color models

AE406A
RGB17464106
HSL337°46.22%46.67%
HSB/HSV337°63.22%68.24%
CMYK0.00%63.22%39.08%
31.76%

Color #AE406A in popluar number systems.

HEXAE406A
Decimal17464106
Binary1010111010000001101010
Octal256100152

Shades and tints

Shades of #AE406A

#AE406A
(174,64,106)
#9F3B61
(159,59,97)
#903658
(144,54,88)
#81314F
(129,49,79)
#722C46
(114,44,70)
#63273D
(99,39,61)
#542234
(84,34,52)
#451D2B
(69,29,43)
#361822
(54,24,34)
#271319
(39,19,25)
#180E10
(24,14,16)
#000000
(0,0,0)

Tints of #AE406A

#AE406A
(174,64,106)
#B55177
(181,81,119)
#BC6284
(188,98,132)
#C37391
(195,115,145)
#CA849E
(202,132,158)
#D195AB
(209,149,171)
#D8A6B8
(216,166,184)
#DFB7C5
(223,183,197)
#E6C8D2
(230,200,210)
#EDD9DF
(237,217,223)
#F4EAEC
(244,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE406A color. Also use rgb(174,64,106) instead hex code.

Text Font Color

.myTextColor { color: #AE406A; }

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

This text font color is #AE406A.


Background Color

.myBgColor { background-color: #AE406A; }

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

This div background color is #AE406A.


Border color

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

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

This div border color is #AE406A.


Opacity

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

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

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

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

This text has shadow with #AE406A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE406A on black background.


Color preview on white background

This text has color #AE406A on white background.



Black color preview on #AE406A background

This text has black color on #AE406A background.


White color preview on #AE406A background

This text has white color on #AE406A background.