COLOR #AE5248

HEX: #AE5248 RGB: (174,82,72)

Color info

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

RGB color model

#AE5248 color RGB value is (174,82,72).

RGB: (174,82,72) (68%, 32%, 28%)

RGB channels and saturation

R 174 of 255 = 68%
G 82 of 255 = 32%
B 72 of 255 = 28%

174
82
72

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

Portions of RGB colors in percentages

R + G + B = 174 + 82 + 72 = 328 (100%)
R 174 of 328 ~ 53.05%
G 82 of 328 ~ 25%
B 72 of 328 ~ 21.95'%

%53.05
%25
%21.95

CMYK color model

#AE5248 color CMYK value is (0,53,59,32).

  • cyan value is 0.00%
  • magenta value is 52.87%
  • yellow value is 58.62%
  • key color value is 31.76%

CMYK: (0,53,59,32)
C0M53Y59K32 (0%, 53%, 59%, 32%)
(0.00 / 0.53 / 0.59 / 0.32)

CMYK percentages

%0
%52.87
%58.62
%31.76

Codes

Color #AE5248 in popluar color models

AE 52 48
RGB 174 82 72
HSL 41.46% 48.24%
HSB/HSV 58.62% 68.24%
CMYK 0.00% 52.87% 58.62%
31.76%

Color #AE5248 in popluar number systems.

HEX AE 52 48
Decimal 174 82 72
Binary 10101110 1010010 1001000
Octal 256 122 110

Shades and tints

Shades of #AE5248

#AE5248
(174,82,72)
#9F4B42
(159,75,66)
#90443C
(144,68,60)
#813D36
(129,61,54)
#723630
(114,54,48)
#632F2A
(99,47,42)
#542824
(84,40,36)
#45211E
(69,33,30)
#361A18
(54,26,24)
#271312
(39,19,18)
#180C0C
(24,12,12)
#000000
(0,0,0)

Tints of #AE5248

#AE5248
(174,82,72)
#B56158
(181,97,88)
#BC7068
(188,112,104)
#C37F78
(195,127,120)
#CA8E88
(202,142,136)
#D19D98
(209,157,152)
#D8ACA8
(216,172,168)
#DFBBB8
(223,187,184)
#E6CAC8
(230,202,200)
#EDD9D8
(237,217,216)
#F4E8E8
(244,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE5248 color. Also use rgb(174,82,72) instead hex code.

Text Font Color

.myTextColor { color: #AE5248; }

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

This text font color is #AE5248.

Background Color

.myBgColor { background-color: #AE5248; }

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

This div background color is #AE5248.

Border color

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

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

This div border color is #AE5248.

Opacity

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

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

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

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

This text has shadow with #AE5248 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE5248.

Preview

Color preview on black background

This text has color #AE5248 on black background.


Color preview on white background

This text has color #AE5248 on white background.


Black color preview on #AE5248 background

This text has black color on #AE5248 background.


White color preview on #AE5248 background

This text has white color on #AE5248 background.


Related colors

Complementary color

Complementary color for #hex is #51ADB7.


I love getcolorcode.com

Triadic colors

1 #48AE52 and #5248AE with #AE5248 are triadic colors.

2 #4852AE and #52AE48 with #AE5248 are triadic colors.