COLOR #AEA189

HEX: #AEA189
RGB: (174,161,137)

Color info

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

RGB color model

#AEA189 color RGB value is (174,161,137).

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

RGB channels and saturation

R 174 of 255 = 68%
G 161 of 255 = 63%
B 137 of 255 = 54%

174
161
137

R + G + B ~ 62%. #AEA189 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 161 + 137 = 472 (100%)
R 174 of 472 ~ 36.86%
G 161 of 472 ~ 34.11%
B 137 of 472 ~ 29.03%

%36.86
%34.11
%29.03

CMYK color model

#AEA189 color CMYK value is (0,7,21,32).

  • cyan value is 0.00%
  • magenta value is 7.47%
  • yellow value is 21.26%
  • key color value is 31.76%
CMYK:
(0,7,21,32)
C0M7Y21K32 
(0%,7%,21%,32%)
(0.00/0.07/0.21/0.32)	

CMYK percentages

%0
%7.47
%21.26
%31.76

Codes

Color #AEA189 in popluar color models

AEA189
RGB174161137
HSL39°18.59%60.98%
HSB/HSV39°21.26%68.24%
CMYK0.00%7.47%21.26%
31.76%

Color #AEA189 in popluar number systems.

HEXAEA189
Decimal174161137
Binary101011101010000110001001
Octal256241211

Shades and tints

Shades of #AEA189

#AEA189
(174,161,137)
#9F937D
(159,147,125)
#908571
(144,133,113)
#817765
(129,119,101)
#726959
(114,105,89)
#635B4D
(99,91,77)
#544D41
(84,77,65)
#453F35
(69,63,53)
#363129
(54,49,41)
#27231D
(39,35,29)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #AEA189

#AEA189
(174,161,137)
#B5A993
(181,169,147)
#BCB19D
(188,177,157)
#C3B9A7
(195,185,167)
#CAC1B1
(202,193,177)
#D1C9BB
(209,201,187)
#D8D1C5
(216,209,197)
#DFD9CF
(223,217,207)
#E6E1D9
(230,225,217)
#EDE9E3
(237,233,227)
#F4F1ED
(244,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA189; }

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

This text font color is #AEA189.


Background Color

.myBgColor { background-color: #AEA189; }

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

This div background color is #AEA189.


Border color

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

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

This div border color is #AEA189.


Opacity

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

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

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

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

This text has shadow with #AEA189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA189 on black background.


Color preview on white background

This text has color #AEA189 on white background.



Black color preview on #AEA189 background

This text has black color on #AEA189 background.


White color preview on #AEA189 background

This text has white color on #AEA189 background.