COLOR #AE727C

HEX: #AE727C RGB: (174,114,124)

Color info

#AE727C contains mainly red and blue colors. Web safe color of #AE727C is #996666 (or #966).

RGB color model

#AE727C color RGB value is (174,114,124).

RGB: (174,114,124) (68%, 45%, 49%)

RGB channels and saturation

R 174 of 255 = 68%
G 114 of 255 = 45%
B 124 of 255 = 49%

174
114
124

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

Portions of RGB colors in percentages

R + G + B = 174 + 114 + 124 = 412 (100%)
R 174 of 412 ~ 42.23%
G 114 of 412 ~ 27.67%
B 124 of 412 ~ 30.1'%

%42.23
%27.67
%30.1

CMYK color model

#AE727C color CMYK value is (0,34,29,32).

  • cyan value is 0.00%
  • magenta value is 34.48%
  • yellow value is 28.74%
  • key color value is 31.76%

CMYK: (0,34,29,32)
C0M34Y29K32 (0%, 34%, 29%, 32%)
(0.00 / 0.34 / 0.29 / 0.32)

CMYK percentages

%0
%34.48
%28.74
%31.76

Codes

Color #AE727C in popluar color models

AE 72 7C
RGB 174 114 124
HSL 350° 27.03% 56.47%
HSB/HSV 350° 34.48% 68.24%
CMYK 0.00% 34.48% 28.74%
31.76%

Color #AE727C in popluar number systems.

HEX AE 72 7C
Decimal 174 114 124
Binary 10101110 1110010 1111100
Octal 256 162 174

Shades and tints

Shades of #AE727C

#AE727C
(174,114,124)
#9F6871
(159,104,113)
#905E66
(144,94,102)
#81545B
(129,84,91)
#724A50
(114,74,80)
#634045
(99,64,69)
#54363A
(84,54,58)
#452C2F
(69,44,47)
#362224
(54,34,36)
#271819
(39,24,25)
#180E0E
(24,14,14)
#000000
(0,0,0)

Tints of #AE727C

#AE727C
(174,114,124)
#B57E87
(181,126,135)
#BC8A92
(188,138,146)
#C3969D
(195,150,157)
#CAA2A8
(202,162,168)
#D1AEB3
(209,174,179)
#D8BABE
(216,186,190)
#DFC6C9
(223,198,201)
#E6D2D4
(230,210,212)
#EDDEDF
(237,222,223)
#F4EAEA
(244,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE727C; }

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

This text font color is #AE727C.

Background Color

.myBgColor { background-color: #AE727C; }

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

This div background color is #AE727C.

Border color

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

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

This div border color is #AE727C.

Opacity

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

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

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

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

This text has shadow with #AE727C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE727C.

Preview

Color preview on black background

This text has color #AE727C on black background.


Color preview on white background

This text has color #AE727C on white background.


Black color preview on #AE727C background

This text has black color on #AE727C background.


White color preview on #AE727C background

This text has white color on #AE727C background.


Related colors

Complementary color

Complementary color for #hex is #518D83.


I love getcolorcode.com

Triadic colors

1 #7CAE72 and #727CAE with #AE727C are triadic colors.

2 #7C72AE and #72AE7C with #AE727C are triadic colors.