COLOR #AE5323

HEX: #AE5323 RGB: (174,83,35)

Color info

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

RGB color model

#AE5323 color RGB value is (174,83,35).

RGB: (174,83,35) (68%, 33%, 14%)

RGB channels and saturation

R 174 of 255 = 68%
G 83 of 255 = 33%
B 35 of 255 = 14%

174
83
35

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

Portions of RGB colors in percentages

R + G + B = 174 + 83 + 35 = 292 (100%)
R 174 of 292 ~ 59.59%
G 83 of 292 ~ 28.42%
B 35 of 292 ~ 11.99'%

%59.59
%28.42
%11.99

CMYK color model

#AE5323 color CMYK value is (0,52,80,32).

  • cyan value is 0.00%
  • magenta value is 52.30%
  • yellow value is 79.89%
  • key color value is 31.76%

CMYK: (0,52,80,32)
C0M52Y80K32 (0%, 52%, 80%, 32%)
(0.00 / 0.52 / 0.80 / 0.32)

CMYK percentages

%0
%52.3
%79.89
%31.76

Codes

Color #AE5323 in popluar color models

AE 53 23
RGB 174 83 35
HSL 21° 66.51% 40.98%
HSB/HSV 21° 79.89% 68.24%
CMYK 0.00% 52.30% 79.89%
31.76%

Color #AE5323 in popluar number systems.

HEX AE 53 23
Decimal 174 83 35
Binary 10101110 1010011 100011
Octal 256 123 43

Shades and tints

Shades of #AE5323

#AE5323
(174,83,35)
#9F4C20
(159,76,32)
#90451D
(144,69,29)
#813E1A
(129,62,26)
#723717
(114,55,23)
#633014
(99,48,20)
#542911
(84,41,17)
#45220E
(69,34,14)
#361B0B
(54,27,11)
#271408
(39,20,8)
#180D05
(24,13,5)
#000000
(0,0,0)

Tints of #AE5323

#AE5323
(174,83,35)
#B56237
(181,98,55)
#BC714B
(188,113,75)
#C3805F
(195,128,95)
#CA8F73
(202,143,115)
#D19E87
(209,158,135)
#D8AD9B
(216,173,155)
#DFBCAF
(223,188,175)
#E6CBC3
(230,203,195)
#EDDAD7
(237,218,215)
#F4E9EB
(244,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE5323 color. Also use rgb(174,83,35) instead hex code.

Text Font Color

.myTextColor { color: #AE5323; }

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

This text font color is #AE5323.

Background Color

.myBgColor { background-color: #AE5323; }

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

This div background color is #AE5323.

Border color

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

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

This div border color is #AE5323.

Opacity

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

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

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

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

This text has shadow with #AE5323 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE5323.

Preview

Color preview on black background

This text has color #AE5323 on black background.


Color preview on white background

This text has color #AE5323 on white background.


Black color preview on #AE5323 background

This text has black color on #AE5323 background.


White color preview on #AE5323 background

This text has white color on #AE5323 background.


Related colors

Complementary color

Complementary color for #hex is #51ACDC.


I love getcolorcode.com

Triadic colors

1 #23AE53 and #5323AE with #AE5323 are triadic colors.

2 #2353AE and #53AE23 with #AE5323 are triadic colors.