COLOR #AE3C28

HEX: #AE3C28
RGB: (174,60,40)

Color info

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

RGB color model

#AE3C28 color RGB value is (174,60,40).

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

RGB channels and saturation

R 174 of 255 = 68%
G 60 of 255 = 24%
B 40 of 255 = 16%

174
60
40

R + G + B ~ 36%. #AE3C28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
174 + 60 + 40 = 274 (100%)
R 174 of 274 ~ 63.5%
G 60 of 274 ~ 21.9%
B 40 of 274 ~ 14.6%

%63.5
%21.9
%14.6

CMYK color model

#AE3C28 color CMYK value is (0,66,77,32).

  • cyan value is 0.00%
  • magenta value is 65.52%
  • yellow value is 77.01%
  • key color value is 31.76%
CMYK:
(0,66,77,32)
C0M66Y77K32 
(0%,66%,77%,32%)
(0.00/0.66/0.77/0.32)	

CMYK percentages

%0
%65.52
%77.01
%31.76

Codes

Color #AE3C28 in popluar color models

AE3C28
RGB1746040
HSL62.62%41.96%
HSB/HSV77.01%68.24%
CMYK0.00%65.52%77.01%
31.76%

Color #AE3C28 in popluar number systems.

HEXAE3C28
Decimal1746040
Binary10101110111100101000
Octal2567450

Shades and tints

Shades of #AE3C28

#AE3C28
(174,60,40)
#9F3725
(159,55,37)
#903222
(144,50,34)
#812D1F
(129,45,31)
#72281C
(114,40,28)
#632319
(99,35,25)
#541E16
(84,30,22)
#451913
(69,25,19)
#361410
(54,20,16)
#270F0D
(39,15,13)
#180A0A
(24,10,10)
#000000
(0,0,0)

Tints of #AE3C28

#AE3C28
(174,60,40)
#B54D3B
(181,77,59)
#BC5E4E
(188,94,78)
#C36F61
(195,111,97)
#CA8074
(202,128,116)
#D19187
(209,145,135)
#D8A29A
(216,162,154)
#DFB3AD
(223,179,173)
#E6C4C0
(230,196,192)
#EDD5D3
(237,213,211)
#F4E6E6
(244,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE3C28; }

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

This text font color is #AE3C28.


Background Color

.myBgColor { background-color: #AE3C28; }

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

This div background color is #AE3C28.


Border color

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

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

This div border color is #AE3C28.


Opacity

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

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

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

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

This text has shadow with #AE3C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE3C28 on black background.


Color preview on white background

This text has color #AE3C28 on white background.



Black color preview on #AE3C28 background

This text has black color on #AE3C28 background.


White color preview on #AE3C28 background

This text has white color on #AE3C28 background.