COLOR #AE8789

HEX: #AE8789
RGB: (174,135,137)

Color info

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

RGB color model

#AE8789 color RGB value is (174,135,137).

  • red value is 174;
  • green value is 135;
  • blue value is 137.
RGB:
(174,135,137)
(68%,53%,54%)

RGB channels and saturation

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

174
135
137

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

Portions of RGB colors in percentages

R + G + B =
174 + 135 + 137 = 446 (100%)
R 174 of 446 ~ 39.01%
G 135 of 446 ~ 30.27%
B 137 of 446 ~ 30.72%

%39.01
%30.27
%30.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.41%
  • 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
%22.41
%21.26
%31.76

Codes

Color #AE8789 in popluar color models

AE8789
RGB174135137
HSL357°19.40%60.59%
HSB/HSV357°22.41%68.24%
CMYK0.00%22.41%21.26%
31.76%

Color #AE8789 in popluar number systems.

HEXAE8789
Decimal174135137
Binary101011101000011110001001
Octal256207211

Shades and tints

Shades of #AE8789

#AE8789
(174,135,137)
#9F7B7D
(159,123,125)
#906F71
(144,111,113)
#816365
(129,99,101)
#725759
(114,87,89)
#634B4D
(99,75,77)
#543F41
(84,63,65)
#453335
(69,51,53)
#362729
(54,39,41)
#271B1D
(39,27,29)
#180F11
(24,15,17)
#000000
(0,0,0)

Tints of #AE8789

#AE8789
(174,135,137)
#B59193
(181,145,147)
#BC9B9D
(188,155,157)
#C3A5A7
(195,165,167)
#CAAFB1
(202,175,177)
#D1B9BB
(209,185,187)
#D8C3C5
(216,195,197)
#DFCDCF
(223,205,207)
#E6D7D9
(230,215,217)
#EDE1E3
(237,225,227)
#F4EBED
(244,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8789; }

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

This text font color is #AE8789.


Background Color

.myBgColor { background-color: #AE8789; }

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

This div background color is #AE8789.


Border color

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

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

This div border color is #AE8789.


Opacity

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

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

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

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

This text has shadow with #AE8789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8789 on black background.


Color preview on white background

This text has color #AE8789 on white background.



Black color preview on #AE8789 background

This text has black color on #AE8789 background.


White color preview on #AE8789 background

This text has white color on #AE8789 background.