COLOR #AE708C

HEX: #AE708C RGB: (174,112,140)

Color info

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

RGB color model

#AE708C color RGB value is (174,112,140).

RGB: (174,112,140) (68%, 44%, 55%)

RGB channels and saturation

R 174 of 255 = 68%
G 112 of 255 = 44%
B 140 of 255 = 55%

174
112
140

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

Portions of RGB colors in percentages

R + G + B = 174 + 112 + 140 = 426 (100%)
R 174 of 426 ~ 40.85%
G 112 of 426 ~ 26.29%
B 140 of 426 ~ 32.86'%

%40.85
%26.29
%32.86

CMYK color model

#AE708C color CMYK value is (0,36,20,32).

  • cyan value is 0.00%
  • magenta value is 35.63%
  • yellow value is 19.54%
  • key color value is 31.76%
CMYK: (0,36,20,32) C0M36Y20K32 (0%,36%,20%,32%) (0.00/0.36/0.20/0.32) 

CMYK percentages

%0
%35.63
%19.54
%31.76

Codes

Color #AE708C in popluar color models

AE 70 8C
RGB 174 112 140
HSL 333° 27.68% 56.08%
HSB/HSV 333° 35.63% 68.24%
CMYK 0.00% 35.63% 19.54%
31.76%

Color #AE708C in popluar number systems.

HEX AE 70 8C
Decimal 174 112 140
Binary 10101110 1110000 10001100
Octal 256 160 214

Shades and tints

Shades of #AE708C

#AE708C
(174,112,140)
#9F6680
(159,102,128)
#905C74
(144,92,116)
#815268
(129,82,104)
#72485C
(114,72,92)
#633E50
(99,62,80)
#543444
(84,52,68)
#452A38
(69,42,56)
#36202C
(54,32,44)
#271620
(39,22,32)
#180C14
(24,12,20)
#000000
(0,0,0)

Tints of #AE708C

#AE708C
(174,112,140)
#B57D96
(181,125,150)
#BC8AA0
(188,138,160)
#C397AA
(195,151,170)
#CAA4B4
(202,164,180)
#D1B1BE
(209,177,190)
#D8BEC8
(216,190,200)
#DFCBD2
(223,203,210)
#E6D8DC
(230,216,220)
#EDE5E6
(237,229,230)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE708C; }

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

This text font color is #AE708C.

Background Color

.myBgColor { background-color: #AE708C; }

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

This div background color is #AE708C.

Border color

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

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

This div border color is #AE708C.

Opacity

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

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

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

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

This text has shadow with #AE708C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE708C.

Preview

Color preview on black background

This text has color #AE708C on black background.


Color preview on white background

This text has color #AE708C on white background.


Black color preview on #AE708C background

This text has black color on #AE708C background.


White color preview on #AE708C background

This text has white color on #AE708C background.


Related colors

Complementary color

Complementary color for #hex is #518F73.


I love getcolorcode.com

Triadic colors

1 #8CAE70 and #708CAE with #AE708C are triadic colors.

2 #8C70AE and #70AE8C with #AE708C are triadic colors.