COLOR #AE961F

HEX: #AE961F
RGB: (174,150,31)

Color info

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

RGB color model

#AE961F color RGB value is (174,150,31).

  • red value is 174;
  • green value is 150;
  • blue value is 31.
RGB:
(174,150,31)
(68%,59%,12%)

RGB channels and saturation

R 174 of 255 = 68%
G 150 of 255 = 59%
B 31 of 255 = 12%

174
150
31

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

Portions of RGB colors in percentages

R + G + B =
174 + 150 + 31 = 355 (100%)
R 174 of 355 ~ 49.01%
G 150 of 355 ~ 42.25%
B 31 of 355 ~ 8.73%

%49.01
%42.25

CMYK color model

#AE961F color CMYK value is (0,14,82,32).

  • cyan value is 0.00%
  • magenta value is 13.79%
  • yellow value is 82.18%
  • key color value is 31.76%
CMYK:
(0,14,82,32)
C0M14Y82K32 
(0%,14%,82%,32%)
(0.00/0.14/0.82/0.32)	

CMYK percentages

%0
%13.79
%82.18
%31.76

Codes

Color #AE961F in popluar color models

AE961F
RGB17415031
HSL50°69.76%40.20%
HSB/HSV50°82.18%68.24%
CMYK0.00%13.79%82.18%
31.76%

Color #AE961F in popluar number systems.

HEXAE961F
Decimal17415031
Binary101011101001011011111
Octal25622637

Shades and tints

Shades of #AE961F

#AE961F
(174,150,31)
#9F891D
(159,137,29)
#907C1B
(144,124,27)
#816F19
(129,111,25)
#726217
(114,98,23)
#635515
(99,85,21)
#544813
(84,72,19)
#453B11
(69,59,17)
#362E0F
(54,46,15)
#27210D
(39,33,13)
#18140B
(24,20,11)
#000000
(0,0,0)

Tints of #AE961F

#AE961F
(174,150,31)
#B59F33
(181,159,51)
#BCA847
(188,168,71)
#C3B15B
(195,177,91)
#CABA6F
(202,186,111)
#D1C383
(209,195,131)
#D8CC97
(216,204,151)
#DFD5AB
(223,213,171)
#E6DEBF
(230,222,191)
#EDE7D3
(237,231,211)
#F4F0E7
(244,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE961F color. Also use rgb(174,150,31) instead hex code.

Text Font Color

.myTextColor { color: #AE961F; }

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

This text font color is #AE961F.


Background Color

.myBgColor { background-color: #AE961F; }

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

This div background color is #AE961F.


Border color

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

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

This div border color is #AE961F.


Opacity

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

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

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

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

This text has shadow with #AE961F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE961F on black background.


Color preview on white background

This text has color #AE961F on white background.



Black color preview on #AE961F background

This text has black color on #AE961F background.


White color preview on #AE961F background

This text has white color on #AE961F background.