COLOR #AE4748

HEX: #AE4748
RGB: (174,71,72)

Color info

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

RGB color model

#AE4748 color RGB value is (174,71,72).

  • red value is 174;
  • green value is 71;
  • blue value is 72.
RGB:
(174,71,72)
(68%,28%,28%)

RGB channels and saturation

R 174 of 255 = 68%
G 71 of 255 = 28%
B 72 of 255 = 28%

174
71
72

R + G + B ~ 41%. #AE4748 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
174 + 71 + 72 = 317 (100%)
R 174 of 317 ~ 54.89%
G 71 of 317 ~ 22.4%
B 72 of 317 ~ 22.71%

%54.89
%22.4
%22.71

CMYK color model

#AE4748 color CMYK value is (0,59,59,32).

  • cyan value is 0.00%
  • magenta value is 59.20%
  • yellow value is 58.62%
  • key color value is 31.76%
CMYK:
(0,59,59,32)
C0M59Y59K32 
(0%,59%,59%,32%)
(0.00/0.59/0.59/0.32)	

CMYK percentages

%0
%59.2
%58.62
%31.76

Codes

Color #AE4748 in popluar color models

AE4748
RGB1747172
HSL359°42.04%48.04%
HSB/HSV359°59.20%68.24%
CMYK0.00%59.20%58.62%
31.76%

Color #AE4748 in popluar number systems.

HEXAE4748
Decimal1747172
Binary1010111010001111001000
Octal256107110

Shades and tints

Shades of #AE4748

#AE4748
(174,71,72)
#9F4142
(159,65,66)
#903B3C
(144,59,60)
#813536
(129,53,54)
#722F30
(114,47,48)
#63292A
(99,41,42)
#542324
(84,35,36)
#451D1E
(69,29,30)
#361718
(54,23,24)
#271112
(39,17,18)
#180B0C
(24,11,12)
#000000
(0,0,0)

Tints of #AE4748

#AE4748
(174,71,72)
#B55758
(181,87,88)
#BC6768
(188,103,104)
#C37778
(195,119,120)
#CA8788
(202,135,136)
#D19798
(209,151,152)
#D8A7A8
(216,167,168)
#DFB7B8
(223,183,184)
#E6C7C8
(230,199,200)
#EDD7D8
(237,215,216)
#F4E7E8
(244,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE4748 color. Also use rgb(174,71,72) instead hex code.

Text Font Color

.myTextColor { color: #AE4748; }

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

This text font color is #AE4748.


Background Color

.myBgColor { background-color: #AE4748; }

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

This div background color is #AE4748.


Border color

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

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

This div border color is #AE4748.


Opacity

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

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

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

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

This text has shadow with #AE4748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE4748 on black background.


Color preview on white background

This text has color #AE4748 on white background.



Black color preview on #AE4748 background

This text has black color on #AE4748 background.


White color preview on #AE4748 background

This text has white color on #AE4748 background.