COLOR #AEA287

HEX: #AEA287
RGB: (174,162,135)

Color info

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

RGB color model

#AEA287 color RGB value is (174,162,135).

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

RGB channels and saturation

R 174 of 255 = 68%
G 162 of 255 = 64%
B 135 of 255 = 53%

174
162
135

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

Portions of RGB colors in percentages

R + G + B =
174 + 162 + 135 = 471 (100%)
R 174 of 471 ~ 36.94%
G 162 of 471 ~ 34.39%
B 135 of 471 ~ 28.66%

%36.94
%34.39
%28.66

CMYK color model

#AEA287 color CMYK value is (0,7,22,32).

  • cyan value is 0.00%
  • magenta value is 6.90%
  • yellow value is 22.41%
  • key color value is 31.76%
CMYK:
(0,7,22,32)
C0M7Y22K32 
(0%,7%,22%,32%)
(0.00/0.07/0.22/0.32)	

CMYK percentages

%0
%6.9
%22.41
%31.76

Codes

Color #AEA287 in popluar color models

AEA287
RGB174162135
HSL42°19.40%60.59%
HSB/HSV42°22.41%68.24%
CMYK0.00%6.90%22.41%
31.76%

Color #AEA287 in popluar number systems.

HEXAEA287
Decimal174162135
Binary101011101010001010000111
Octal256242207

Shades and tints

Shades of #AEA287

#AEA287
(174,162,135)
#9F947B
(159,148,123)
#90866F
(144,134,111)
#817863
(129,120,99)
#726A57
(114,106,87)
#635C4B
(99,92,75)
#544E3F
(84,78,63)
#454033
(69,64,51)
#363227
(54,50,39)
#27241B
(39,36,27)
#18160F
(24,22,15)
#000000
(0,0,0)

Tints of #AEA287

#AEA287
(174,162,135)
#B5AA91
(181,170,145)
#BCB29B
(188,178,155)
#C3BAA5
(195,186,165)
#CAC2AF
(202,194,175)
#D1CAB9
(209,202,185)
#D8D2C3
(216,210,195)
#DFDACD
(223,218,205)
#E6E2D7
(230,226,215)
#EDEAE1
(237,234,225)
#F4F2EB
(244,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA287; }

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

This text font color is #AEA287.


Background Color

.myBgColor { background-color: #AEA287; }

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

This div background color is #AEA287.


Border color

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

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

This div border color is #AEA287.


Opacity

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

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

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

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

This text has shadow with #AEA287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA287 on black background.


Color preview on white background

This text has color #AEA287 on white background.



Black color preview on #AEA287 background

This text has black color on #AEA287 background.


White color preview on #AEA287 background

This text has white color on #AEA287 background.