COLOR #AE575C

HEX: #AE575C RGB: (174,87,92)

Color info

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

RGB color model

#AE575C color RGB value is (174,87,92).

RGB: (174,87,92) (68%, 34%, 36%)

RGB channels and saturation

R 174 of 255 = 68%
G 87 of 255 = 34%
B 92 of 255 = 36%

174
87
92

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

Portions of RGB colors in percentages

R + G + B = 174 + 87 + 92 = 353 (100%)
R 174 of 353 ~ 49.29%
G 87 of 353 ~ 24.65%
B 92 of 353 ~ 26.06'%

%49.29
%24.65
%26.06

CMYK color model

#AE575C color CMYK value is (0,50,47,32).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 47.13%
  • key color value is 31.76%

CMYK: (0,50,47,32)
C0M50Y47K32 (0%, 50%, 47%, 32%)
(0.00 / 0.50 / 0.47 / 0.32)

CMYK percentages

%0
%50
%47.13
%31.76

Codes

Color #AE575C in popluar color models

AE 57 5C
RGB 174 87 92
HSL 357° 34.94% 51.18%
HSB/HSV 357° 50.00% 68.24%
CMYK 0.00% 50.00% 47.13%
31.76%

Color #AE575C in popluar number systems.

HEX AE 57 5C
Decimal 174 87 92
Binary 10101110 1010111 1011100
Octal 256 127 134

Shades and tints

Shades of #AE575C

#AE575C
(174,87,92)
#9F5054
(159,80,84)
#90494C
(144,73,76)
#814244
(129,66,68)
#723B3C
(114,59,60)
#633434
(99,52,52)
#542D2C
(84,45,44)
#452624
(69,38,36)
#361F1C
(54,31,28)
#271814
(39,24,20)
#18110C
(24,17,12)
#000000
(0,0,0)

Tints of #AE575C

#AE575C
(174,87,92)
#B5666A
(181,102,106)
#BC7578
(188,117,120)
#C38486
(195,132,134)
#CA9394
(202,147,148)
#D1A2A2
(209,162,162)
#D8B1B0
(216,177,176)
#DFC0BE
(223,192,190)
#E6CFCC
(230,207,204)
#EDDEDA
(237,222,218)
#F4EDE8
(244,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE575C; }

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

This text font color is #AE575C.

Background Color

.myBgColor { background-color: #AE575C; }

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

This div background color is #AE575C.

Border color

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

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

This div border color is #AE575C.

Opacity

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

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

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

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

This text has shadow with #AE575C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE575C.

Preview

Color preview on black background

This text has color #AE575C on black background.


Color preview on white background

This text has color #AE575C on white background.


Black color preview on #AE575C background

This text has black color on #AE575C background.


White color preview on #AE575C background

This text has white color on #AE575C background.


Related colors

Complementary color

Complementary color for #hex is #51A8A3.


I love getcolorcode.com

Triadic colors

1 #5CAE57 and #575CAE with #AE575C are triadic colors.

2 #5C57AE and #57AE5C with #AE575C are triadic colors.