COLOR #AEAC36

HEX: #AEAC36
RGB: (174,172,54)

Color info

#AEAC36 contains mainly red and green colors. Web safe color of #AEAC36 is #999933 (or #993).

RGB color model

#AEAC36 color RGB value is (174,172,54).

  • red value is 174;
  • green value is 172;
  • blue value is 54.
RGB:
(174,172,54)
(68%,67%,21%)

RGB channels and saturation

R 174 of 255 = 68%
G 172 of 255 = 67%
B 54 of 255 = 21%

174
172
54

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

Portions of RGB colors in percentages

R + G + B =
174 + 172 + 54 = 400 (100%)
R 174 of 400 ~ 43.5%
G 172 of 400 ~ 43%
B 54 of 400 ~ 13.5%

%43.5
%43
%13.5

CMYK color model

#AEAC36 color CMYK value is (0,1,69,32).

  • cyan value is 0.00%
  • magenta value is 1.15%
  • yellow value is 68.97%
  • key color value is 31.76%
CMYK:
(0,1,69,32)
C0M1Y69K32 
(0%,1%,69%,32%)
(0.00/0.01/0.69/0.32)	

CMYK percentages

%0
%1.15
%68.97
%31.76

Codes

Color #AEAC36 in popluar color models

AEAC36
RGB17417254
HSL59°52.63%44.71%
HSB/HSV59°68.97%68.24%
CMYK0.00%1.15%68.97%
31.76%

Color #AEAC36 in popluar number systems.

HEXAEAC36
Decimal17417254
Binary1010111010101100110110
Octal25625466

Shades and tints

Shades of #AEAC36

#AEAC36
(174,172,54)
#9F9D32
(159,157,50)
#908E2E
(144,142,46)
#817F2A
(129,127,42)
#727026
(114,112,38)
#636122
(99,97,34)
#54521E
(84,82,30)
#45431A
(69,67,26)
#363416
(54,52,22)
#272512
(39,37,18)
#18160E
(24,22,14)
#000000
(0,0,0)

Tints of #AEAC36

#AEAC36
(174,172,54)
#B5B348
(181,179,72)
#BCBA5A
(188,186,90)
#C3C16C
(195,193,108)
#CAC87E
(202,200,126)
#D1CF90
(209,207,144)
#D8D6A2
(216,214,162)
#DFDDB4
(223,221,180)
#E6E4C6
(230,228,198)
#EDEBD8
(237,235,216)
#F4F2EA
(244,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAC36; }

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

This text font color is #AEAC36.


Background Color

.myBgColor { background-color: #AEAC36; }

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

This div background color is #AEAC36.


Border color

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

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

This div border color is #AEAC36.


Opacity

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

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

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

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

This text has shadow with #AEAC36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAC36 on black background.


Color preview on white background

This text has color #AEAC36 on white background.



Black color preview on #AEAC36 background

This text has black color on #AEAC36 background.


White color preview on #AEAC36 background

This text has white color on #AEAC36 background.