COLOR #AE5F56

HEX: #AE5F56
RGB: (174,95,86)

Color info

#AE5F56 contains mainly red color. Web safe color of #AE5F56 is #996666 (or #966).

RGB color model

#AE5F56 color RGB value is (174,95,86).

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

RGB channels and saturation

R 174 of 255 = 68%
G 95 of 255 = 37%
B 86 of 255 = 34%

174
95
86

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

Portions of RGB colors in percentages

R + G + B =
174 + 95 + 86 = 355 (100%)
R 174 of 355 ~ 49.01%
G 95 of 355 ~ 26.76%
B 86 of 355 ~ 24.23%

%49.01
%26.76
%24.23

CMYK color model

#AE5F56 color CMYK value is (0,45,51,32).

  • cyan value is 0.00%
  • magenta value is 45.40%
  • yellow value is 50.57%
  • key color value is 31.76%
CMYK:
(0,45,51,32)
C0M45Y51K32 
(0%,45%,51%,32%)
(0.00/0.45/0.51/0.32)	

CMYK percentages

%0
%45.4
%50.57
%31.76

Codes

Color #AE5F56 in popluar color models

AE5F56
RGB1749586
HSL35.20%50.98%
HSB/HSV50.57%68.24%
CMYK0.00%45.40%50.57%
31.76%

Color #AE5F56 in popluar number systems.

HEXAE5F56
Decimal1749586
Binary1010111010111111010110
Octal256137126

Shades and tints

Shades of #AE5F56

#AE5F56
(174,95,86)
#9F574F
(159,87,79)
#904F48
(144,79,72)
#814741
(129,71,65)
#723F3A
(114,63,58)
#633733
(99,55,51)
#542F2C
(84,47,44)
#452725
(69,39,37)
#361F1E
(54,31,30)
#271717
(39,23,23)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #AE5F56

#AE5F56
(174,95,86)
#B56D65
(181,109,101)
#BC7B74
(188,123,116)
#C38983
(195,137,131)
#CA9792
(202,151,146)
#D1A5A1
(209,165,161)
#D8B3B0
(216,179,176)
#DFC1BF
(223,193,191)
#E6CFCE
(230,207,206)
#EDDDDD
(237,221,221)
#F4EBEC
(244,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE5F56; }

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

This text font color is #AE5F56.


Background Color

.myBgColor { background-color: #AE5F56; }

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

This div background color is #AE5F56.


Border color

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

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

This div border color is #AE5F56.


Opacity

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

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

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

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

This text has shadow with #AE5F56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE5F56 on black background.


Color preview on white background

This text has color #AE5F56 on white background.



Black color preview on #AE5F56 background

This text has black color on #AE5F56 background.


White color preview on #AE5F56 background

This text has white color on #AE5F56 background.