COLOR #AE5720

HEX: #AE5720
RGB: (174,87,32)

Color info

#AE5720 contains mainly red color. Web safe color of #AE5720 is #996633 (or #963).

RGB color model

#AE5720 color RGB value is (174,87,32).

  • red value is 174;
  • green value is 87;
  • blue value is 32.
RGB:
(174,87,32)
(68%,34%,13%)

RGB channels and saturation

R 174 of 255 = 68%
G 87 of 255 = 34%
B 32 of 255 = 13%

174
87
32

R + G + B ~ 38%. #AE5720 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
174 + 87 + 32 = 293 (100%)
R 174 of 293 ~ 59.39%
G 87 of 293 ~ 29.69%
B 32 of 293 ~ 10.92%

%59.39
%29.69
%10.92

CMYK color model

#AE5720 color CMYK value is (0,50,82,32).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 81.61%
  • key color value is 31.76%
CMYK:
(0,50,82,32)
C0M50Y82K32 
(0%,50%,82%,32%)
(0.00/0.50/0.82/0.32)	

CMYK percentages

%0
%50
%81.61
%31.76

Codes

Color #AE5720 in popluar color models

AE5720
RGB1748732
HSL23°68.93%40.39%
HSB/HSV23°81.61%68.24%
CMYK0.00%50.00%81.61%
31.76%

Color #AE5720 in popluar number systems.

HEXAE5720
Decimal1748732
Binary101011101010111100000
Octal25612740

Shades and tints

Shades of #AE5720

#AE5720
(174,87,32)
#9F501E
(159,80,30)
#90491C
(144,73,28)
#81421A
(129,66,26)
#723B18
(114,59,24)
#633416
(99,52,22)
#542D14
(84,45,20)
#452612
(69,38,18)
#361F10
(54,31,16)
#27180E
(39,24,14)
#18110C
(24,17,12)
#000000
(0,0,0)

Tints of #AE5720

#AE5720
(174,87,32)
#B56634
(181,102,52)
#BC7548
(188,117,72)
#C3845C
(195,132,92)
#CA9370
(202,147,112)
#D1A284
(209,162,132)
#D8B198
(216,177,152)
#DFC0AC
(223,192,172)
#E6CFC0
(230,207,192)
#EDDED4
(237,222,212)
#F4EDE8
(244,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE5720 color. Also use rgb(174,87,32) instead hex code.

Text Font Color

.myTextColor { color: #AE5720; }

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

This text font color is #AE5720.


Background Color

.myBgColor { background-color: #AE5720; }

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

This div background color is #AE5720.


Border color

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

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

This div border color is #AE5720.


Opacity

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

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

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

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

This text has shadow with #AE5720 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE5720 on black background.


Color preview on white background

This text has color #AE5720 on white background.



Black color preview on #AE5720 background

This text has black color on #AE5720 background.


White color preview on #AE5720 background

This text has white color on #AE5720 background.