COLOR #AE5752

HEX: #AE5752
RGB: (174,87,82)

Color info

#AE5752 contains mainly red color. Web safe color of #AE5752 is #996666 (or #966).

RGB color model

#AE5752 color RGB value is (174,87,82).

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

RGB channels and saturation

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

174
87
82

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

Portions of RGB colors in percentages

R + G + B =
174 + 87 + 82 = 343 (100%)
R 174 of 343 ~ 50.73%
G 87 of 343 ~ 25.36%
B 82 of 343 ~ 23.91%

%50.73
%25.36
%23.91

CMYK color model

#AE5752 color CMYK value is (0,50,53,32).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 52.87%
  • key color value is 31.76%
CMYK:
(0,50,53,32)
C0M50Y53K32 
(0%,50%,53%,32%)
(0.00/0.50/0.53/0.32)	

CMYK percentages

%0
%50
%52.87
%31.76

Codes

Color #AE5752 in popluar color models

AE5752
RGB1748782
HSL36.22%50.20%
HSB/HSV52.87%68.24%
CMYK0.00%50.00%52.87%
31.76%

Color #AE5752 in popluar number systems.

HEXAE5752
Decimal1748782
Binary1010111010101111010010
Octal256127122

Shades and tints

Shades of #AE5752

#AE5752
(174,87,82)
#9F504B
(159,80,75)
#904944
(144,73,68)
#81423D
(129,66,61)
#723B36
(114,59,54)
#63342F
(99,52,47)
#542D28
(84,45,40)
#452621
(69,38,33)
#361F1A
(54,31,26)
#271813
(39,24,19)
#18110C
(24,17,12)
#000000
(0,0,0)

Tints of #AE5752

#AE5752
(174,87,82)
#B56661
(181,102,97)
#BC7570
(188,117,112)
#C3847F
(195,132,127)
#CA938E
(202,147,142)
#D1A29D
(209,162,157)
#D8B1AC
(216,177,172)
#DFC0BB
(223,192,187)
#E6CFCA
(230,207,202)
#EDDED9
(237,222,217)
#F4EDE8
(244,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE5752; }

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

This text font color is #AE5752.


Background Color

.myBgColor { background-color: #AE5752; }

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

This div background color is #AE5752.


Border color

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

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

This div border color is #AE5752.


Opacity

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

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

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

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

This text has shadow with #AE5752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE5752 on black background.


Color preview on white background

This text has color #AE5752 on white background.



Black color preview on #AE5752 background

This text has black color on #AE5752 background.


White color preview on #AE5752 background

This text has white color on #AE5752 background.