COLOR #AE749E

HEX: #AE749E RGB: (174,116,158)

Color info

#AE749E contains red, green and blue colors in about the same proportion. Web safe color of #AE749E is #996699 (or #969).

RGB color model

#AE749E color RGB value is (174,116,158).

RGB: (174,116,158) (68%, 45%, 62%)

RGB channels and saturation

R 174 of 255 = 68%
G 116 of 255 = 45%
B 158 of 255 = 62%

174
116
158

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

Portions of RGB colors in percentages

R + G + B = 174 + 116 + 158 = 448 (100%)
R 174 of 448 ~ 38.84%
G 116 of 448 ~ 25.89%
B 158 of 448 ~ 35.27'%

%38.84
%25.89
%35.27

CMYK color model

#AE749E color CMYK value is (0,33,9,32).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 9.20%
  • key color value is 31.76%

CMYK: (0,33,9,32)
C0M33Y9K32 (0%, 33%, 9%, 32%)
(0.00 / 0.33 / 0.09 / 0.32)

CMYK percentages

%0
%33.33
%9.2
%31.76

Codes

Color #AE749E in popluar color models

AE 74 9E
RGB 174 116 158
HSL 317° 26.36% 56.86%
HSB/HSV 317° 33.33% 68.24%
CMYK 0.00% 33.33% 9.20%
31.76%

Color #AE749E in popluar number systems.

HEX AE 74 9E
Decimal 174 116 158
Binary 10101110 1110100 10011110
Octal 256 164 236

Shades and tints

Shades of #AE749E

#AE749E
(174,116,158)
#9F6A90
(159,106,144)
#906082
(144,96,130)
#815674
(129,86,116)
#724C66
(114,76,102)
#634258
(99,66,88)
#54384A
(84,56,74)
#452E3C
(69,46,60)
#36242E
(54,36,46)
#271A20
(39,26,32)
#181012
(24,16,18)
#000000
(0,0,0)

Tints of #AE749E

#AE749E
(174,116,158)
#B580A6
(181,128,166)
#BC8CAE
(188,140,174)
#C398B6
(195,152,182)
#CAA4BE
(202,164,190)
#D1B0C6
(209,176,198)
#D8BCCE
(216,188,206)
#DFC8D6
(223,200,214)
#E6D4DE
(230,212,222)
#EDE0E6
(237,224,230)
#F4ECEE
(244,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE749E; }

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

This text font color is #AE749E.

Background Color

.myBgColor { background-color: #AE749E; }

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

This div background color is #AE749E.

Border color

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

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

This div border color is #AE749E.

Opacity

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

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

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

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

This text has shadow with #AE749E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE749E.

Preview

Color preview on black background

This text has color #AE749E on black background.


Color preview on white background

This text has color #AE749E on white background.


Black color preview on #AE749E background

This text has black color on #AE749E background.


White color preview on #AE749E background

This text has white color on #AE749E background.


Related colors

Complementary color

Complementary color for #hex is #518B61.


I love getcolorcode.com

Triadic colors

1 #9EAE74 and #749EAE with #AE749E are triadic colors.

2 #9E74AE and #74AE9E with #AE749E are triadic colors.