COLOR #AE5B25

HEX: #AE5B25
RGB: (174,91,37)

Color info

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

RGB color model

#AE5B25 color RGB value is (174,91,37).

  • red value is 174;
  • green value is 91;
  • blue value is 37.
RGB:
(174,91,37)
(68%,36%,15%)

RGB channels and saturation

R 174 of 255 = 68%
G 91 of 255 = 36%
B 37 of 255 = 15%

174
91
37

R + G + B ~ 40%. #AE5B25 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
174 + 91 + 37 = 302 (100%)
R 174 of 302 ~ 57.62%
G 91 of 302 ~ 30.13%
B 37 of 302 ~ 12.25%

%57.62
%30.13
%12.25

CMYK color model

#AE5B25 color CMYK value is (0,48,79,32).

  • cyan value is 0.00%
  • magenta value is 47.70%
  • yellow value is 78.74%
  • key color value is 31.76%
CMYK:
(0,48,79,32)
C0M48Y79K32 
(0%,48%,79%,32%)
(0.00/0.48/0.79/0.32)	

CMYK percentages

%0
%47.7
%78.74
%31.76

Codes

Color #AE5B25 in popluar color models

AE5B25
RGB1749137
HSL24°64.93%41.37%
HSB/HSV24°78.74%68.24%
CMYK0.00%47.70%78.74%
31.76%

Color #AE5B25 in popluar number systems.

HEXAE5B25
Decimal1749137
Binary101011101011011100101
Octal25613345

Shades and tints

Shades of #AE5B25

#AE5B25
(174,91,37)
#9F5322
(159,83,34)
#904B1F
(144,75,31)
#81431C
(129,67,28)
#723B19
(114,59,25)
#633316
(99,51,22)
#542B13
(84,43,19)
#452310
(69,35,16)
#361B0D
(54,27,13)
#27130A
(39,19,10)
#180B07
(24,11,7)
#000000
(0,0,0)

Tints of #AE5B25

#AE5B25
(174,91,37)
#B56938
(181,105,56)
#BC774B
(188,119,75)
#C3855E
(195,133,94)
#CA9371
(202,147,113)
#D1A184
(209,161,132)
#D8AF97
(216,175,151)
#DFBDAA
(223,189,170)
#E6CBBD
(230,203,189)
#EDD9D0
(237,217,208)
#F4E7E3
(244,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE5B25 color. Also use rgb(174,91,37) instead hex code.

Text Font Color

.myTextColor { color: #AE5B25; }

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

This text font color is #AE5B25.


Background Color

.myBgColor { background-color: #AE5B25; }

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

This div background color is #AE5B25.


Border color

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

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

This div border color is #AE5B25.


Opacity

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

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

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

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

This text has shadow with #AE5B25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE5B25 on black background.


Color preview on white background

This text has color #AE5B25 on white background.



Black color preview on #AE5B25 background

This text has black color on #AE5B25 background.


White color preview on #AE5B25 background

This text has white color on #AE5B25 background.