COLOR #AE4016

HEX: #AE4016
RGB: (174,64,22)

Color info

#AE4016 contains mainly red color. Web safe color of #AE4016 is #993300 (or #930).

RGB color model

#AE4016 color RGB value is (174,64,22).

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

RGB channels and saturation

R 174 of 255 = 68%
G 64 of 255 = 25%
B 22 of 255 = 9%

174
64
22

R + G + B ~ 34%. #AE4016 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
174 + 64 + 22 = 260 (100%)
R 174 of 260 ~ 66.92%
G 64 of 260 ~ 24.62%
B 22 of 260 ~ 8.46%

%66.92
%24.62

CMYK color model

#AE4016 color CMYK value is (0,63,87,32).

  • cyan value is 0.00%
  • magenta value is 63.22%
  • yellow value is 87.36%
  • key color value is 31.76%
CMYK: (0,63,87,32) C0M63Y87K32 (0%,63%,87%,32%) (0.00/0.63/0.87/0.32)

CMYK percentages

%0
%63.22
%87.36
%31.76

Codes

Color #AE4016 in popluar color models

AE4016
RGB1746422
HSL17°77.55%38.43%
HSB/HSV17°87.36%68.24%
CMYK0.00%63.22%87.36%
31.76%

Color #AE4016 in popluar number systems.

HEXAE4016
Decimal1746422
Binary10101110100000010110
Octal25610026

Shades and tints

Shades of #AE4016

#AE4016
(174,64,22)
#9F3B14
(159,59,20)
#903612
(144,54,18)
#813110
(129,49,16)
#722C0E
(114,44,14)
#63270C
(99,39,12)
#54220A
(84,34,10)
#451D08
(69,29,8)
#361806
(54,24,6)
#271304
(39,19,4)
#180E02
(24,14,2)
#000000
(0,0,0)

Tints of #AE4016

#AE4016
(174,64,22)
#B5512B
(181,81,43)
#BC6240
(188,98,64)
#C37355
(195,115,85)
#CA846A
(202,132,106)
#D1957F
(209,149,127)
#D8A694
(216,166,148)
#DFB7A9
(223,183,169)
#E6C8BE
(230,200,190)
#EDD9D3
(237,217,211)
#F4EAE8
(244,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE4016; }

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

This text font color is #AE4016.


Background Color

.myBgColor { background-color: #AE4016; }

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

This div background color is #AE4016.


Border color

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

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

This div border color is #AE4016.


Opacity

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

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

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

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

This text has shadow with #AE4016 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AE4016 on black background.


Color preview on white background

This text has color #AE4016 on white background.



Black color preview on #AE4016 background

This text has black color on #AE4016 background.


White color preview on #AE4016 background

This text has white color on #AE4016 background.