COLOR #AE707F

HEX: #AE707F RGB: (174,112,127)

Color info

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

RGB color model

#AE707F color RGB value is (174,112,127).

RGB: (174,112,127) (68%, 44%, 50%)

RGB channels and saturation

R 174 of 255 = 68%
G 112 of 255 = 44%
B 127 of 255 = 50%

174
112
127

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

Portions of RGB colors in percentages

R + G + B = 174 + 112 + 127 = 413 (100%)
R 174 of 413 ~ 42.13%
G 112 of 413 ~ 27.12%
B 127 of 413 ~ 30.75'%

%42.13
%27.12
%30.75

CMYK color model

#AE707F color CMYK value is (0,36,27,32).

  • cyan value is 0.00%
  • magenta value is 35.63%
  • yellow value is 27.01%
  • key color value is 31.76%
CMYK: (0,36,27,32) C0M36Y27K32 (0%,36%,27%,32%) (0.00/0.36/0.27/0.32) 

CMYK percentages

%0
%35.63
%27.01
%31.76

Codes

Color #AE707F in popluar color models

AE 70 7F
RGB 174 112 127
HSL 345° 27.68% 56.08%
HSB/HSV 345° 35.63% 68.24%
CMYK 0.00% 35.63% 27.01%
31.76%

Color #AE707F in popluar number systems.

HEX AE 70 7F
Decimal 174 112 127
Binary 10101110 1110000 1111111
Octal 256 160 177

Shades and tints

Shades of #AE707F

#AE707F
(174,112,127)
#9F6674
(159,102,116)
#905C69
(144,92,105)
#81525E
(129,82,94)
#724853
(114,72,83)
#633E48
(99,62,72)
#54343D
(84,52,61)
#452A32
(69,42,50)
#362027
(54,32,39)
#27161C
(39,22,28)
#180C11
(24,12,17)
#000000
(0,0,0)

Tints of #AE707F

#AE707F
(174,112,127)
#B57D8A
(181,125,138)
#BC8A95
(188,138,149)
#C397A0
(195,151,160)
#CAA4AB
(202,164,171)
#D1B1B6
(209,177,182)
#D8BEC1
(216,190,193)
#DFCBCC
(223,203,204)
#E6D8D7
(230,216,215)
#EDE5E2
(237,229,226)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE707F; }

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

This text font color is #AE707F.

Background Color

.myBgColor { background-color: #AE707F; }

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

This div background color is #AE707F.

Border color

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

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

This div border color is #AE707F.

Opacity

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

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

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

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

This text has shadow with #AE707F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE707F.

Preview

Color preview on black background

This text has color #AE707F on black background.


Color preview on white background

This text has color #AE707F on white background.


Black color preview on #AE707F background

This text has black color on #AE707F background.


White color preview on #AE707F background

This text has white color on #AE707F background.


Related colors

Complementary color

Complementary color for #hex is #518F80.


I love getcolorcode.com

Triadic colors

1 #7FAE70 and #707FAE with #AE707F are triadic colors.

2 #7F70AE and #70AE7F with #AE707F are triadic colors.