COLOR #AE4601

HEX: #AE4601
RGB: (174,70,1)

Color info

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

RGB color model

#AE4601 color RGB value is (174,70,1).

  • red value is 174;
  • green value is 70;
  • blue value is 1.
RGB:
(174,70,1)
(68%,27%,0%)

RGB channels and saturation

R 174 of 255 = 68%
G 70 of 255 = 27%
B 1 of 255 = 0%

174
70
1

R + G + B ~ 32%. #AE4601 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
174 + 70 + 1 = 245 (100%)
R 174 of 245 ~ 71.02%
G 70 of 245 ~ 28.57%
B 1 of 245 ~ 0.41%

%71.02
%28.57

CMYK color model

#AE4601 color CMYK value is (0,60,99,32).

  • cyan value is 0.00%
  • magenta value is 59.77%
  • yellow value is 99.43%
  • key color value is 31.76%
CMYK:
(0,60,99,32)
C0M60Y99K32 
(0%,60%,99%,32%)
(0.00/0.60/0.99/0.32)	

CMYK percentages

%0
%59.77
%99.43
%31.76

Codes

Color #AE4601 in popluar color models

AE4601
RGB174701
HSL24°98.86%34.31%
HSB/HSV24°99.43%68.24%
CMYK0.00%59.77%99.43%
31.76%

Color #AE4601 in popluar number systems.

HEXAE4601
Decimal174701
Binary1010111010001101
Octal2561061

Shades and tints

Shades of #AE4601

#AE4601
(174,70,1)
#9F4001
(159,64,1)
#903A01
(144,58,1)
#813401
(129,52,1)
#722E01
(114,46,1)
#632801
(99,40,1)
#542201
(84,34,1)
#451C01
(69,28,1)
#361601
(54,22,1)
#271001
(39,16,1)
#180A01
(24,10,1)
#000000
(0,0,0)

Tints of #AE4601

#AE4601
(174,70,1)
#B55618
(181,86,24)
#BC662F
(188,102,47)
#C37646
(195,118,70)
#CA865D
(202,134,93)
#D19674
(209,150,116)
#D8A68B
(216,166,139)
#DFB6A2
(223,182,162)
#E6C6B9
(230,198,185)
#EDD6D0
(237,214,208)
#F4E6E7
(244,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE4601 color. Also use rgb(174,70,1) instead hex code.

Text Font Color

.myTextColor { color: #AE4601; }

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

This text font color is #AE4601.


Background Color

.myBgColor { background-color: #AE4601; }

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

This div background color is #AE4601.


Border color

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

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

This div border color is #AE4601.


Opacity

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

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

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

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

This text has shadow with #AE4601 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE4601 on black background.


Color preview on white background

This text has color #AE4601 on white background.



Black color preview on #AE4601 background

This text has black color on #AE4601 background.


White color preview on #AE4601 background

This text has white color on #AE4601 background.