COLOR #AE8889

HEX: #AE8889 RGB: (174,136,137)

Color info

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

RGB color model

#AE8889 color RGB value is (174,136,137).

RGB: (174,136,137) (68%, 53%, 54%)

RGB channels and saturation

R 174 of 255 = 68%
G 136 of 255 = 53%
B 137 of 255 = 54%

174
136
137

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

Portions of RGB colors in percentages

R + G + B = 174 + 136 + 137 = 447 (100%)
R 174 of 447 ~ 38.93%
G 136 of 447 ~ 30.43%
B 137 of 447 ~ 30.65'%

%38.93
%30.43
%30.65

CMYK color model

#AE8889 color CMYK value is (0,22,21,32).

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

CMYK: (0,22,21,32)
C0M22Y21K32 (0%, 22%, 21%, 32%)
(0.00 / 0.22 / 0.21 / 0.32)

CMYK percentages

%0
%21.84
%21.26
%31.76

Codes

Color #AE8889 in popluar color models

AE 88 89
RGB 174 136 137
HSL 358° 19.00% 60.78%
HSB/HSV 358° 21.84% 68.24%
CMYK 0.00% 21.84% 21.26%
31.76%

Color #AE8889 in popluar number systems.

HEX AE 88 89
Decimal 174 136 137
Binary 10101110 10001000 10001001
Octal 256 210 211

Shades and tints

Shades of #AE8889

#AE8889
(174,136,137)
#9F7C7D
(159,124,125)
#907071
(144,112,113)
#816465
(129,100,101)
#725859
(114,88,89)
#634C4D
(99,76,77)
#544041
(84,64,65)
#453435
(69,52,53)
#362829
(54,40,41)
#271C1D
(39,28,29)
#181011
(24,16,17)
#000000
(0,0,0)

Tints of #AE8889

#AE8889
(174,136,137)
#B59293
(181,146,147)
#BC9C9D
(188,156,157)
#C3A6A7
(195,166,167)
#CAB0B1
(202,176,177)
#D1BABB
(209,186,187)
#D8C4C5
(216,196,197)
#DFCECF
(223,206,207)
#E6D8D9
(230,216,217)
#EDE2E3
(237,226,227)
#F4ECED
(244,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8889; }

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

This text font color is #AE8889.

Background Color

.myBgColor { background-color: #AE8889; }

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

This div background color is #AE8889.

Border color

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

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

This div border color is #AE8889.

Opacity

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

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

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

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

This text has shadow with #AE8889 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE8889.

Preview

Color preview on black background

This text has color #AE8889 on black background.


Color preview on white background

This text has color #AE8889 on white background.


Black color preview on #AE8889 background

This text has black color on #AE8889 background.


White color preview on #AE8889 background

This text has white color on #AE8889 background.


Related colors

Complementary color

Complementary color for #hex is #517776.


I love getcolorcode.com

Triadic colors

1 #89AE88 and #8889AE with #AE8889 are triadic colors.

2 #8988AE and #88AE89 with #AE8889 are triadic colors.