COLOR #AEA977

HEX: #AEA977
RGB: (174,169,119)

Color info

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

RGB color model

#AEA977 color RGB value is (174,169,119).

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

RGB channels and saturation

R 174 of 255 = 68%
G 169 of 255 = 66%
B 119 of 255 = 47%

174
169
119

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

Portions of RGB colors in percentages

R + G + B =
174 + 169 + 119 = 462 (100%)
R 174 of 462 ~ 37.66%
G 169 of 462 ~ 36.58%
B 119 of 462 ~ 25.76%

%37.66
%36.58
%25.76

CMYK color model

#AEA977 color CMYK value is (0,3,32,32).

  • cyan value is 0.00%
  • magenta value is 2.87%
  • yellow value is 31.61%
  • key color value is 31.76%
CMYK:
(0,3,32,32)
C0M3Y32K32 
(0%,3%,32%,32%)
(0.00/0.03/0.32/0.32)	

CMYK percentages

%0
%2.87
%31.61
%31.76

Codes

Color #AEA977 in popluar color models

AEA977
RGB174169119
HSL55°25.35%57.45%
HSB/HSV55°31.61%68.24%
CMYK0.00%2.87%31.61%
31.76%

Color #AEA977 in popluar number systems.

HEXAEA977
Decimal174169119
Binary10101110101010011110111
Octal256251167

Shades and tints

Shades of #AEA977

#AEA977
(174,169,119)
#9F9A6D
(159,154,109)
#908B63
(144,139,99)
#817C59
(129,124,89)
#726D4F
(114,109,79)
#635E45
(99,94,69)
#544F3B
(84,79,59)
#454031
(69,64,49)
#363127
(54,49,39)
#27221D
(39,34,29)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #AEA977

#AEA977
(174,169,119)
#B5B083
(181,176,131)
#BCB78F
(188,183,143)
#C3BE9B
(195,190,155)
#CAC5A7
(202,197,167)
#D1CCB3
(209,204,179)
#D8D3BF
(216,211,191)
#DFDACB
(223,218,203)
#E6E1D7
(230,225,215)
#EDE8E3
(237,232,227)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA977; }

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

This text font color is #AEA977.


Background Color

.myBgColor { background-color: #AEA977; }

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

This div background color is #AEA977.


Border color

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

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

This div border color is #AEA977.


Opacity

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

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

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

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

This text has shadow with #AEA977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA977 on black background.


Color preview on white background

This text has color #AEA977 on white background.



Black color preview on #AEA977 background

This text has black color on #AEA977 background.


White color preview on #AEA977 background

This text has white color on #AEA977 background.