COLOR #AE3A33

HEX: #AE3A33
RGB: (174,58,51)

Color info

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

RGB color model

#AE3A33 color RGB value is (174,58,51).

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

RGB channels and saturation

R 174 of 255 = 68%
G 58 of 255 = 23%
B 51 of 255 = 20%

174
58
51

R + G + B ~ 37%. #AE3A33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
174 + 58 + 51 = 283 (100%)
R 174 of 283 ~ 61.48%
G 58 of 283 ~ 20.49%
B 51 of 283 ~ 18.02%

%61.48
%20.49
%18.02

CMYK color model

#AE3A33 color CMYK value is (0,67,71,32).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 70.69%
  • key color value is 31.76%
CMYK:
(0,67,71,32)
C0M67Y71K32 
(0%,67%,71%,32%)
(0.00/0.67/0.71/0.32)	

CMYK percentages

%0
%66.67
%70.69
%31.76

Codes

Color #AE3A33 in popluar color models

AE3A33
RGB1745851
HSL54.67%44.12%
HSB/HSV70.69%68.24%
CMYK0.00%66.67%70.69%
31.76%

Color #AE3A33 in popluar number systems.

HEXAE3A33
Decimal1745851
Binary10101110111010110011
Octal2567263

Shades and tints

Shades of #AE3A33

#AE3A33
(174,58,51)
#9F352F
(159,53,47)
#90302B
(144,48,43)
#812B27
(129,43,39)
#722623
(114,38,35)
#63211F
(99,33,31)
#541C1B
(84,28,27)
#451717
(69,23,23)
#361213
(54,18,19)
#270D0F
(39,13,15)
#18080B
(24,8,11)
#000000
(0,0,0)

Tints of #AE3A33

#AE3A33
(174,58,51)
#B54B45
(181,75,69)
#BC5C57
(188,92,87)
#C36D69
(195,109,105)
#CA7E7B
(202,126,123)
#D18F8D
(209,143,141)
#D8A09F
(216,160,159)
#DFB1B1
(223,177,177)
#E6C2C3
(230,194,195)
#EDD3D5
(237,211,213)
#F4E4E7
(244,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE3A33; }

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

This text font color is #AE3A33.


Background Color

.myBgColor { background-color: #AE3A33; }

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

This div background color is #AE3A33.


Border color

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

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

This div border color is #AE3A33.


Opacity

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

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

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

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

This text has shadow with #AE3A33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE3A33 on black background.


Color preview on white background

This text has color #AE3A33 on white background.



Black color preview on #AE3A33 background

This text has black color on #AE3A33 background.


White color preview on #AE3A33 background

This text has white color on #AE3A33 background.