COLOR #AE739F

HEX: #AE739F
RGB: (174,115,159)

Color info

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

RGB color model

#AE739F color RGB value is (174,115,159).

  • red value is 174;
  • green value is 115;
  • blue value is 159.
RGB:
(174,115,159)
(68%,45%,62%)

RGB channels and saturation

R 174 of 255 = 68%
G 115 of 255 = 45%
B 159 of 255 = 62%

174
115
159

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

Portions of RGB colors in percentages

R + G + B =
174 + 115 + 159 = 448 (100%)
R 174 of 448 ~ 38.84%
G 115 of 448 ~ 25.67%
B 159 of 448 ~ 35.49%

%38.84
%25.67
%35.49

CMYK color model

#AE739F color CMYK value is (0,34,9,32).

  • cyan value is 0.00%
  • magenta value is 33.91%
  • yellow value is 8.62%
  • key color value is 31.76%
CMYK:
(0,34,9,32)
C0M34Y9K32 
(0%,34%,9%,32%)
(0.00/0.34/0.09/0.32)	

CMYK percentages

%0
%33.91
%8.62
%31.76

Codes

Color #AE739F in popluar color models

AE739F
RGB174115159
HSL315°26.70%56.67%
HSB/HSV315°33.91%68.24%
CMYK0.00%33.91%8.62%
31.76%

Color #AE739F in popluar number systems.

HEXAE739F
Decimal174115159
Binary10101110111001110011111
Octal256163237

Shades and tints

Shades of #AE739F

#AE739F
(174,115,159)
#9F6991
(159,105,145)
#905F83
(144,95,131)
#815575
(129,85,117)
#724B67
(114,75,103)
#634159
(99,65,89)
#54374B
(84,55,75)
#452D3D
(69,45,61)
#36232F
(54,35,47)
#271921
(39,25,33)
#180F13
(24,15,19)
#000000
(0,0,0)

Tints of #AE739F

#AE739F
(174,115,159)
#B57FA7
(181,127,167)
#BC8BAF
(188,139,175)
#C397B7
(195,151,183)
#CAA3BF
(202,163,191)
#D1AFC7
(209,175,199)
#D8BBCF
(216,187,207)
#DFC7D7
(223,199,215)
#E6D3DF
(230,211,223)
#EDDFE7
(237,223,231)
#F4EBEF
(244,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE739F color. Also use rgb(174,115,159) instead hex code.

Text Font Color

.myTextColor { color: #AE739F; }

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

This text font color is #AE739F.


Background Color

.myBgColor { background-color: #AE739F; }

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

This div background color is #AE739F.


Border color

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

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

This div border color is #AE739F.


Opacity

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

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

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

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

This text has shadow with #AE739F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE739F on black background.


Color preview on white background

This text has color #AE739F on white background.



Black color preview on #AE739F background

This text has black color on #AE739F background.


White color preview on #AE739F background

This text has white color on #AE739F background.