COLOR #AEA387

HEX: #AEA387
RGB: (174,163,135)

Color info

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

RGB color model

#AEA387 color RGB value is (174,163,135).

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

RGB channels and saturation

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

174
163
135

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

Portions of RGB colors in percentages

R + G + B =
174 + 163 + 135 = 472 (100%)
R 174 of 472 ~ 36.86%
G 163 of 472 ~ 34.53%
B 135 of 472 ~ 28.6%

%36.86
%34.53
%28.6

CMYK color model

#AEA387 color CMYK value is (0,6,22,32).

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 22.41%
  • key color value is 31.76%
CMYK:
(0,6,22,32)
C0M6Y22K32 
(0%,6%,22%,32%)
(0.00/0.06/0.22/0.32)	

CMYK percentages

%0
%6.32
%22.41
%31.76

Codes

Color #AEA387 in popluar color models

AEA387
RGB174163135
HSL43°19.40%60.59%
HSB/HSV43°22.41%68.24%
CMYK0.00%6.32%22.41%
31.76%

Color #AEA387 in popluar number systems.

HEXAEA387
Decimal174163135
Binary101011101010001110000111
Octal256243207

Shades and tints

Shades of #AEA387

#AEA387
(174,163,135)
#9F957B
(159,149,123)
#90876F
(144,135,111)
#817963
(129,121,99)
#726B57
(114,107,87)
#635D4B
(99,93,75)
#544F3F
(84,79,63)
#454133
(69,65,51)
#363327
(54,51,39)
#27251B
(39,37,27)
#18170F
(24,23,15)
#000000
(0,0,0)

Tints of #AEA387

#AEA387
(174,163,135)
#B5AB91
(181,171,145)
#BCB39B
(188,179,155)
#C3BBA5
(195,187,165)
#CAC3AF
(202,195,175)
#D1CBB9
(209,203,185)
#D8D3C3
(216,211,195)
#DFDBCD
(223,219,205)
#E6E3D7
(230,227,215)
#EDEBE1
(237,235,225)
#F4F3EB
(244,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA387; }

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

This text font color is #AEA387.


Background Color

.myBgColor { background-color: #AEA387; }

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

This div background color is #AEA387.


Border color

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

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

This div border color is #AEA387.


Opacity

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

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

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

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

This text has shadow with #AEA387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA387 on black background.


Color preview on white background

This text has color #AEA387 on white background.



Black color preview on #AEA387 background

This text has black color on #AEA387 background.


White color preview on #AEA387 background

This text has white color on #AEA387 background.