COLOR #AE9089

HEX: #AE9089 RGB: (174,144,137)

Color info

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

RGB color model

#AE9089 color RGB value is (174,144,137).

RGB: (174,144,137) (68%, 56%, 54%)

RGB channels and saturation

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

174
144
137

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

Portions of RGB colors in percentages

R + G + B = 174 + 144 + 137 = 455 (100%)
R 174 of 455 ~ 38.24%
G 144 of 455 ~ 31.65%
B 137 of 455 ~ 30.11'%

%38.24
%31.65
%30.11

CMYK color model

#AE9089 color CMYK value is (0,17,21,32).

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

CMYK: (0,17,21,32)
C0M17Y21K32 (0%, 17%, 21%, 32%)
(0.00 / 0.17 / 0.21 / 0.32)

CMYK percentages

%0
%17.24
%21.26
%31.76

Codes

Color #AE9089 in popluar color models

AE 90 89
RGB 174 144 137
HSL 11° 18.59% 60.98%
HSB/HSV 11° 21.26% 68.24%
CMYK 0.00% 17.24% 21.26%
31.76%

Color #AE9089 in popluar number systems.

HEX AE 90 89
Decimal 174 144 137
Binary 10101110 10010000 10001001
Octal 256 220 211

Shades and tints

Shades of #AE9089

#AE9089
(174,144,137)
#9F837D
(159,131,125)
#907671
(144,118,113)
#816965
(129,105,101)
#725C59
(114,92,89)
#634F4D
(99,79,77)
#544241
(84,66,65)
#453535
(69,53,53)
#362829
(54,40,41)
#271B1D
(39,27,29)
#180E11
(24,14,17)
#000000
(0,0,0)

Tints of #AE9089

#AE9089
(174,144,137)
#B59A93
(181,154,147)
#BCA49D
(188,164,157)
#C3AEA7
(195,174,167)
#CAB8B1
(202,184,177)
#D1C2BB
(209,194,187)
#D8CCC5
(216,204,197)
#DFD6CF
(223,214,207)
#E6E0D9
(230,224,217)
#EDEAE3
(237,234,227)
#F4F4ED
(244,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9089; }

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

This text font color is #AE9089.

Background Color

.myBgColor { background-color: #AE9089; }

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

This div background color is #AE9089.

Border color

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

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

This div border color is #AE9089.

Opacity

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

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

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

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

This text has shadow with #AE9089 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9089.

Preview

Color preview on black background

This text has color #AE9089 on black background.


Color preview on white background

This text has color #AE9089 on white background.


Black color preview on #AE9089 background

This text has black color on #AE9089 background.


White color preview on #AE9089 background

This text has white color on #AE9089 background.


Related colors

Complementary color

Complementary color for #hex is #516F76.


I love getcolorcode.com

Triadic colors

1 #89AE90 and #9089AE with #AE9089 are triadic colors.

2 #8990AE and #90AE89 with #AE9089 are triadic colors.