COLOR #AEA321

HEX: #AEA321 RGB: (174,163,33)

Color info

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

RGB color model

#AEA321 color RGB value is (174,163,33).

RGB: (174,163,33) (68%, 64%, 13%)

RGB channels and saturation

R 174 of 255 = 68%
G 163 of 255 = 64%
B 33 of 255 = 13%

174
163
33

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

Portions of RGB colors in percentages

R + G + B = 174 + 163 + 33 = 370 (100%)
R 174 of 370 ~ 47.03%
G 163 of 370 ~ 44.05%
B 33 of 370 ~ 8.92'%

%47.03
%44.05

CMYK color model

#AEA321 color CMYK value is (0,6,81,32).

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 81.03%
  • key color value is 31.76%

CMYK: (0,6,81,32)
C0M6Y81K32 (0%, 6%, 81%, 32%)
(0.00 / 0.06 / 0.81 / 0.32)

CMYK percentages

%0
%6.32
%81.03
%31.76

Codes

Color #AEA321 in popluar color models

AE A3 21
RGB 174 163 33
HSL 55° 68.12% 40.59%
HSB/HSV 55° 81.03% 68.24%
CMYK 0.00% 6.32% 81.03%
31.76%

Color #AEA321 in popluar number systems.

HEX AE A3 21
Decimal 174 163 33
Binary 10101110 10100011 100001
Octal 256 243 41

Shades and tints

Shades of #AEA321

#AEA321
(174,163,33)
#9F951E
(159,149,30)
#90871B
(144,135,27)
#817918
(129,121,24)
#726B15
(114,107,21)
#635D12
(99,93,18)
#544F0F
(84,79,15)
#45410C
(69,65,12)
#363309
(54,51,9)
#272506
(39,37,6)
#181703
(24,23,3)
#000000
(0,0,0)

Tints of #AEA321

#AEA321
(174,163,33)
#B5AB35
(181,171,53)
#BCB349
(188,179,73)
#C3BB5D
(195,187,93)
#CAC371
(202,195,113)
#D1CB85
(209,203,133)
#D8D399
(216,211,153)
#DFDBAD
(223,219,173)
#E6E3C1
(230,227,193)
#EDEBD5
(237,235,213)
#F4F3E9
(244,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA321; }

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

This text font color is #AEA321.

Background Color

.myBgColor { background-color: #AEA321; }

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

This div background color is #AEA321.

Border color

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

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

This div border color is #AEA321.

Opacity

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

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

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

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

This text has shadow with #AEA321 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA321.

Preview

Color preview on black background

This text has color #AEA321 on black background.


Color preview on white background

This text has color #AEA321 on white background.


Black color preview on #AEA321 background

This text has black color on #AEA321 background.


White color preview on #AEA321 background

This text has white color on #AEA321 background.


Related colors

Complementary color

Complementary color for #hex is #515CDE.


I love getcolorcode.com

Triadic colors

1 #21AEA3 and #A321AE with #AEA321 are triadic colors.

2 #21A3AE and #A3AE21 with #AEA321 are triadic colors.