COLOR #AE888E

HEX: #AE888E RGB: (174,136,142)

Color info

#AE888E contains red, green and blue colors in about the same proportion. Web safe color of #AE888E is #999999 (or #999).

RGB color model

#AE888E color RGB value is (174,136,142).

RGB: (174,136,142) (68%, 53%, 56%)

RGB channels and saturation

R 174 of 255 = 68%
G 136 of 255 = 53%
B 142 of 255 = 56%

174
136
142

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

Portions of RGB colors in percentages

R + G + B = 174 + 136 + 142 = 452 (100%)
R 174 of 452 ~ 38.5%
G 136 of 452 ~ 30.09%
B 142 of 452 ~ 31.42'%

%38.5
%30.09
%31.42

CMYK color model

#AE888E color CMYK value is (0,22,18,32).

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

CMYK: (0,22,18,32)
C0M22Y18K32 (0%, 22%, 18%, 32%)
(0.00 / 0.22 / 0.18 / 0.32)

CMYK percentages

%0
%21.84
%18.39
%31.76

Codes

Color #AE888E in popluar color models

AE 88 8E
RGB 174 136 142
HSL 351° 19.00% 60.78%
HSB/HSV 351° 21.84% 68.24%
CMYK 0.00% 21.84% 18.39%
31.76%

Color #AE888E in popluar number systems.

HEX AE 88 8E
Decimal 174 136 142
Binary 10101110 10001000 10001110
Octal 256 210 216

Shades and tints

Shades of #AE888E

#AE888E
(174,136,142)
#9F7C82
(159,124,130)
#907076
(144,112,118)
#81646A
(129,100,106)
#72585E
(114,88,94)
#634C52
(99,76,82)
#544046
(84,64,70)
#45343A
(69,52,58)
#36282E
(54,40,46)
#271C22
(39,28,34)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #AE888E

#AE888E
(174,136,142)
#B59298
(181,146,152)
#BC9CA2
(188,156,162)
#C3A6AC
(195,166,172)
#CAB0B6
(202,176,182)
#D1BAC0
(209,186,192)
#D8C4CA
(216,196,202)
#DFCED4
(223,206,212)
#E6D8DE
(230,216,222)
#EDE2E8
(237,226,232)
#F4ECF2
(244,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE888E; }

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

This text font color is #AE888E.

Background Color

.myBgColor { background-color: #AE888E; }

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

This div background color is #AE888E.

Border color

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

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

This div border color is #AE888E.

Opacity

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

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

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

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

This text has shadow with #AE888E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE888E.

Preview

Color preview on black background

This text has color #AE888E on black background.


Color preview on white background

This text has color #AE888E on white background.


Black color preview on #AE888E background

This text has black color on #AE888E background.


White color preview on #AE888E background

This text has white color on #AE888E background.


Related colors

Complementary color

Complementary color for #hex is #517771.


I love getcolorcode.com

Triadic colors

1 #8EAE88 and #888EAE with #AE888E are triadic colors.

2 #8E88AE and #88AE8E with #AE888E are triadic colors.