COLOR #AEA974

HEX: #AEA974 RGB: (174,169,116)

Color info

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

RGB color model

#AEA974 color RGB value is (174,169,116).

RGB: (174,169,116) (68%, 66%, 45%)

RGB channels and saturation

R 174 of 255 = 68%
G 169 of 255 = 66%
B 116 of 255 = 45%

174
169
116

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

Portions of RGB colors in percentages

R + G + B = 174 + 169 + 116 = 459 (100%)
R 174 of 459 ~ 37.91%
G 169 of 459 ~ 36.82%
B 116 of 459 ~ 25.27'%

%37.91
%36.82
%25.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.87%
  • yellow value is 33.33%
  • key color value is 31.76%
CMYK: (0,3,33,32) C0M3Y33K32 (0%,3%,33%,32%) (0.00/0.03/0.33/0.32) 

CMYK percentages

%0
%2.87
%33.33
%31.76

Codes

Color #AEA974 in popluar color models

AE A9 74
RGB 174 169 116
HSL 55° 26.36% 56.86%
HSB/HSV 55° 33.33% 68.24%
CMYK 0.00% 2.87% 33.33%
31.76%

Color #AEA974 in popluar number systems.

HEX AE A9 74
Decimal 174 169 116
Binary 10101110 10101001 1110100
Octal 256 251 164

Shades and tints

Shades of #AEA974

#AEA974
(174,169,116)
#9F9A6A
(159,154,106)
#908B60
(144,139,96)
#817C56
(129,124,86)
#726D4C
(114,109,76)
#635E42
(99,94,66)
#544F38
(84,79,56)
#45402E
(69,64,46)
#363124
(54,49,36)
#27221A
(39,34,26)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #AEA974

#AEA974
(174,169,116)
#B5B080
(181,176,128)
#BCB78C
(188,183,140)
#C3BE98
(195,190,152)
#CAC5A4
(202,197,164)
#D1CCB0
(209,204,176)
#D8D3BC
(216,211,188)
#DFDAC8
(223,218,200)
#E6E1D4
(230,225,212)
#EDE8E0
(237,232,224)
#F4EFEC
(244,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA974; }

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

This text font color is #AEA974.

Background Color

.myBgColor { background-color: #AEA974; }

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

This div background color is #AEA974.

Border color

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

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

This div border color is #AEA974.

Opacity

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

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

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

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

This text has shadow with #AEA974 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA974.

Preview

Color preview on black background

This text has color #AEA974 on black background.


Color preview on white background

This text has color #AEA974 on white background.


Black color preview on #AEA974 background

This text has black color on #AEA974 background.


White color preview on #AEA974 background

This text has white color on #AEA974 background.


Related colors

Complementary color

Complementary color for #hex is #51568B.


I love getcolorcode.com

Triadic colors

1 #74AEA9 and #A974AE with #AEA974 are triadic colors.

2 #74A9AE and #A9AE74 with #AEA974 are triadic colors.