COLOR #AE787E

HEX: #AE787E RGB: (174,120,126)

Color info

#AE787E contains red, green and blue colors in about the same proportion. Web safe color of #AE787E is #996666 (or #966).

RGB color model

#AE787E color RGB value is (174,120,126).

RGB: (174,120,126) (68%, 47%, 49%)

RGB channels and saturation

R 174 of 255 = 68%
G 120 of 255 = 47%
B 126 of 255 = 49%

174
120
126

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

Portions of RGB colors in percentages

R + G + B = 174 + 120 + 126 = 420 (100%)
R 174 of 420 ~ 41.43%
G 120 of 420 ~ 28.57%
B 126 of 420 ~ 30'%

%41.43
%28.57
%30

CMYK color model

#AE787E color CMYK value is (0,31,28,32).

  • cyan value is 0.00%
  • magenta value is 31.03%
  • yellow value is 27.59%
  • key color value is 31.76%

CMYK: (0,31,28,32)
C0M31Y28K32 (0%, 31%, 28%, 32%)
(0.00 / 0.31 / 0.28 / 0.32)

CMYK percentages

%0
%31.03
%27.59
%31.76

Codes

Color #AE787E in popluar color models

AE 78 7E
RGB 174 120 126
HSL 353° 25.00% 57.65%
HSB/HSV 353° 31.03% 68.24%
CMYK 0.00% 31.03% 27.59%
31.76%

Color #AE787E in popluar number systems.

HEX AE 78 7E
Decimal 174 120 126
Binary 10101110 1111000 1111110
Octal 256 170 176

Shades and tints

Shades of #AE787E

#AE787E
(174,120,126)
#9F6E73
(159,110,115)
#906468
(144,100,104)
#815A5D
(129,90,93)
#725052
(114,80,82)
#634647
(99,70,71)
#543C3C
(84,60,60)
#453231
(69,50,49)
#362826
(54,40,38)
#271E1B
(39,30,27)
#181410
(24,20,16)
#000000
(0,0,0)

Tints of #AE787E

#AE787E
(174,120,126)
#B58489
(181,132,137)
#BC9094
(188,144,148)
#C39C9F
(195,156,159)
#CAA8AA
(202,168,170)
#D1B4B5
(209,180,181)
#D8C0C0
(216,192,192)
#DFCCCB
(223,204,203)
#E6D8D6
(230,216,214)
#EDE4E1
(237,228,225)
#F4F0EC
(244,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE787E color. Also use rgb(174,120,126) instead hex code.

Text Font Color

.myTextColor { color: #AE787E; }

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

This text font color is #AE787E.

Background Color

.myBgColor { background-color: #AE787E; }

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

This div background color is #AE787E.

Border color

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

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

This div border color is #AE787E.

Opacity

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

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

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

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

This text has shadow with #AE787E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE787E.

Preview

Color preview on black background

This text has color #AE787E on black background.


Color preview on white background

This text has color #AE787E on white background.


Black color preview on #AE787E background

This text has black color on #AE787E background.


White color preview on #AE787E background

This text has white color on #AE787E background.


Related colors

Complementary color

Complementary color for #hex is #518781.


I love getcolorcode.com

Triadic colors

1 #7EAE78 and #787EAE with #AE787E are triadic colors.

2 #7E78AE and #78AE7E with #AE787E are triadic colors.