COLOR #AE5B5E

HEX: #AE5B5E RGB: (174,91,94)

Color info

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

RGB color model

#AE5B5E color RGB value is (174,91,94).

RGB: (174,91,94) (68%, 36%, 37%)

RGB channels and saturation

R 174 of 255 = 68%
G 91 of 255 = 36%
B 94 of 255 = 37%

174
91
94

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

Portions of RGB colors in percentages

R + G + B = 174 + 91 + 94 = 359 (100%)
R 174 of 359 ~ 48.47%
G 91 of 359 ~ 25.35%
B 94 of 359 ~ 26.18'%

%48.47
%25.35
%26.18

CMYK color model

#AE5B5E color CMYK value is (0,48,46,32).

  • cyan value is 0.00%
  • magenta value is 47.70%
  • yellow value is 45.98%
  • key color value is 31.76%

CMYK: (0,48,46,32)
C0M48Y46K32 (0%, 48%, 46%, 32%)
(0.00 / 0.48 / 0.46 / 0.32)

CMYK percentages

%0
%47.7
%45.98
%31.76

Codes

Color #AE5B5E in popluar color models

AE 5B 5E
RGB 174 91 94
HSL 358° 33.88% 51.96%
HSB/HSV 358° 47.70% 68.24%
CMYK 0.00% 47.70% 45.98%
31.76%

Color #AE5B5E in popluar number systems.

HEX AE 5B 5E
Decimal 174 91 94
Binary 10101110 1011011 1011110
Octal 256 133 136

Shades and tints

Shades of #AE5B5E

#AE5B5E
(174,91,94)
#9F5356
(159,83,86)
#904B4E
(144,75,78)
#814346
(129,67,70)
#723B3E
(114,59,62)
#633336
(99,51,54)
#542B2E
(84,43,46)
#452326
(69,35,38)
#361B1E
(54,27,30)
#271316
(39,19,22)
#180B0E
(24,11,14)
#000000
(0,0,0)

Tints of #AE5B5E

#AE5B5E
(174,91,94)
#B5696C
(181,105,108)
#BC777A
(188,119,122)
#C38588
(195,133,136)
#CA9396
(202,147,150)
#D1A1A4
(209,161,164)
#D8AFB2
(216,175,178)
#DFBDC0
(223,189,192)
#E6CBCE
(230,203,206)
#EDD9DC
(237,217,220)
#F4E7EA
(244,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE5B5E; }

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

This text font color is #AE5B5E.

Background Color

.myBgColor { background-color: #AE5B5E; }

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

This div background color is #AE5B5E.

Border color

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

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

This div border color is #AE5B5E.

Opacity

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

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

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

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

This text has shadow with #AE5B5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE5B5E.

Preview

Color preview on black background

This text has color #AE5B5E on black background.


Color preview on white background

This text has color #AE5B5E on white background.


Black color preview on #AE5B5E background

This text has black color on #AE5B5E background.


White color preview on #AE5B5E background

This text has white color on #AE5B5E background.


Related colors

Complementary color

Complementary color for #hex is #51A4A1.


I love getcolorcode.com

Triadic colors

1 #5EAE5B and #5B5EAE with #AE5B5E are triadic colors.

2 #5E5BAE and #5BAE5E with #AE5B5E are triadic colors.