COLOR #AE4956

HEX: #AE4956
RGB: (174,73,86)

Color info

#AE4956 contains mainly red color. Web safe color of #AE4956 is #993366 (or #936).

RGB color model

#AE4956 color RGB value is (174,73,86).

  • red value is 174;
  • green value is 73;
  • blue value is 86.
RGB:
(174,73,86)
(68%,29%,34%)

RGB channels and saturation

R 174 of 255 = 68%
G 73 of 255 = 29%
B 86 of 255 = 34%

174
73
86

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

Portions of RGB colors in percentages

R + G + B =
174 + 73 + 86 = 333 (100%)
R 174 of 333 ~ 52.25%
G 73 of 333 ~ 21.92%
B 86 of 333 ~ 25.83%

%52.25
%21.92
%25.83

CMYK color model

#AE4956 color CMYK value is (0,58,51,32).

  • cyan value is 0.00%
  • magenta value is 58.05%
  • yellow value is 50.57%
  • key color value is 31.76%
CMYK:
(0,58,51,32)
C0M58Y51K32 
(0%,58%,51%,32%)
(0.00/0.58/0.51/0.32)	

CMYK percentages

%0
%58.05
%50.57
%31.76

Codes

Color #AE4956 in popluar color models

AE4956
RGB1747386
HSL352°40.89%48.43%
HSB/HSV352°58.05%68.24%
CMYK0.00%58.05%50.57%
31.76%

Color #AE4956 in popluar number systems.

HEXAE4956
Decimal1747386
Binary1010111010010011010110
Octal256111126

Shades and tints

Shades of #AE4956

#AE4956
(174,73,86)
#9F434F
(159,67,79)
#903D48
(144,61,72)
#813741
(129,55,65)
#72313A
(114,49,58)
#632B33
(99,43,51)
#54252C
(84,37,44)
#451F25
(69,31,37)
#36191E
(54,25,30)
#271317
(39,19,23)
#180D10
(24,13,16)
#000000
(0,0,0)

Tints of #AE4956

#AE4956
(174,73,86)
#B55965
(181,89,101)
#BC6974
(188,105,116)
#C37983
(195,121,131)
#CA8992
(202,137,146)
#D199A1
(209,153,161)
#D8A9B0
(216,169,176)
#DFB9BF
(223,185,191)
#E6C9CE
(230,201,206)
#EDD9DD
(237,217,221)
#F4E9EC
(244,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE4956 color. Also use rgb(174,73,86) instead hex code.

Text Font Color

.myTextColor { color: #AE4956; }

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

This text font color is #AE4956.


Background Color

.myBgColor { background-color: #AE4956; }

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

This div background color is #AE4956.


Border color

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

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

This div border color is #AE4956.


Opacity

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

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

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

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

This text has shadow with #AE4956 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE4956 on black background.


Color preview on white background

This text has color #AE4956 on white background.



Black color preview on #AE4956 background

This text has black color on #AE4956 background.


White color preview on #AE4956 background

This text has white color on #AE4956 background.