COLOR #AE5D12

HEX: #AE5D12
RGB: (174,93,18)

Color info

#AE5D12 contains mainly red color. Web safe color of #AE5D12 is #996600 (or #960).

RGB color model

#AE5D12 color RGB value is (174,93,18).

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

RGB channels and saturation

R 174 of 255 = 68%
G 93 of 255 = 36%
B 18 of 255 = 7%

174
93
18

R + G + B ~ 37%. #AE5D12 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
174 + 93 + 18 = 285 (100%)
R 174 of 285 ~ 61.05%
G 93 of 285 ~ 32.63%
B 18 of 285 ~ 6.32%

%61.05
%32.63

CMYK color model

#AE5D12 color CMYK value is (0,47,90,32).

  • cyan value is 0.00%
  • magenta value is 46.55%
  • yellow value is 89.66%
  • key color value is 31.76%
CMYK:
(0,47,90,32)
C0M47Y90K32 
(0%,47%,90%,32%)
(0.00/0.47/0.90/0.32)	

CMYK percentages

%0
%46.55
%89.66
%31.76

Codes

Color #AE5D12 in popluar color models

AE5D12
RGB1749318
HSL29°81.25%37.65%
HSB/HSV29°89.66%68.24%
CMYK0.00%46.55%89.66%
31.76%

Color #AE5D12 in popluar number systems.

HEXAE5D12
Decimal1749318
Binary10101110101110110010
Octal25613522

Shades and tints

Shades of #AE5D12

#AE5D12
(174,93,18)
#9F5511
(159,85,17)
#904D10
(144,77,16)
#81450F
(129,69,15)
#723D0E
(114,61,14)
#63350D
(99,53,13)
#542D0C
(84,45,12)
#45250B
(69,37,11)
#361D0A
(54,29,10)
#271509
(39,21,9)
#180D08
(24,13,8)
#000000
(0,0,0)

Tints of #AE5D12

#AE5D12
(174,93,18)
#B56B27
(181,107,39)
#BC793C
(188,121,60)
#C38751
(195,135,81)
#CA9566
(202,149,102)
#D1A37B
(209,163,123)
#D8B190
(216,177,144)
#DFBFA5
(223,191,165)
#E6CDBA
(230,205,186)
#EDDBCF
(237,219,207)
#F4E9E4
(244,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE5D12; }

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

This text font color is #AE5D12.


Background Color

.myBgColor { background-color: #AE5D12; }

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

This div background color is #AE5D12.


Border color

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

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

This div border color is #AE5D12.


Opacity

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

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

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

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

This text has shadow with #AE5D12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE5D12 on black background.


Color preview on white background

This text has color #AE5D12 on white background.



Black color preview on #AE5D12 background

This text has black color on #AE5D12 background.


White color preview on #AE5D12 background

This text has white color on #AE5D12 background.