COLOR #AE354B

HEX: #AE354B
RGB: (174,53,75)

Color info

#AE354B contains mainly red color. Web safe color of #AE354B is #993333 (or #933).

RGB color model

#AE354B color RGB value is (174,53,75).

  • red value is 174;
  • green value is 53;
  • blue value is 75.
RGB:
(174,53,75)
(68%,21%,29%)

RGB channels and saturation

R 174 of 255 = 68%
G 53 of 255 = 21%
B 75 of 255 = 29%

174
53
75

R + G + B ~ 39%. #AE354B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
174 + 53 + 75 = 302 (100%)
R 174 of 302 ~ 57.62%
G 53 of 302 ~ 17.55%
B 75 of 302 ~ 24.83%

%57.62
%17.55
%24.83

CMYK color model

#AE354B color CMYK value is (0,70,57,32).

  • cyan value is 0.00%
  • magenta value is 69.54%
  • yellow value is 56.90%
  • key color value is 31.76%
CMYK:
(0,70,57,32)
C0M70Y57K32 
(0%,70%,57%,32%)
(0.00/0.70/0.57/0.32)	

CMYK percentages

%0
%69.54
%56.9
%31.76

Codes

Color #AE354B in popluar color models

AE354B
RGB1745375
HSL349°53.30%44.51%
HSB/HSV349°69.54%68.24%
CMYK0.00%69.54%56.90%
31.76%

Color #AE354B in popluar number systems.

HEXAE354B
Decimal1745375
Binary101011101101011001011
Octal25665113

Shades and tints

Shades of #AE354B

#AE354B
(174,53,75)
#9F3145
(159,49,69)
#902D3F
(144,45,63)
#812939
(129,41,57)
#722533
(114,37,51)
#63212D
(99,33,45)
#541D27
(84,29,39)
#451921
(69,25,33)
#36151B
(54,21,27)
#271115
(39,17,21)
#180D0F
(24,13,15)
#000000
(0,0,0)

Tints of #AE354B

#AE354B
(174,53,75)
#B5475B
(181,71,91)
#BC596B
(188,89,107)
#C36B7B
(195,107,123)
#CA7D8B
(202,125,139)
#D18F9B
(209,143,155)
#D8A1AB
(216,161,171)
#DFB3BB
(223,179,187)
#E6C5CB
(230,197,203)
#EDD7DB
(237,215,219)
#F4E9EB
(244,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE354B color. Also use rgb(174,53,75) instead hex code.

Text Font Color

.myTextColor { color: #AE354B; }

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

This text font color is #AE354B.


Background Color

.myBgColor { background-color: #AE354B; }

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

This div background color is #AE354B.


Border color

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

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

This div border color is #AE354B.


Opacity

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

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

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

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

This text has shadow with #AE354B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE354B on black background.


Color preview on white background

This text has color #AE354B on white background.



Black color preview on #AE354B background

This text has black color on #AE354B background.


White color preview on #AE354B background

This text has white color on #AE354B background.