COLOR #AEAD13

HEX: #AEAD13
RGB: (174,173,19)

Color info

#AEAD13 contains mainly red and green colors. Web safe color of #AEAD13 is #999900 (or #990).

RGB color model

#AEAD13 color RGB value is (174,173,19).

  • red value is 174;
  • green value is 173;
  • blue value is 19.
RGB:
(174,173,19)
(68%,68%,7%)

RGB channels and saturation

R 174 of 255 = 68%
G 173 of 255 = 68%
B 19 of 255 = 7%

174
173
19

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

Portions of RGB colors in percentages

R + G + B =
174 + 173 + 19 = 366 (100%)
R 174 of 366 ~ 47.54%
G 173 of 366 ~ 47.27%
B 19 of 366 ~ 5.19%

%47.54
%47.27

CMYK color model

#AEAD13 color CMYK value is (0,1,89,32).

  • cyan value is 0.00%
  • magenta value is 0.57%
  • yellow value is 89.08%
  • key color value is 31.76%
CMYK:
(0,1,89,32)
C0M1Y89K32 
(0%,1%,89%,32%)
(0.00/0.01/0.89/0.32)	

CMYK percentages

%0
%0.57
%89.08
%31.76

Codes

Color #AEAD13 in popluar color models

AEAD13
RGB17417319
HSL60°80.31%37.84%
HSB/HSV60°89.08%68.24%
CMYK0.00%0.57%89.08%
31.76%

Color #AEAD13 in popluar number systems.

HEXAEAD13
Decimal17417319
Binary101011101010110110011
Octal25625523

Shades and tints

Shades of #AEAD13

#AEAD13
(174,173,19)
#9F9E12
(159,158,18)
#908F11
(144,143,17)
#818010
(129,128,16)
#72710F
(114,113,15)
#63620E
(99,98,14)
#54530D
(84,83,13)
#45440C
(69,68,12)
#36350B
(54,53,11)
#27260A
(39,38,10)
#181709
(24,23,9)
#000000
(0,0,0)

Tints of #AEAD13

#AEAD13
(174,173,19)
#B5B428
(181,180,40)
#BCBB3D
(188,187,61)
#C3C252
(195,194,82)
#CAC967
(202,201,103)
#D1D07C
(209,208,124)
#D8D791
(216,215,145)
#DFDEA6
(223,222,166)
#E6E5BB
(230,229,187)
#EDECD0
(237,236,208)
#F4F3E5
(244,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEAD13 color. Also use rgb(174,173,19) instead hex code.

Text Font Color

.myTextColor { color: #AEAD13; }

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

This text font color is #AEAD13.


Background Color

.myBgColor { background-color: #AEAD13; }

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

This div background color is #AEAD13.


Border color

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

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

This div border color is #AEAD13.


Opacity

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

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

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

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

This text has shadow with #AEAD13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAD13 on black background.


Color preview on white background

This text has color #AEAD13 on white background.



Black color preview on #AEAD13 background

This text has black color on #AEAD13 background.


White color preview on #AEAD13 background

This text has white color on #AEAD13 background.