COLOR #AE72AA

HEX: #AE72AA
RGB: (174,114,170)

Color info

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

RGB color model

#AE72AA color RGB value is (174,114,170).

  • red value is 174;
  • green value is 114;
  • blue value is 170.
RGB:
(174,114,170)
(68%,45%,67%)

RGB channels and saturation

R 174 of 255 = 68%
G 114 of 255 = 45%
B 170 of 255 = 67%

174
114
170

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

Portions of RGB colors in percentages

R + G + B =
174 + 114 + 170 = 458 (100%)
R 174 of 458 ~ 37.99%
G 114 of 458 ~ 24.89%
B 170 of 458 ~ 37.12%

%37.99
%24.89
%37.12

CMYK color model

#AE72AA color CMYK value is (0,34,2,32).

  • cyan value is 0.00%
  • magenta value is 34.48%
  • yellow value is 2.30%
  • key color value is 31.76%
CMYK:
(0,34,2,32)
C0M34Y2K32 
(0%,34%,2%,32%)
(0.00/0.34/0.02/0.32)	

CMYK percentages

%0
%34.48
%2.3
%31.76

Codes

Color #AE72AA in popluar color models

AE72AA
RGB174114170
HSL304°27.03%56.47%
HSB/HSV304°34.48%68.24%
CMYK0.00%34.48%2.30%
31.76%

Color #AE72AA in popluar number systems.

HEXAE72AA
Decimal174114170
Binary10101110111001010101010
Octal256162252

Shades and tints

Shades of #AE72AA

#AE72AA
(174,114,170)
#9F689B
(159,104,155)
#905E8C
(144,94,140)
#81547D
(129,84,125)
#724A6E
(114,74,110)
#63405F
(99,64,95)
#543650
(84,54,80)
#452C41
(69,44,65)
#362232
(54,34,50)
#271823
(39,24,35)
#180E14
(24,14,20)
#000000
(0,0,0)

Tints of #AE72AA

#AE72AA
(174,114,170)
#B57EB1
(181,126,177)
#BC8AB8
(188,138,184)
#C396BF
(195,150,191)
#CAA2C6
(202,162,198)
#D1AECD
(209,174,205)
#D8BAD4
(216,186,212)
#DFC6DB
(223,198,219)
#E6D2E2
(230,210,226)
#EDDEE9
(237,222,233)
#F4EAF0
(244,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE72AA color. Also use rgb(174,114,170) instead hex code.

Text Font Color

.myTextColor { color: #AE72AA; }

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

This text font color is #AE72AA.


Background Color

.myBgColor { background-color: #AE72AA; }

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

This div background color is #AE72AA.


Border color

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

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

This div border color is #AE72AA.


Opacity

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

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

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

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

This text has shadow with #AE72AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE72AA on black background.


Color preview on white background

This text has color #AE72AA on white background.



Black color preview on #AE72AA background

This text has black color on #AE72AA background.


White color preview on #AE72AA background

This text has white color on #AE72AA background.