COLOR #AE5E65

HEX: #AE5E65
RGB: (174,94,101)

Color info

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

RGB color model

#AE5E65 color RGB value is (174,94,101).

  • red value is 174;
  • green value is 94;
  • blue value is 101.
RGB:
(174,94,101)
(68%,37%,40%)

RGB channels and saturation

R 174 of 255 = 68%
G 94 of 255 = 37%
B 101 of 255 = 40%

174
94
101

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

Portions of RGB colors in percentages

R + G + B =
174 + 94 + 101 = 369 (100%)
R 174 of 369 ~ 47.15%
G 94 of 369 ~ 25.47%
B 101 of 369 ~ 27.37%

%47.15
%25.47
%27.37

CMYK color model

#AE5E65 color CMYK value is (0,46,42,32).

  • cyan value is 0.00%
  • magenta value is 45.98%
  • yellow value is 41.95%
  • key color value is 31.76%
CMYK:
(0,46,42,32)
C0M46Y42K32 
(0%,46%,42%,32%)
(0.00/0.46/0.42/0.32)	

CMYK percentages

%0
%45.98
%41.95
%31.76

Codes

Color #AE5E65 in popluar color models

AE5E65
RGB17494101
HSL355°33.06%52.55%
HSB/HSV355°45.98%68.24%
CMYK0.00%45.98%41.95%
31.76%

Color #AE5E65 in popluar number systems.

HEXAE5E65
Decimal17494101
Binary1010111010111101100101
Octal256136145

Shades and tints

Shades of #AE5E65

#AE5E65
(174,94,101)
#9F565C
(159,86,92)
#904E53
(144,78,83)
#81464A
(129,70,74)
#723E41
(114,62,65)
#633638
(99,54,56)
#542E2F
(84,46,47)
#452626
(69,38,38)
#361E1D
(54,30,29)
#271614
(39,22,20)
#180E0B
(24,14,11)
#000000
(0,0,0)

Tints of #AE5E65

#AE5E65
(174,94,101)
#B56C73
(181,108,115)
#BC7A81
(188,122,129)
#C3888F
(195,136,143)
#CA969D
(202,150,157)
#D1A4AB
(209,164,171)
#D8B2B9
(216,178,185)
#DFC0C7
(223,192,199)
#E6CED5
(230,206,213)
#EDDCE3
(237,220,227)
#F4EAF1
(244,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE5E65; }

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

This text font color is #AE5E65.


Background Color

.myBgColor { background-color: #AE5E65; }

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

This div background color is #AE5E65.


Border color

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

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

This div border color is #AE5E65.


Opacity

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

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

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

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

This text has shadow with #AE5E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE5E65 on black background.


Color preview on white background

This text has color #AE5E65 on white background.



Black color preview on #AE5E65 background

This text has black color on #AE5E65 background.


White color preview on #AE5E65 background

This text has white color on #AE5E65 background.