COLOR #AEAC54

HEX: #AEAC54 RGB: (174,172,84)

Color info

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

RGB color model

#AEAC54 color RGB value is (174,172,84).

RGB: (174,172,84) (68%, 67%, 33%)

RGB channels and saturation

R 174 of 255 = 68%
G 172 of 255 = 67%
B 84 of 255 = 33%

174
172
84

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

Portions of RGB colors in percentages

R + G + B = 174 + 172 + 84 = 430 (100%)
R 174 of 430 ~ 40.47%
G 172 of 430 ~ 40%
B 84 of 430 ~ 19.53'%

%40.47
%40
%19.53

CMYK color model

#AEAC54 color CMYK value is (0,1,52,32).

  • cyan value is 0.00%
  • magenta value is 1.15%
  • yellow value is 51.72%
  • key color value is 31.76%

CMYK: (0,1,52,32)
C0M1Y52K32 (0%, 1%, 52%, 32%)
(0.00 / 0.01 / 0.52 / 0.32)

CMYK percentages

%0
%1.15
%51.72
%31.76

Codes

Color #AEAC54 in popluar color models

AE AC 54
RGB 174 172 84
HSL 59° 35.71% 50.59%
HSB/HSV 59° 51.72% 68.24%
CMYK 0.00% 1.15% 51.72%
31.76%

Color #AEAC54 in popluar number systems.

HEX AE AC 54
Decimal 174 172 84
Binary 10101110 10101100 1010100
Octal 256 254 124

Shades and tints

Shades of #AEAC54

#AEAC54
(174,172,84)
#9F9D4D
(159,157,77)
#908E46
(144,142,70)
#817F3F
(129,127,63)
#727038
(114,112,56)
#636131
(99,97,49)
#54522A
(84,82,42)
#454323
(69,67,35)
#36341C
(54,52,28)
#272515
(39,37,21)
#18160E
(24,22,14)
#000000
(0,0,0)

Tints of #AEAC54

#AEAC54
(174,172,84)
#B5B363
(181,179,99)
#BCBA72
(188,186,114)
#C3C181
(195,193,129)
#CAC890
(202,200,144)
#D1CF9F
(209,207,159)
#D8D6AE
(216,214,174)
#DFDDBD
(223,221,189)
#E6E4CC
(230,228,204)
#EDEBDB
(237,235,219)
#F4F2EA
(244,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEAC54 color. Also use rgb(174,172,84) instead hex code.

Text Font Color

.myTextColor { color: #AEAC54; }

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

This text font color is #AEAC54.

Background Color

.myBgColor { background-color: #AEAC54; }

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

This div background color is #AEAC54.

Border color

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

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

This div border color is #AEAC54.

Opacity

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

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

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

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

This text has shadow with #AEAC54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEAC54.

Preview

Color preview on black background

This text has color #AEAC54 on black background.


Color preview on white background

This text has color #AEAC54 on white background.


Black color preview on #AEAC54 background

This text has black color on #AEAC54 background.


White color preview on #AEAC54 background

This text has white color on #AEAC54 background.


Related colors

Complementary color

Complementary color for #hex is #5153AB.


I love getcolorcode.com

Triadic colors

1 #54AEAC and #AC54AE with #AEAC54 are triadic colors.

2 #54ACAE and #ACAE54 with #AEAC54 are triadic colors.