COLOR #AE3A6A

HEX: #AE3A6A
RGB: (174,58,106)

Color info

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

RGB color model

#AE3A6A color RGB value is (174,58,106).

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

RGB channels and saturation

R 174 of 255 = 68%
G 58 of 255 = 23%
B 106 of 255 = 42%

174
58
106

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

Portions of RGB colors in percentages

R + G + B =
174 + 58 + 106 = 338 (100%)
R 174 of 338 ~ 51.48%
G 58 of 338 ~ 17.16%
B 106 of 338 ~ 31.36%

%51.48
%17.16
%31.36

CMYK color model

#AE3A6A color CMYK value is (0,67,39,32).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 39.08%
  • key color value is 31.76%
CMYK:
(0,67,39,32)
C0M67Y39K32 
(0%,67%,39%,32%)
(0.00/0.67/0.39/0.32)	

CMYK percentages

%0
%66.67
%39.08
%31.76

Codes

Color #AE3A6A in popluar color models

AE3A6A
RGB17458106
HSL335°50.00%45.49%
HSB/HSV335°66.67%68.24%
CMYK0.00%66.67%39.08%
31.76%

Color #AE3A6A in popluar number systems.

HEXAE3A6A
Decimal17458106
Binary101011101110101101010
Octal25672152

Shades and tints

Shades of #AE3A6A

#AE3A6A
(174,58,106)
#9F3561
(159,53,97)
#903058
(144,48,88)
#812B4F
(129,43,79)
#722646
(114,38,70)
#63213D
(99,33,61)
#541C34
(84,28,52)
#45172B
(69,23,43)
#361222
(54,18,34)
#270D19
(39,13,25)
#180810
(24,8,16)
#000000
(0,0,0)

Tints of #AE3A6A

#AE3A6A
(174,58,106)
#B54B77
(181,75,119)
#BC5C84
(188,92,132)
#C36D91
(195,109,145)
#CA7E9E
(202,126,158)
#D18FAB
(209,143,171)
#D8A0B8
(216,160,184)
#DFB1C5
(223,177,197)
#E6C2D2
(230,194,210)
#EDD3DF
(237,211,223)
#F4E4EC
(244,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE3A6A; }

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

This text font color is #AE3A6A.


Background Color

.myBgColor { background-color: #AE3A6A; }

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

This div background color is #AE3A6A.


Border color

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

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

This div border color is #AE3A6A.


Opacity

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

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

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

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

This text has shadow with #AE3A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE3A6A on black background.


Color preview on white background

This text has color #AE3A6A on white background.



Black color preview on #AE3A6A background

This text has black color on #AE3A6A background.


White color preview on #AE3A6A background

This text has white color on #AE3A6A background.