COLOR #AE951C

HEX: #AE951C
RGB: (174,149,28)

Color info

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

RGB color model

#AE951C color RGB value is (174,149,28).

  • red value is 174;
  • green value is 149;
  • blue value is 28.
RGB:
(174,149,28)
(68%,58%,11%)

RGB channels and saturation

R 174 of 255 = 68%
G 149 of 255 = 58%
B 28 of 255 = 11%

174
149
28

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

Portions of RGB colors in percentages

R + G + B =
174 + 149 + 28 = 351 (100%)
R 174 of 351 ~ 49.57%
G 149 of 351 ~ 42.45%
B 28 of 351 ~ 7.98%

%49.57
%42.45

CMYK color model

#AE951C color CMYK value is (0,14,84,32).

  • cyan value is 0.00%
  • magenta value is 14.37%
  • yellow value is 83.91%
  • key color value is 31.76%
CMYK:
(0,14,84,32)
C0M14Y84K32 
(0%,14%,84%,32%)
(0.00/0.14/0.84/0.32)	

CMYK percentages

%0
%14.37
%83.91
%31.76

Codes

Color #AE951C in popluar color models

AE951C
RGB17414928
HSL50°72.28%39.61%
HSB/HSV50°83.91%68.24%
CMYK0.00%14.37%83.91%
31.76%

Color #AE951C in popluar number systems.

HEXAE951C
Decimal17414928
Binary101011101001010111100
Octal25622534

Shades and tints

Shades of #AE951C

#AE951C
(174,149,28)
#9F881A
(159,136,26)
#907B18
(144,123,24)
#816E16
(129,110,22)
#726114
(114,97,20)
#635412
(99,84,18)
#544710
(84,71,16)
#453A0E
(69,58,14)
#362D0C
(54,45,12)
#27200A
(39,32,10)
#181308
(24,19,8)
#000000
(0,0,0)

Tints of #AE951C

#AE951C
(174,149,28)
#B59E30
(181,158,48)
#BCA744
(188,167,68)
#C3B058
(195,176,88)
#CAB96C
(202,185,108)
#D1C280
(209,194,128)
#D8CB94
(216,203,148)
#DFD4A8
(223,212,168)
#E6DDBC
(230,221,188)
#EDE6D0
(237,230,208)
#F4EFE4
(244,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE951C color. Also use rgb(174,149,28) instead hex code.

Text Font Color

.myTextColor { color: #AE951C; }

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

This text font color is #AE951C.


Background Color

.myBgColor { background-color: #AE951C; }

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

This div background color is #AE951C.


Border color

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

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

This div border color is #AE951C.


Opacity

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

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

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

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

This text has shadow with #AE951C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE951C on black background.


Color preview on white background

This text has color #AE951C on white background.



Black color preview on #AE951C background

This text has black color on #AE951C background.


White color preview on #AE951C background

This text has white color on #AE951C background.