COLOR #AEA477

HEX: #AEA477
RGB: (174,164,119)

Color info

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

RGB color model

#AEA477 color RGB value is (174,164,119).

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

RGB channels and saturation

R 174 of 255 = 68%
G 164 of 255 = 64%
B 119 of 255 = 47%

174
164
119

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

Portions of RGB colors in percentages

R + G + B =
174 + 164 + 119 = 457 (100%)
R 174 of 457 ~ 38.07%
G 164 of 457 ~ 35.89%
B 119 of 457 ~ 26.04%

%38.07
%35.89
%26.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.75%
  • yellow value is 31.61%
  • key color value is 31.76%
CMYK:
(0,6,32,32)
C0M6Y32K32 
(0%,6%,32%,32%)
(0.00/0.06/0.32/0.32)	

CMYK percentages

%0
%5.75
%31.61
%31.76

Codes

Color #AEA477 in popluar color models

AEA477
RGB174164119
HSL49°25.35%57.45%
HSB/HSV49°31.61%68.24%
CMYK0.00%5.75%31.61%
31.76%

Color #AEA477 in popluar number systems.

HEXAEA477
Decimal174164119
Binary10101110101001001110111
Octal256244167

Shades and tints

Shades of #AEA477

#AEA477
(174,164,119)
#9F966D
(159,150,109)
#908863
(144,136,99)
#817A59
(129,122,89)
#726C4F
(114,108,79)
#635E45
(99,94,69)
#54503B
(84,80,59)
#454231
(69,66,49)
#363427
(54,52,39)
#27261D
(39,38,29)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #AEA477

#AEA477
(174,164,119)
#B5AC83
(181,172,131)
#BCB48F
(188,180,143)
#C3BC9B
(195,188,155)
#CAC4A7
(202,196,167)
#D1CCB3
(209,204,179)
#D8D4BF
(216,212,191)
#DFDCCB
(223,220,203)
#E6E4D7
(230,228,215)
#EDECE3
(237,236,227)
#F4F4EF
(244,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA477; }

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

This text font color is #AEA477.


Background Color

.myBgColor { background-color: #AEA477; }

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

This div background color is #AEA477.


Border color

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

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

This div border color is #AEA477.


Opacity

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

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

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

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

This text has shadow with #AEA477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA477 on black background.


Color preview on white background

This text has color #AEA477 on white background.



Black color preview on #AEA477 background

This text has black color on #AEA477 background.


White color preview on #AEA477 background

This text has white color on #AEA477 background.