COLOR #AEA473

HEX: #AEA473
RGB: (174,164,115)

Color info

#AEA473 contains red, green and blue colors in about the same proportion. Web safe color of #AEA473 is #999966 (or #996).

RGB color model

#AEA473 color RGB value is (174,164,115).

  • red value is 174;
  • green value is 164;
  • blue value is 115.
RGB:
(174,164,115)
(68%,64%,45%)

RGB channels and saturation

R 174 of 255 = 68%
G 164 of 255 = 64%
B 115 of 255 = 45%

174
164
115

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

Portions of RGB colors in percentages

R + G + B =
174 + 164 + 115 = 453 (100%)
R 174 of 453 ~ 38.41%
G 164 of 453 ~ 36.2%
B 115 of 453 ~ 25.39%

%38.41
%36.2
%25.39

CMYK color model

#AEA473 color CMYK value is (0,6,34,32).

  • cyan value is 0.00%
  • magenta value is 5.75%
  • yellow value is 33.91%
  • key color value is 31.76%
CMYK:
(0,6,34,32)
C0M6Y34K32 
(0%,6%,34%,32%)
(0.00/0.06/0.34/0.32)	

CMYK percentages

%0
%5.75
%33.91
%31.76

Codes

Color #AEA473 in popluar color models

AEA473
RGB174164115
HSL50°26.70%56.67%
HSB/HSV50°33.91%68.24%
CMYK0.00%5.75%33.91%
31.76%

Color #AEA473 in popluar number systems.

HEXAEA473
Decimal174164115
Binary10101110101001001110011
Octal256244163

Shades and tints

Shades of #AEA473

#AEA473
(174,164,115)
#9F9669
(159,150,105)
#90885F
(144,136,95)
#817A55
(129,122,85)
#726C4B
(114,108,75)
#635E41
(99,94,65)
#545037
(84,80,55)
#45422D
(69,66,45)
#363423
(54,52,35)
#272619
(39,38,25)
#18180F
(24,24,15)
#000000
(0,0,0)

Tints of #AEA473

#AEA473
(174,164,115)
#B5AC7F
(181,172,127)
#BCB48B
(188,180,139)
#C3BC97
(195,188,151)
#CAC4A3
(202,196,163)
#D1CCAF
(209,204,175)
#D8D4BB
(216,212,187)
#DFDCC7
(223,220,199)
#E6E4D3
(230,228,211)
#EDECDF
(237,236,223)
#F4F4EB
(244,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA473 color. Also use rgb(174,164,115) instead hex code.

Text Font Color

.myTextColor { color: #AEA473; }

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

This text font color is #AEA473.


Background Color

.myBgColor { background-color: #AEA473; }

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

This div background color is #AEA473.


Border color

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

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

This div border color is #AEA473.


Opacity

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

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

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

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

This text has shadow with #AEA473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA473 on black background.


Color preview on white background

This text has color #AEA473 on white background.



Black color preview on #AEA473 background

This text has black color on #AEA473 background.


White color preview on #AEA473 background

This text has white color on #AEA473 background.