COLOR #AE595B

HEX: #AE595B RGB: (174,89,91)

Color info

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

RGB color model

#AE595B color RGB value is (174,89,91).

RGB: (174,89,91) (68%, 35%, 36%)

RGB channels and saturation

R 174 of 255 = 68%
G 89 of 255 = 35%
B 91 of 255 = 36%

174
89
91

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

Portions of RGB colors in percentages

R + G + B = 174 + 89 + 91 = 354 (100%)
R 174 of 354 ~ 49.15%
G 89 of 354 ~ 25.14%
B 91 of 354 ~ 25.71'%

%49.15
%25.14
%25.71

CMYK color model

#AE595B color CMYK value is (0,49,48,32).

  • cyan value is 0.00%
  • magenta value is 48.85%
  • yellow value is 47.70%
  • key color value is 31.76%
CMYK: (0,49,48,32) C0M49Y48K32 (0%,49%,48%,32%) (0.00/0.49/0.48/0.32) 

CMYK percentages

%0
%48.85
%47.7
%31.76

Codes

Color #AE595B in popluar color models

AE 59 5B
RGB 174 89 91
HSL 359° 34.41% 51.57%
HSB/HSV 359° 48.85% 68.24%
CMYK 0.00% 48.85% 47.70%
31.76%

Color #AE595B in popluar number systems.

HEX AE 59 5B
Decimal 174 89 91
Binary 10101110 1011001 1011011
Octal 256 131 133

Shades and tints

Shades of #AE595B

#AE595B
(174,89,91)
#9F5153
(159,81,83)
#90494B
(144,73,75)
#814143
(129,65,67)
#72393B
(114,57,59)
#633133
(99,49,51)
#54292B
(84,41,43)
#452123
(69,33,35)
#36191B
(54,25,27)
#271113
(39,17,19)
#18090B
(24,9,11)
#000000
(0,0,0)

Tints of #AE595B

#AE595B
(174,89,91)
#B56869
(181,104,105)
#BC7777
(188,119,119)
#C38685
(195,134,133)
#CA9593
(202,149,147)
#D1A4A1
(209,164,161)
#D8B3AF
(216,179,175)
#DFC2BD
(223,194,189)
#E6D1CB
(230,209,203)
#EDE0D9
(237,224,217)
#F4EFE7
(244,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE595B; }

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

This text font color is #AE595B.

Background Color

.myBgColor { background-color: #AE595B; }

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

This div background color is #AE595B.

Border color

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

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

This div border color is #AE595B.

Opacity

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

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

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

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

This text has shadow with #AE595B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE595B.

Preview

Color preview on black background

This text has color #AE595B on black background.


Color preview on white background

This text has color #AE595B on white background.


Black color preview on #AE595B background

This text has black color on #AE595B background.


White color preview on #AE595B background

This text has white color on #AE595B background.


Related colors

Complementary color

Complementary color for #hex is #51A6A4.


I love getcolorcode.com

Triadic colors

1 #5BAE59 and #595BAE with #AE595B are triadic colors.

2 #5B59AE and #59AE5B with #AE595B are triadic colors.