COLOR #AE171A

HEX: #AE171A
RGB: (174,23,26)

Color info

#AE171A contains mainly red color. Web safe color of #AE171A is #990000 (or #900).

RGB color model

#AE171A color RGB value is (174,23,26).

  • red value is 174;
  • green value is 23;
  • blue value is 26.
RGB:
(174,23,26)
(68%,9%,10%)

RGB channels and saturation

R 174 of 255 = 68%
G 23 of 255 = 9%
B 26 of 255 = 10%

174
23
26

R + G + B ~ 29%. #AE171A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
174 + 23 + 26 = 223 (100%)
R 174 of 223 ~ 78.03%
G 23 of 223 ~ 10.31%
B 26 of 223 ~ 11.66%

%78.03
%10.31
%11.66

CMYK color model

#AE171A color CMYK value is (0,87,85,32).

  • cyan value is 0.00%
  • magenta value is 86.78%
  • yellow value is 85.06%
  • key color value is 31.76%
CMYK:
(0,87,85,32)
C0M87Y85K32 
(0%,87%,85%,32%)
(0.00/0.87/0.85/0.32)	

CMYK percentages

%0
%86.78
%85.06
%31.76

Codes

Color #AE171A in popluar color models

AE171A
RGB1742326
HSL359°76.65%38.63%
HSB/HSV359°86.78%68.24%
CMYK0.00%86.78%85.06%
31.76%

Color #AE171A in popluar number systems.

HEXAE171A
Decimal1742326
Binary101011101011111010
Octal2562732

Shades and tints

Shades of #AE171A

#AE171A
(174,23,26)
#9F1518
(159,21,24)
#901316
(144,19,22)
#811114
(129,17,20)
#720F12
(114,15,18)
#630D10
(99,13,16)
#540B0E
(84,11,14)
#45090C
(69,9,12)
#36070A
(54,7,10)
#270508
(39,5,8)
#180306
(24,3,6)
#000000
(0,0,0)

Tints of #AE171A

#AE171A
(174,23,26)
#B52C2E
(181,44,46)
#BC4142
(188,65,66)
#C35656
(195,86,86)
#CA6B6A
(202,107,106)
#D1807E
(209,128,126)
#D89592
(216,149,146)
#DFAAA6
(223,170,166)
#E6BFBA
(230,191,186)
#EDD4CE
(237,212,206)
#F4E9E2
(244,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE171A color. Also use rgb(174,23,26) instead hex code.

Text Font Color

.myTextColor { color: #AE171A; }

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

This text font color is #AE171A.


Background Color

.myBgColor { background-color: #AE171A; }

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

This div background color is #AE171A.


Border color

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

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

This div border color is #AE171A.


Opacity

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

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

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

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

This text has shadow with #AE171A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE171A on black background.


Color preview on white background

This text has color #AE171A on white background.



Black color preview on #AE171A background

This text has black color on #AE171A background.


White color preview on #AE171A background

This text has white color on #AE171A background.