COLOR #AE8F89

HEX: #AE8F89
RGB: (174,143,137)

Color info

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

RGB color model

#AE8F89 color RGB value is (174,143,137).

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

RGB channels and saturation

R 174 of 255 = 68%
G 143 of 255 = 56%
B 137 of 255 = 54%

174
143
137

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

Portions of RGB colors in percentages

R + G + B =
174 + 143 + 137 = 454 (100%)
R 174 of 454 ~ 38.33%
G 143 of 454 ~ 31.5%
B 137 of 454 ~ 30.18%

%38.33
%31.5
%30.18

CMYK color model

#AE8F89 color CMYK value is (0,18,21,32).

  • cyan value is 0.00%
  • magenta value is 17.82%
  • yellow value is 21.26%
  • key color value is 31.76%
CMYK:
(0,18,21,32)
C0M18Y21K32 
(0%,18%,21%,32%)
(0.00/0.18/0.21/0.32)	

CMYK percentages

%0
%17.82
%21.26
%31.76

Codes

Color #AE8F89 in popluar color models

AE8F89
RGB174143137
HSL10°18.59%60.98%
HSB/HSV10°21.26%68.24%
CMYK0.00%17.82%21.26%
31.76%

Color #AE8F89 in popluar number systems.

HEXAE8F89
Decimal174143137
Binary101011101000111110001001
Octal256217211

Shades and tints

Shades of #AE8F89

#AE8F89
(174,143,137)
#9F827D
(159,130,125)
#907571
(144,117,113)
#816865
(129,104,101)
#725B59
(114,91,89)
#634E4D
(99,78,77)
#544141
(84,65,65)
#453435
(69,52,53)
#362729
(54,39,41)
#271A1D
(39,26,29)
#180D11
(24,13,17)
#000000
(0,0,0)

Tints of #AE8F89

#AE8F89
(174,143,137)
#B59993
(181,153,147)
#BCA39D
(188,163,157)
#C3ADA7
(195,173,167)
#CAB7B1
(202,183,177)
#D1C1BB
(209,193,187)
#D8CBC5
(216,203,197)
#DFD5CF
(223,213,207)
#E6DFD9
(230,223,217)
#EDE9E3
(237,233,227)
#F4F3ED
(244,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8F89; }

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

This text font color is #AE8F89.


Background Color

.myBgColor { background-color: #AE8F89; }

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

This div background color is #AE8F89.


Border color

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

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

This div border color is #AE8F89.


Opacity

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

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

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

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

This text has shadow with #AE8F89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8F89 on black background.


Color preview on white background

This text has color #AE8F89 on white background.



Black color preview on #AE8F89 background

This text has black color on #AE8F89 background.


White color preview on #AE8F89 background

This text has white color on #AE8F89 background.