COLOR #AEA121

HEX: #AEA121
RGB: (174,161,33)

Color info

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

RGB color model

#AEA121 color RGB value is (174,161,33).

  • red value is 174;
  • green value is 161;
  • blue value is 33.
RGB:
(174,161,33)
(68%,63%,13%)

RGB channels and saturation

R 174 of 255 = 68%
G 161 of 255 = 63%
B 33 of 255 = 13%

174
161
33

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

Portions of RGB colors in percentages

R + G + B =
174 + 161 + 33 = 368 (100%)
R 174 of 368 ~ 47.28%
G 161 of 368 ~ 43.75%
B 33 of 368 ~ 8.97%

%47.28
%43.75

CMYK color model

#AEA121 color CMYK value is (0,7,81,32).

  • cyan value is 0.00%
  • magenta value is 7.47%
  • yellow value is 81.03%
  • key color value is 31.76%
CMYK:
(0,7,81,32)
C0M7Y81K32 
(0%,7%,81%,32%)
(0.00/0.07/0.81/0.32)	

CMYK percentages

%0
%7.47
%81.03
%31.76

Codes

Color #AEA121 in popluar color models

AEA121
RGB17416133
HSL54°68.12%40.59%
HSB/HSV54°81.03%68.24%
CMYK0.00%7.47%81.03%
31.76%

Color #AEA121 in popluar number systems.

HEXAEA121
Decimal17416133
Binary1010111010100001100001
Octal25624141

Shades and tints

Shades of #AEA121

#AEA121
(174,161,33)
#9F931E
(159,147,30)
#90851B
(144,133,27)
#817718
(129,119,24)
#726915
(114,105,21)
#635B12
(99,91,18)
#544D0F
(84,77,15)
#453F0C
(69,63,12)
#363109
(54,49,9)
#272306
(39,35,6)
#181503
(24,21,3)
#000000
(0,0,0)

Tints of #AEA121

#AEA121
(174,161,33)
#B5A935
(181,169,53)
#BCB149
(188,177,73)
#C3B95D
(195,185,93)
#CAC171
(202,193,113)
#D1C985
(209,201,133)
#D8D199
(216,209,153)
#DFD9AD
(223,217,173)
#E6E1C1
(230,225,193)
#EDE9D5
(237,233,213)
#F4F1E9
(244,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA121 color. Also use rgb(174,161,33) instead hex code.

Text Font Color

.myTextColor { color: #AEA121; }

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

This text font color is #AEA121.


Background Color

.myBgColor { background-color: #AEA121; }

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

This div background color is #AEA121.


Border color

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

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

This div border color is #AEA121.


Opacity

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

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

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

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

This text has shadow with #AEA121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA121 on black background.


Color preview on white background

This text has color #AEA121 on white background.



Black color preview on #AEA121 background

This text has black color on #AEA121 background.


White color preview on #AEA121 background

This text has white color on #AEA121 background.