COLOR #AE9D16

HEX: #AE9D16
RGB: (174,157,22)

Color info

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

RGB color model

#AE9D16 color RGB value is (174,157,22).

  • red value is 174;
  • green value is 157;
  • blue value is 22.
RGB:
(174,157,22)
(68%,62%,9%)

RGB channels and saturation

R 174 of 255 = 68%
G 157 of 255 = 62%
B 22 of 255 = 9%

174
157
22

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

Portions of RGB colors in percentages

R + G + B =
174 + 157 + 22 = 353 (100%)
R 174 of 353 ~ 49.29%
G 157 of 353 ~ 44.48%
B 22 of 353 ~ 6.23%

%49.29
%44.48

CMYK color model

#AE9D16 color CMYK value is (0,10,87,32).

  • cyan value is 0.00%
  • magenta value is 9.77%
  • yellow value is 87.36%
  • key color value is 31.76%
CMYK:
(0,10,87,32)
C0M10Y87K32 
(0%,10%,87%,32%)
(0.00/0.10/0.87/0.32)	

CMYK percentages

%0
%9.77
%87.36
%31.76

Codes

Color #AE9D16 in popluar color models

AE9D16
RGB17415722
HSL53°77.55%38.43%
HSB/HSV53°87.36%68.24%
CMYK0.00%9.77%87.36%
31.76%

Color #AE9D16 in popluar number systems.

HEXAE9D16
Decimal17415722
Binary101011101001110110110
Octal25623526

Shades and tints

Shades of #AE9D16

#AE9D16
(174,157,22)
#9F8F14
(159,143,20)
#908112
(144,129,18)
#817310
(129,115,16)
#72650E
(114,101,14)
#63570C
(99,87,12)
#54490A
(84,73,10)
#453B08
(69,59,8)
#362D06
(54,45,6)
#271F04
(39,31,4)
#181102
(24,17,2)
#000000
(0,0,0)

Tints of #AE9D16

#AE9D16
(174,157,22)
#B5A52B
(181,165,43)
#BCAD40
(188,173,64)
#C3B555
(195,181,85)
#CABD6A
(202,189,106)
#D1C57F
(209,197,127)
#D8CD94
(216,205,148)
#DFD5A9
(223,213,169)
#E6DDBE
(230,221,190)
#EDE5D3
(237,229,211)
#F4EDE8
(244,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE9D16 color. Also use rgb(174,157,22) instead hex code.

Text Font Color

.myTextColor { color: #AE9D16; }

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

This text font color is #AE9D16.


Background Color

.myBgColor { background-color: #AE9D16; }

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

This div background color is #AE9D16.


Border color

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

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

This div border color is #AE9D16.


Opacity

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

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

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

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

This text has shadow with #AE9D16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9D16 on black background.


Color preview on white background

This text has color #AE9D16 on white background.



Black color preview on #AE9D16 background

This text has black color on #AE9D16 background.


White color preview on #AE9D16 background

This text has white color on #AE9D16 background.