COLOR #AE709A

HEX: #AE709A
RGB: (174,112,154)

Color info

#AE709A contains mainly red and blue colors. Web safe color of #AE709A is #996699 (or #969).

RGB color model

#AE709A color RGB value is (174,112,154).

  • red value is 174;
  • green value is 112;
  • blue value is 154.
RGB:
(174,112,154)
(68%,44%,60%)

RGB channels and saturation

R 174 of 255 = 68%
G 112 of 255 = 44%
B 154 of 255 = 60%

174
112
154

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

Portions of RGB colors in percentages

R + G + B =
174 + 112 + 154 = 440 (100%)
R 174 of 440 ~ 39.55%
G 112 of 440 ~ 25.45%
B 154 of 440 ~ 35%

%39.55
%25.45
%35

CMYK color model

#AE709A color CMYK value is (0,36,11,32).

  • cyan value is 0.00%
  • magenta value is 35.63%
  • yellow value is 11.49%
  • key color value is 31.76%
CMYK:
(0,36,11,32)
C0M36Y11K32 
(0%,36%,11%,32%)
(0.00/0.36/0.11/0.32)	

CMYK percentages

%0
%35.63
%11.49
%31.76

Codes

Color #AE709A in popluar color models

AE709A
RGB174112154
HSL319°27.68%56.08%
HSB/HSV319°35.63%68.24%
CMYK0.00%35.63%11.49%
31.76%

Color #AE709A in popluar number systems.

HEXAE709A
Decimal174112154
Binary10101110111000010011010
Octal256160232

Shades and tints

Shades of #AE709A

#AE709A
(174,112,154)
#9F668C
(159,102,140)
#905C7E
(144,92,126)
#815270
(129,82,112)
#724862
(114,72,98)
#633E54
(99,62,84)
#543446
(84,52,70)
#452A38
(69,42,56)
#36202A
(54,32,42)
#27161C
(39,22,28)
#180C0E
(24,12,14)
#000000
(0,0,0)

Tints of #AE709A

#AE709A
(174,112,154)
#B57DA3
(181,125,163)
#BC8AAC
(188,138,172)
#C397B5
(195,151,181)
#CAA4BE
(202,164,190)
#D1B1C7
(209,177,199)
#D8BED0
(216,190,208)
#DFCBD9
(223,203,217)
#E6D8E2
(230,216,226)
#EDE5EB
(237,229,235)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE709A color. Also use rgb(174,112,154) instead hex code.

Text Font Color

.myTextColor { color: #AE709A; }

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

This text font color is #AE709A.


Background Color

.myBgColor { background-color: #AE709A; }

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

This div background color is #AE709A.


Border color

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

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

This div border color is #AE709A.


Opacity

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

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

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

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

This text has shadow with #AE709A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE709A on black background.


Color preview on white background

This text has color #AE709A on white background.



Black color preview on #AE709A background

This text has black color on #AE709A background.


White color preview on #AE709A background

This text has white color on #AE709A background.