COLOR #AE3A1D

HEX: #AE3A1D
RGB: (174,58,29)

Color info

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

RGB color model

#AE3A1D color RGB value is (174,58,29).

  • red value is 174;
  • green value is 58;
  • blue value is 29.
RGB:
(174,58,29)
(68%,23%,11%)

RGB channels and saturation

R 174 of 255 = 68%
G 58 of 255 = 23%
B 29 of 255 = 11%

174
58
29

R + G + B ~ 34%. #AE3A1D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
174 + 58 + 29 = 261 (100%)
R 174 of 261 ~ 66.67%
G 58 of 261 ~ 22.22%
B 29 of 261 ~ 11.11%

%66.67
%22.22
%11.11

CMYK color model

#AE3A1D color CMYK value is (0,67,83,32).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 83.33%
  • key color value is 31.76%
CMYK:
(0,67,83,32)
C0M67Y83K32 
(0%,67%,83%,32%)
(0.00/0.67/0.83/0.32)	

CMYK percentages

%0
%66.67
%83.33
%31.76

Codes

Color #AE3A1D in popluar color models

AE3A1D
RGB1745829
HSL12°71.43%39.80%
HSB/HSV12°83.33%68.24%
CMYK0.00%66.67%83.33%
31.76%

Color #AE3A1D in popluar number systems.

HEXAE3A1D
Decimal1745829
Binary1010111011101011101
Octal2567235

Shades and tints

Shades of #AE3A1D

#AE3A1D
(174,58,29)
#9F351B
(159,53,27)
#903019
(144,48,25)
#812B17
(129,43,23)
#722615
(114,38,21)
#632113
(99,33,19)
#541C11
(84,28,17)
#45170F
(69,23,15)
#36120D
(54,18,13)
#270D0B
(39,13,11)
#180809
(24,8,9)
#000000
(0,0,0)

Tints of #AE3A1D

#AE3A1D
(174,58,29)
#B54B31
(181,75,49)
#BC5C45
(188,92,69)
#C36D59
(195,109,89)
#CA7E6D
(202,126,109)
#D18F81
(209,143,129)
#D8A095
(216,160,149)
#DFB1A9
(223,177,169)
#E6C2BD
(230,194,189)
#EDD3D1
(237,211,209)
#F4E4E5
(244,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE3A1D color. Also use rgb(174,58,29) instead hex code.

Text Font Color

.myTextColor { color: #AE3A1D; }

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

This text font color is #AE3A1D.


Background Color

.myBgColor { background-color: #AE3A1D; }

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

This div background color is #AE3A1D.


Border color

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

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

This div border color is #AE3A1D.


Opacity

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

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

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

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

This text has shadow with #AE3A1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE3A1D on black background.


Color preview on white background

This text has color #AE3A1D on white background.



Black color preview on #AE3A1D background

This text has black color on #AE3A1D background.


White color preview on #AE3A1D background

This text has white color on #AE3A1D background.