COLOR #AE5904

HEX: #AE5904
RGB: (174,89,4)

Color info

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

RGB color model

#AE5904 color RGB value is (174,89,4).

  • red value is 174;
  • green value is 89;
  • blue value is 4.
RGB:
(174,89,4)
(68%,35%,2%)

RGB channels and saturation

R 174 of 255 = 68%
G 89 of 255 = 35%
B 4 of 255 = 2%

174
89
4

R + G + B ~ 35%. #AE5904 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
174 + 89 + 4 = 267 (100%)
R 174 of 267 ~ 65.17%
G 89 of 267 ~ 33.33%
B 4 of 267 ~ 1.5%

%65.17
%33.33

CMYK color model

#AE5904 color CMYK value is (0,49,98,32).

  • cyan value is 0.00%
  • magenta value is 48.85%
  • yellow value is 97.70%
  • key color value is 31.76%
CMYK:
(0,49,98,32)
C0M49Y98K32 
(0%,49%,98%,32%)
(0.00/0.49/0.98/0.32)	

CMYK percentages

%0
%48.85
%97.7
%31.76

Codes

Color #AE5904 in popluar color models

AE5904
RGB174894
HSL30°95.51%34.90%
HSB/HSV30°97.70%68.24%
CMYK0.00%48.85%97.70%
31.76%

Color #AE5904 in popluar number systems.

HEXAE5904
Decimal174894
Binary101011101011001100
Octal2561314

Shades and tints

Shades of #AE5904

#AE5904
(174,89,4)
#9F5104
(159,81,4)
#904904
(144,73,4)
#814104
(129,65,4)
#723904
(114,57,4)
#633104
(99,49,4)
#542904
(84,41,4)
#452104
(69,33,4)
#361904
(54,25,4)
#271104
(39,17,4)
#180904
(24,9,4)
#000000
(0,0,0)

Tints of #AE5904

#AE5904
(174,89,4)
#B5681A
(181,104,26)
#BC7730
(188,119,48)
#C38646
(195,134,70)
#CA955C
(202,149,92)
#D1A472
(209,164,114)
#D8B388
(216,179,136)
#DFC29E
(223,194,158)
#E6D1B4
(230,209,180)
#EDE0CA
(237,224,202)
#F4EFE0
(244,239,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE5904 color. Also use rgb(174,89,4) instead hex code.

Text Font Color

.myTextColor { color: #AE5904; }

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

This text font color is #AE5904.


Background Color

.myBgColor { background-color: #AE5904; }

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

This div background color is #AE5904.


Border color

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

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

This div border color is #AE5904.


Opacity

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

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

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

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

This text has shadow with #AE5904 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE5904 on black background.


Color preview on white background

This text has color #AE5904 on white background.



Black color preview on #AE5904 background

This text has black color on #AE5904 background.


White color preview on #AE5904 background

This text has white color on #AE5904 background.