COLOR #AE364B

HEX: #AE364B
RGB: (174,54,75)

Color info

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

RGB color model

#AE364B color RGB value is (174,54,75).

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

RGB channels and saturation

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

174
54
75

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

Portions of RGB colors in percentages

R + G + B =
174 + 54 + 75 = 303 (100%)
R 174 of 303 ~ 57.43%
G 54 of 303 ~ 17.82%
B 75 of 303 ~ 24.75%

%57.43
%17.82
%24.75

CMYK color model

#AE364B color CMYK value is (0,69,57,32).

  • cyan value is 0.00%
  • magenta value is 68.97%
  • yellow value is 56.90%
  • key color value is 31.76%
CMYK:
(0,69,57,32)
C0M69Y57K32 
(0%,69%,57%,32%)
(0.00/0.69/0.57/0.32)	

CMYK percentages

%0
%68.97
%56.9
%31.76

Codes

Color #AE364B in popluar color models

AE364B
RGB1745475
HSL350°52.63%44.71%
HSB/HSV350°68.97%68.24%
CMYK0.00%68.97%56.90%
31.76%

Color #AE364B in popluar number systems.

HEXAE364B
Decimal1745475
Binary101011101101101001011
Octal25666113

Shades and tints

Shades of #AE364B

#AE364B
(174,54,75)
#9F3245
(159,50,69)
#902E3F
(144,46,63)
#812A39
(129,42,57)
#722633
(114,38,51)
#63222D
(99,34,45)
#541E27
(84,30,39)
#451A21
(69,26,33)
#36161B
(54,22,27)
#271215
(39,18,21)
#180E0F
(24,14,15)
#000000
(0,0,0)

Tints of #AE364B

#AE364B
(174,54,75)
#B5485B
(181,72,91)
#BC5A6B
(188,90,107)
#C36C7B
(195,108,123)
#CA7E8B
(202,126,139)
#D1909B
(209,144,155)
#D8A2AB
(216,162,171)
#DFB4BB
(223,180,187)
#E6C6CB
(230,198,203)
#EDD8DB
(237,216,219)
#F4EAEB
(244,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE364B; }

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

This text font color is #AE364B.


Background Color

.myBgColor { background-color: #AE364B; }

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

This div background color is #AE364B.


Border color

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

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

This div border color is #AE364B.


Opacity

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

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

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

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

This text has shadow with #AE364B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE364B on black background.


Color preview on white background

This text has color #AE364B on white background.



Black color preview on #AE364B background

This text has black color on #AE364B background.


White color preview on #AE364B background

This text has white color on #AE364B background.