COLOR #AE5B55

HEX: #AE5B55
RGB: (174,91,85)

Color info

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

RGB color model

#AE5B55 color RGB value is (174,91,85).

  • red value is 174;
  • green value is 91;
  • blue value is 85.
RGB:
(174,91,85)
(68%,36%,33%)

RGB channels and saturation

R 174 of 255 = 68%
G 91 of 255 = 36%
B 85 of 255 = 33%

174
91
85

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

Portions of RGB colors in percentages

R + G + B =
174 + 91 + 85 = 350 (100%)
R 174 of 350 ~ 49.71%
G 91 of 350 ~ 26%
B 85 of 350 ~ 24.29%

%49.71
%26
%24.29

CMYK color model

#AE5B55 color CMYK value is (0,48,51,32).

  • cyan value is 0.00%
  • magenta value is 47.70%
  • yellow value is 51.15%
  • key color value is 31.76%
CMYK:
(0,48,51,32)
C0M48Y51K32 
(0%,48%,51%,32%)
(0.00/0.48/0.51/0.32)	

CMYK percentages

%0
%47.7
%51.15
%31.76

Codes

Color #AE5B55 in popluar color models

AE5B55
RGB1749185
HSL35.46%50.78%
HSB/HSV51.15%68.24%
CMYK0.00%47.70%51.15%
31.76%

Color #AE5B55 in popluar number systems.

HEXAE5B55
Decimal1749185
Binary1010111010110111010101
Octal256133125

Shades and tints

Shades of #AE5B55

#AE5B55
(174,91,85)
#9F534E
(159,83,78)
#904B47
(144,75,71)
#814340
(129,67,64)
#723B39
(114,59,57)
#633332
(99,51,50)
#542B2B
(84,43,43)
#452324
(69,35,36)
#361B1D
(54,27,29)
#271316
(39,19,22)
#180B0F
(24,11,15)
#000000
(0,0,0)

Tints of #AE5B55

#AE5B55
(174,91,85)
#B56964
(181,105,100)
#BC7773
(188,119,115)
#C38582
(195,133,130)
#CA9391
(202,147,145)
#D1A1A0
(209,161,160)
#D8AFAF
(216,175,175)
#DFBDBE
(223,189,190)
#E6CBCD
(230,203,205)
#EDD9DC
(237,217,220)
#F4E7EB
(244,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE5B55 color. Also use rgb(174,91,85) instead hex code.

Text Font Color

.myTextColor { color: #AE5B55; }

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

This text font color is #AE5B55.


Background Color

.myBgColor { background-color: #AE5B55; }

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

This div background color is #AE5B55.


Border color

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

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

This div border color is #AE5B55.


Opacity

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

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

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

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

This text has shadow with #AE5B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE5B55 on black background.


Color preview on white background

This text has color #AE5B55 on white background.



Black color preview on #AE5B55 background

This text has black color on #AE5B55 background.


White color preview on #AE5B55 background

This text has white color on #AE5B55 background.