COLOR #AE808E

HEX: #AE808E RGB: (174,128,142)

Color info

#AE808E contains red, green and blue colors in about the same proportion. Web safe color of #AE808E is #996699 (or #969).

RGB color model

#AE808E color RGB value is (174,128,142).

RGB: (174,128,142) (68%, 50%, 56%)

RGB channels and saturation

R 174 of 255 = 68%
G 128 of 255 = 50%
B 142 of 255 = 56%

174
128
142

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

Portions of RGB colors in percentages

R + G + B = 174 + 128 + 142 = 444 (100%)
R 174 of 444 ~ 39.19%
G 128 of 444 ~ 28.83%
B 142 of 444 ~ 31.98'%

%39.19
%28.83
%31.98

CMYK color model

#AE808E color CMYK value is (0,26,18,32).

  • cyan value is 0.00%
  • magenta value is 26.44%
  • yellow value is 18.39%
  • key color value is 31.76%

CMYK: (0,26,18,32)
C0M26Y18K32 (0%, 26%, 18%, 32%)
(0.00 / 0.26 / 0.18 / 0.32)

CMYK percentages

%0
%26.44
%18.39
%31.76

Codes

Color #AE808E in popluar color models

AE 80 8E
RGB 174 128 142
HSL 342° 22.12% 59.22%
HSB/HSV 342° 26.44% 68.24%
CMYK 0.00% 26.44% 18.39%
31.76%

Color #AE808E in popluar number systems.

HEX AE 80 8E
Decimal 174 128 142
Binary 10101110 10000000 10001110
Octal 256 200 216

Shades and tints

Shades of #AE808E

#AE808E
(174,128,142)
#9F7582
(159,117,130)
#906A76
(144,106,118)
#815F6A
(129,95,106)
#72545E
(114,84,94)
#634952
(99,73,82)
#543E46
(84,62,70)
#45333A
(69,51,58)
#36282E
(54,40,46)
#271D22
(39,29,34)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #AE808E

#AE808E
(174,128,142)
#B58B98
(181,139,152)
#BC96A2
(188,150,162)
#C3A1AC
(195,161,172)
#CAACB6
(202,172,182)
#D1B7C0
(209,183,192)
#D8C2CA
(216,194,202)
#DFCDD4
(223,205,212)
#E6D8DE
(230,216,222)
#EDE3E8
(237,227,232)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE808E color. Also use rgb(174,128,142) instead hex code.

Text Font Color

.myTextColor { color: #AE808E; }

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

This text font color is #AE808E.

Background Color

.myBgColor { background-color: #AE808E; }

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

This div background color is #AE808E.

Border color

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

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

This div border color is #AE808E.

Opacity

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

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

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

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

This text has shadow with #AE808E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE808E.

Preview

Color preview on black background

This text has color #AE808E on black background.


Color preview on white background

This text has color #AE808E on white background.


Black color preview on #AE808E background

This text has black color on #AE808E background.


White color preview on #AE808E background

This text has white color on #AE808E background.


Related colors

Complementary color

Complementary color for #hex is #517F71.


I love getcolorcode.com

Triadic colors

1 #8EAE80 and #808EAE with #AE808E are triadic colors.

2 #8E80AE and #80AE8E with #AE808E are triadic colors.