COLOR #AE4A6E

HEX: #AE4A6E
RGB: (174,74,110)

Color info

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

RGB color model

#AE4A6E color RGB value is (174,74,110).

  • red value is 174;
  • green value is 74;
  • blue value is 110.
RGB:
(174,74,110)
(68%,29%,43%)

RGB channels and saturation

R 174 of 255 = 68%
G 74 of 255 = 29%
B 110 of 255 = 43%

174
74
110

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

Portions of RGB colors in percentages

R + G + B =
174 + 74 + 110 = 358 (100%)
R 174 of 358 ~ 48.6%
G 74 of 358 ~ 20.67%
B 110 of 358 ~ 30.73%

%48.6
%20.67
%30.73

CMYK color model

#AE4A6E color CMYK value is (0,57,37,32).

  • cyan value is 0.00%
  • magenta value is 57.47%
  • yellow value is 36.78%
  • key color value is 31.76%
CMYK:
(0,57,37,32)
C0M57Y37K32 
(0%,57%,37%,32%)
(0.00/0.57/0.37/0.32)	

CMYK percentages

%0
%57.47
%36.78
%31.76

Codes

Color #AE4A6E in popluar color models

AE4A6E
RGB17474110
HSL338°40.32%48.63%
HSB/HSV338°57.47%68.24%
CMYK0.00%57.47%36.78%
31.76%

Color #AE4A6E in popluar number systems.

HEXAE4A6E
Decimal17474110
Binary1010111010010101101110
Octal256112156

Shades and tints

Shades of #AE4A6E

#AE4A6E
(174,74,110)
#9F4464
(159,68,100)
#903E5A
(144,62,90)
#813850
(129,56,80)
#723246
(114,50,70)
#632C3C
(99,44,60)
#542632
(84,38,50)
#452028
(69,32,40)
#361A1E
(54,26,30)
#271414
(39,20,20)
#180E0A
(24,14,10)
#000000
(0,0,0)

Tints of #AE4A6E

#AE4A6E
(174,74,110)
#B55A7B
(181,90,123)
#BC6A88
(188,106,136)
#C37A95
(195,122,149)
#CA8AA2
(202,138,162)
#D19AAF
(209,154,175)
#D8AABC
(216,170,188)
#DFBAC9
(223,186,201)
#E6CAD6
(230,202,214)
#EDDAE3
(237,218,227)
#F4EAF0
(244,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE4A6E color. Also use rgb(174,74,110) instead hex code.

Text Font Color

.myTextColor { color: #AE4A6E; }

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

This text font color is #AE4A6E.


Background Color

.myBgColor { background-color: #AE4A6E; }

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

This div background color is #AE4A6E.


Border color

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

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

This div border color is #AE4A6E.


Opacity

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

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

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

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

This text has shadow with #AE4A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE4A6E on black background.


Color preview on white background

This text has color #AE4A6E on white background.



Black color preview on #AE4A6E background

This text has black color on #AE4A6E background.


White color preview on #AE4A6E background

This text has white color on #AE4A6E background.