COLOR #AEA45F

HEX: #AEA45F RGB: (174,164,95)

Color info

#AEA45F contains mainly red and green colors. Web safe color of #AEA45F is #999966 (or #996).

RGB color model

#AEA45F color RGB value is (174,164,95).

RGB: (174,164,95) (68%, 64%, 37%)

RGB channels and saturation

R 174 of 255 = 68%
G 164 of 255 = 64%
B 95 of 255 = 37%

174
164
95

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

Portions of RGB colors in percentages

R + G + B = 174 + 164 + 95 = 433 (100%)
R 174 of 433 ~ 40.18%
G 164 of 433 ~ 37.88%
B 95 of 433 ~ 21.94'%

%40.18
%37.88
%21.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.75%
  • yellow value is 45.40%
  • key color value is 31.76%

CMYK: (0,6,45,32)
C0M6Y45K32 (0%, 6%, 45%, 32%)
(0.00 / 0.06 / 0.45 / 0.32)

CMYK percentages

%0
%5.75
%45.4
%31.76

Codes

Color #AEA45F in popluar color models

AE A4 5F
RGB 174 164 95
HSL 52° 32.78% 52.75%
HSB/HSV 52° 45.40% 68.24%
CMYK 0.00% 5.75% 45.40%
31.76%

Color #AEA45F in popluar number systems.

HEX AE A4 5F
Decimal 174 164 95
Binary 10101110 10100100 1011111
Octal 256 244 137

Shades and tints

Shades of #AEA45F

#AEA45F
(174,164,95)
#9F9657
(159,150,87)
#90884F
(144,136,79)
#817A47
(129,122,71)
#726C3F
(114,108,63)
#635E37
(99,94,55)
#54502F
(84,80,47)
#454227
(69,66,39)
#36341F
(54,52,31)
#272617
(39,38,23)
#18180F
(24,24,15)
#000000
(0,0,0)

Tints of #AEA45F

#AEA45F
(174,164,95)
#B5AC6D
(181,172,109)
#BCB47B
(188,180,123)
#C3BC89
(195,188,137)
#CAC497
(202,196,151)
#D1CCA5
(209,204,165)
#D8D4B3
(216,212,179)
#DFDCC1
(223,220,193)
#E6E4CF
(230,228,207)
#EDECDD
(237,236,221)
#F4F4EB
(244,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA45F; }

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

This text font color is #AEA45F.

Background Color

.myBgColor { background-color: #AEA45F; }

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

This div background color is #AEA45F.

Border color

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

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

This div border color is #AEA45F.

Opacity

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

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

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

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

This text has shadow with #AEA45F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA45F.

Preview

Color preview on black background

This text has color #AEA45F on black background.


Color preview on white background

This text has color #AEA45F on white background.


Black color preview on #AEA45F background

This text has black color on #AEA45F background.


White color preview on #AEA45F background

This text has white color on #AEA45F background.


Related colors

Complementary color

Complementary color for #hex is #515BA0.


I love getcolorcode.com

Triadic colors

1 #5FAEA4 and #A45FAE with #AEA45F are triadic colors.

2 #5FA4AE and #A4AE5F with #AEA45F are triadic colors.