COLOR #AE8089

HEX: #AE8089
RGB: (174,128,137)

Color info

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

RGB color model

#AE8089 color RGB value is (174,128,137).

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

RGB channels and saturation

R 174 of 255 = 68%
G 128 of 255 = 50%
B 137 of 255 = 54%

174
128
137

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

Portions of RGB colors in percentages

R + G + B =
174 + 128 + 137 = 439 (100%)
R 174 of 439 ~ 39.64%
G 128 of 439 ~ 29.16%
B 137 of 439 ~ 31.21%

%39.64
%29.16
%31.21

CMYK color model

#AE8089 color CMYK value is (0,26,21,32).

  • cyan value is 0.00%
  • magenta value is 26.44%
  • yellow value is 21.26%
  • key color value is 31.76%
CMYK:
(0,26,21,32)
C0M26Y21K32 
(0%,26%,21%,32%)
(0.00/0.26/0.21/0.32)	

CMYK percentages

%0
%26.44
%21.26
%31.76

Codes

Color #AE8089 in popluar color models

AE8089
RGB174128137
HSL348°22.12%59.22%
HSB/HSV348°26.44%68.24%
CMYK0.00%26.44%21.26%
31.76%

Color #AE8089 in popluar number systems.

HEXAE8089
Decimal174128137
Binary101011101000000010001001
Octal256200211

Shades and tints

Shades of #AE8089

#AE8089
(174,128,137)
#9F757D
(159,117,125)
#906A71
(144,106,113)
#815F65
(129,95,101)
#725459
(114,84,89)
#63494D
(99,73,77)
#543E41
(84,62,65)
#453335
(69,51,53)
#362829
(54,40,41)
#271D1D
(39,29,29)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #AE8089

#AE8089
(174,128,137)
#B58B93
(181,139,147)
#BC969D
(188,150,157)
#C3A1A7
(195,161,167)
#CAACB1
(202,172,177)
#D1B7BB
(209,183,187)
#D8C2C5
(216,194,197)
#DFCDCF
(223,205,207)
#E6D8D9
(230,216,217)
#EDE3E3
(237,227,227)
#F4EEED
(244,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8089; }

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

This text font color is #AE8089.


Background Color

.myBgColor { background-color: #AE8089; }

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

This div background color is #AE8089.


Border color

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

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

This div border color is #AE8089.


Opacity

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

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

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

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

This text has shadow with #AE8089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8089 on black background.


Color preview on white background

This text has color #AE8089 on white background.



Black color preview on #AE8089 background

This text has black color on #AE8089 background.


White color preview on #AE8089 background

This text has white color on #AE8089 background.