COLOR #AE729B

HEX: #AE729B
RGB: (174,114,155)

Color info

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

RGB color model

#AE729B color RGB value is (174,114,155).

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

RGB channels and saturation

R 174 of 255 = 68%
G 114 of 255 = 45%
B 155 of 255 = 61%

174
114
155

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

Portions of RGB colors in percentages

R + G + B =
174 + 114 + 155 = 443 (100%)
R 174 of 443 ~ 39.28%
G 114 of 443 ~ 25.73%
B 155 of 443 ~ 34.99%

%39.28
%25.73
%34.99

CMYK color model

#AE729B color CMYK value is (0,34,11,32).

  • cyan value is 0.00%
  • magenta value is 34.48%
  • yellow value is 10.92%
  • key color value is 31.76%
CMYK:
(0,34,11,32)
C0M34Y11K32 
(0%,34%,11%,32%)
(0.00/0.34/0.11/0.32)	

CMYK percentages

%0
%34.48
%10.92
%31.76

Codes

Color #AE729B in popluar color models

AE729B
RGB174114155
HSL319°27.03%56.47%
HSB/HSV319°34.48%68.24%
CMYK0.00%34.48%10.92%
31.76%

Color #AE729B in popluar number systems.

HEXAE729B
Decimal174114155
Binary10101110111001010011011
Octal256162233

Shades and tints

Shades of #AE729B

#AE729B
(174,114,155)
#9F688D
(159,104,141)
#905E7F
(144,94,127)
#815471
(129,84,113)
#724A63
(114,74,99)
#634055
(99,64,85)
#543647
(84,54,71)
#452C39
(69,44,57)
#36222B
(54,34,43)
#27181D
(39,24,29)
#180E0F
(24,14,15)
#000000
(0,0,0)

Tints of #AE729B

#AE729B
(174,114,155)
#B57EA4
(181,126,164)
#BC8AAD
(188,138,173)
#C396B6
(195,150,182)
#CAA2BF
(202,162,191)
#D1AEC8
(209,174,200)
#D8BAD1
(216,186,209)
#DFC6DA
(223,198,218)
#E6D2E3
(230,210,227)
#EDDEEC
(237,222,236)
#F4EAF5
(244,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE729B; }

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

This text font color is #AE729B.


Background Color

.myBgColor { background-color: #AE729B; }

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

This div background color is #AE729B.


Border color

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

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

This div border color is #AE729B.


Opacity

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

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

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

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

This text has shadow with #AE729B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE729B on black background.


Color preview on white background

This text has color #AE729B on white background.



Black color preview on #AE729B background

This text has black color on #AE729B background.


White color preview on #AE729B background

This text has white color on #AE729B background.