COLOR #AE3B4A

HEX: #AE3B4A
RGB: (174,59,74)

Color info

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

RGB color model

#AE3B4A color RGB value is (174,59,74).

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

RGB channels and saturation

R 174 of 255 = 68%
G 59 of 255 = 23%
B 74 of 255 = 29%

174
59
74

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

Portions of RGB colors in percentages

R + G + B =
174 + 59 + 74 = 307 (100%)
R 174 of 307 ~ 56.68%
G 59 of 307 ~ 19.22%
B 74 of 307 ~ 24.1%

%56.68
%19.22
%24.1

CMYK color model

#AE3B4A color CMYK value is (0,66,57,32).

  • cyan value is 0.00%
  • magenta value is 66.09%
  • yellow value is 57.47%
  • key color value is 31.76%
CMYK:
(0,66,57,32)
C0M66Y57K32 
(0%,66%,57%,32%)
(0.00/0.66/0.57/0.32)	

CMYK percentages

%0
%66.09
%57.47
%31.76

Codes

Color #AE3B4A in popluar color models

AE3B4A
RGB1745974
HSL352°49.36%45.69%
HSB/HSV352°66.09%68.24%
CMYK0.00%66.09%57.47%
31.76%

Color #AE3B4A in popluar number systems.

HEXAE3B4A
Decimal1745974
Binary101011101110111001010
Octal25673112

Shades and tints

Shades of #AE3B4A

#AE3B4A
(174,59,74)
#9F3644
(159,54,68)
#90313E
(144,49,62)
#812C38
(129,44,56)
#722732
(114,39,50)
#63222C
(99,34,44)
#541D26
(84,29,38)
#451820
(69,24,32)
#36131A
(54,19,26)
#270E14
(39,14,20)
#18090E
(24,9,14)
#000000
(0,0,0)

Tints of #AE3B4A

#AE3B4A
(174,59,74)
#B54C5A
(181,76,90)
#BC5D6A
(188,93,106)
#C36E7A
(195,110,122)
#CA7F8A
(202,127,138)
#D1909A
(209,144,154)
#D8A1AA
(216,161,170)
#DFB2BA
(223,178,186)
#E6C3CA
(230,195,202)
#EDD4DA
(237,212,218)
#F4E5EA
(244,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE3B4A color. Also use rgb(174,59,74) instead hex code.

Text Font Color

.myTextColor { color: #AE3B4A; }

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

This text font color is #AE3B4A.


Background Color

.myBgColor { background-color: #AE3B4A; }

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

This div background color is #AE3B4A.


Border color

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

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

This div border color is #AE3B4A.


Opacity

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

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

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

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

This text has shadow with #AE3B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE3B4A on black background.


Color preview on white background

This text has color #AE3B4A on white background.



Black color preview on #AE3B4A background

This text has black color on #AE3B4A background.


White color preview on #AE3B4A background

This text has white color on #AE3B4A background.