COLOR #AE153C

HEX: #AE153C
RGB: (174,21,60)

Color info

#AE153C contains mainly red color. Web safe color of #AE153C is #990033 (or #903).

RGB color model

#AE153C color RGB value is (174,21,60).

  • red value is 174;
  • green value is 21;
  • blue value is 60.
RGB:
(174,21,60)
(68%,8%,24%)

RGB channels and saturation

R 174 of 255 = 68%
G 21 of 255 = 8%
B 60 of 255 = 24%

174
21
60

R + G + B ~ 33%. #AE153C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
174 + 21 + 60 = 255 (100%)
R 174 of 255 ~ 68.24%
G 21 of 255 ~ 8.24%
B 60 of 255 ~ 23.53%

%68.24
%23.53

CMYK color model

#AE153C color CMYK value is (0,88,66,32).

  • cyan value is 0.00%
  • magenta value is 87.93%
  • yellow value is 65.52%
  • key color value is 31.76%
CMYK:
(0,88,66,32)
C0M88Y66K32 
(0%,88%,66%,32%)
(0.00/0.88/0.66/0.32)	

CMYK percentages

%0
%87.93
%65.52
%31.76

Codes

Color #AE153C in popluar color models

AE153C
RGB1742160
HSL345°78.46%38.24%
HSB/HSV345°87.93%68.24%
CMYK0.00%87.93%65.52%
31.76%

Color #AE153C in popluar number systems.

HEXAE153C
Decimal1742160
Binary1010111010101111100
Octal2562574

Shades and tints

Shades of #AE153C

#AE153C
(174,21,60)
#9F1437
(159,20,55)
#901332
(144,19,50)
#81122D
(129,18,45)
#721128
(114,17,40)
#631023
(99,16,35)
#540F1E
(84,15,30)
#450E19
(69,14,25)
#360D14
(54,13,20)
#270C0F
(39,12,15)
#180B0A
(24,11,10)
#000000
(0,0,0)

Tints of #AE153C

#AE153C
(174,21,60)
#B52A4D
(181,42,77)
#BC3F5E
(188,63,94)
#C3546F
(195,84,111)
#CA6980
(202,105,128)
#D17E91
(209,126,145)
#D893A2
(216,147,162)
#DFA8B3
(223,168,179)
#E6BDC4
(230,189,196)
#EDD2D5
(237,210,213)
#F4E7E6
(244,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE153C color. Also use rgb(174,21,60) instead hex code.

Text Font Color

.myTextColor { color: #AE153C; }

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

This text font color is #AE153C.


Background Color

.myBgColor { background-color: #AE153C; }

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

This div background color is #AE153C.


Border color

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

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

This div border color is #AE153C.


Opacity

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

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

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

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

This text has shadow with #AE153C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE153C on black background.


Color preview on white background

This text has color #AE153C on white background.



Black color preview on #AE153C background

This text has black color on #AE153C background.


White color preview on #AE153C background

This text has white color on #AE153C background.