COLOR #AE5F53

HEX: #AE5F53
RGB: (174,95,83)

Color info

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

RGB color model

#AE5F53 color RGB value is (174,95,83).

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

RGB channels and saturation

R 174 of 255 = 68%
G 95 of 255 = 37%
B 83 of 255 = 33%

174
95
83

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

Portions of RGB colors in percentages

R + G + B =
174 + 95 + 83 = 352 (100%)
R 174 of 352 ~ 49.43%
G 95 of 352 ~ 26.99%
B 83 of 352 ~ 23.58%

%49.43
%26.99
%23.58

CMYK color model

#AE5F53 color CMYK value is (0,45,52,32).

  • cyan value is 0.00%
  • magenta value is 45.40%
  • yellow value is 52.30%
  • key color value is 31.76%
CMYK:
(0,45,52,32)
C0M45Y52K32 
(0%,45%,52%,32%)
(0.00/0.45/0.52/0.32)	

CMYK percentages

%0
%45.4
%52.3
%31.76

Codes

Color #AE5F53 in popluar color models

AE5F53
RGB1749583
HSL35.97%50.39%
HSB/HSV52.30%68.24%
CMYK0.00%45.40%52.30%
31.76%

Color #AE5F53 in popluar number systems.

HEXAE5F53
Decimal1749583
Binary1010111010111111010011
Octal256137123

Shades and tints

Shades of #AE5F53

#AE5F53
(174,95,83)
#9F574C
(159,87,76)
#904F45
(144,79,69)
#81473E
(129,71,62)
#723F37
(114,63,55)
#633730
(99,55,48)
#542F29
(84,47,41)
#452722
(69,39,34)
#361F1B
(54,31,27)
#271714
(39,23,20)
#180F0D
(24,15,13)
#000000
(0,0,0)

Tints of #AE5F53

#AE5F53
(174,95,83)
#B56D62
(181,109,98)
#BC7B71
(188,123,113)
#C38980
(195,137,128)
#CA978F
(202,151,143)
#D1A59E
(209,165,158)
#D8B3AD
(216,179,173)
#DFC1BC
(223,193,188)
#E6CFCB
(230,207,203)
#EDDDDA
(237,221,218)
#F4EBE9
(244,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE5F53; }

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

This text font color is #AE5F53.


Background Color

.myBgColor { background-color: #AE5F53; }

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

This div background color is #AE5F53.


Border color

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

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

This div border color is #AE5F53.


Opacity

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

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

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

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

This text has shadow with #AE5F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE5F53 on black background.


Color preview on white background

This text has color #AE5F53 on white background.



Black color preview on #AE5F53 background

This text has black color on #AE5F53 background.


White color preview on #AE5F53 background

This text has white color on #AE5F53 background.