COLOR #AE9712

HEX: #AE9712
RGB: (174,151,18)

Color info

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

RGB color model

#AE9712 color RGB value is (174,151,18).

  • red value is 174;
  • green value is 151;
  • blue value is 18.
RGB:
(174,151,18)
(68%,59%,7%)

RGB channels and saturation

R 174 of 255 = 68%
G 151 of 255 = 59%
B 18 of 255 = 7%

174
151
18

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

Portions of RGB colors in percentages

R + G + B =
174 + 151 + 18 = 343 (100%)
R 174 of 343 ~ 50.73%
G 151 of 343 ~ 44.02%
B 18 of 343 ~ 5.25%

%50.73
%44.02

CMYK color model

#AE9712 color CMYK value is (0,13,90,32).

  • cyan value is 0.00%
  • magenta value is 13.22%
  • yellow value is 89.66%
  • key color value is 31.76%
CMYK:
(0,13,90,32)
C0M13Y90K32 
(0%,13%,90%,32%)
(0.00/0.13/0.90/0.32)	

CMYK percentages

%0
%13.22
%89.66
%31.76

Codes

Color #AE9712 in popluar color models

AE9712
RGB17415118
HSL51°81.25%37.65%
HSB/HSV51°89.66%68.24%
CMYK0.00%13.22%89.66%
31.76%

Color #AE9712 in popluar number systems.

HEXAE9712
Decimal17415118
Binary101011101001011110010
Octal25622722

Shades and tints

Shades of #AE9712

#AE9712
(174,151,18)
#9F8A11
(159,138,17)
#907D10
(144,125,16)
#81700F
(129,112,15)
#72630E
(114,99,14)
#63560D
(99,86,13)
#54490C
(84,73,12)
#453C0B
(69,60,11)
#362F0A
(54,47,10)
#272209
(39,34,9)
#181508
(24,21,8)
#000000
(0,0,0)

Tints of #AE9712

#AE9712
(174,151,18)
#B5A027
(181,160,39)
#BCA93C
(188,169,60)
#C3B251
(195,178,81)
#CABB66
(202,187,102)
#D1C47B
(209,196,123)
#D8CD90
(216,205,144)
#DFD6A5
(223,214,165)
#E6DFBA
(230,223,186)
#EDE8CF
(237,232,207)
#F4F1E4
(244,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE9712 color. Also use rgb(174,151,18) instead hex code.

Text Font Color

.myTextColor { color: #AE9712; }

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

This text font color is #AE9712.


Background Color

.myBgColor { background-color: #AE9712; }

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

This div background color is #AE9712.


Border color

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

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

This div border color is #AE9712.


Opacity

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

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

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

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

This text has shadow with #AE9712 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9712 on black background.


Color preview on white background

This text has color #AE9712 on white background.



Black color preview on #AE9712 background

This text has black color on #AE9712 background.


White color preview on #AE9712 background

This text has white color on #AE9712 background.