COLOR #AE393D

HEX: #AE393D
RGB: (174,57,61)

Color info

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

RGB color model

#AE393D color RGB value is (174,57,61).

  • red value is 174;
  • green value is 57;
  • blue value is 61.
RGB:
(174,57,61)
(68%,22%,24%)

RGB channels and saturation

R 174 of 255 = 68%
G 57 of 255 = 22%
B 61 of 255 = 24%

174
57
61

R + G + B ~ 38%. #AE393D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
174 + 57 + 61 = 292 (100%)
R 174 of 292 ~ 59.59%
G 57 of 292 ~ 19.52%
B 61 of 292 ~ 20.89%

%59.59
%19.52
%20.89

CMYK color model

#AE393D color CMYK value is (0,67,65,32).

  • cyan value is 0.00%
  • magenta value is 67.24%
  • yellow value is 64.94%
  • key color value is 31.76%
CMYK:
(0,67,65,32)
C0M67Y65K32 
(0%,67%,65%,32%)
(0.00/0.67/0.65/0.32)	

CMYK percentages

%0
%67.24
%64.94
%31.76

Codes

Color #AE393D in popluar color models

AE393D
RGB1745761
HSL358°50.65%45.29%
HSB/HSV358°67.24%68.24%
CMYK0.00%67.24%64.94%
31.76%

Color #AE393D in popluar number systems.

HEXAE393D
Decimal1745761
Binary10101110111001111101
Octal2567175

Shades and tints

Shades of #AE393D

#AE393D
(174,57,61)
#9F3438
(159,52,56)
#902F33
(144,47,51)
#812A2E
(129,42,46)
#722529
(114,37,41)
#632024
(99,32,36)
#541B1F
(84,27,31)
#45161A
(69,22,26)
#361115
(54,17,21)
#270C10
(39,12,16)
#18070B
(24,7,11)
#000000
(0,0,0)

Tints of #AE393D

#AE393D
(174,57,61)
#B54B4E
(181,75,78)
#BC5D5F
(188,93,95)
#C36F70
(195,111,112)
#CA8181
(202,129,129)
#D19392
(209,147,146)
#D8A5A3
(216,165,163)
#DFB7B4
(223,183,180)
#E6C9C5
(230,201,197)
#EDDBD6
(237,219,214)
#F4EDE7
(244,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE393D color. Also use rgb(174,57,61) instead hex code.

Text Font Color

.myTextColor { color: #AE393D; }

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

This text font color is #AE393D.


Background Color

.myBgColor { background-color: #AE393D; }

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

This div background color is #AE393D.


Border color

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

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

This div border color is #AE393D.


Opacity

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

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

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

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

This text has shadow with #AE393D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE393D on black background.


Color preview on white background

This text has color #AE393D on white background.



Black color preview on #AE393D background

This text has black color on #AE393D background.


White color preview on #AE393D background

This text has white color on #AE393D background.