COLOR #AE604E

HEX: #AE604E
RGB: (174,96,78)

Color info

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

RGB color model

#AE604E color RGB value is (174,96,78).

  • red value is 174;
  • green value is 96;
  • blue value is 78.
RGB:
(174,96,78)
(68%,38%,31%)

RGB channels and saturation

R 174 of 255 = 68%
G 96 of 255 = 38%
B 78 of 255 = 31%

174
96
78

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

Portions of RGB colors in percentages

R + G + B =
174 + 96 + 78 = 348 (100%)
R 174 of 348 ~ 50%
G 96 of 348 ~ 27.59%
B 78 of 348 ~ 22.41%

%50
%27.59
%22.41

CMYK color model

#AE604E color CMYK value is (0,45,55,32).

  • cyan value is 0.00%
  • magenta value is 44.83%
  • yellow value is 55.17%
  • key color value is 31.76%
CMYK:
(0,45,55,32)
C0M45Y55K32 
(0%,45%,55%,32%)
(0.00/0.45/0.55/0.32)	

CMYK percentages

%0
%44.83
%55.17
%31.76

Codes

Color #AE604E in popluar color models

AE604E
RGB1749678
HSL11°38.10%49.41%
HSB/HSV11°55.17%68.24%
CMYK0.00%44.83%55.17%
31.76%

Color #AE604E in popluar number systems.

HEXAE604E
Decimal1749678
Binary1010111011000001001110
Octal256140116

Shades and tints

Shades of #AE604E

#AE604E
(174,96,78)
#9F5847
(159,88,71)
#905040
(144,80,64)
#814839
(129,72,57)
#724032
(114,64,50)
#63382B
(99,56,43)
#543024
(84,48,36)
#45281D
(69,40,29)
#362016
(54,32,22)
#27180F
(39,24,15)
#181008
(24,16,8)
#000000
(0,0,0)

Tints of #AE604E

#AE604E
(174,96,78)
#B56E5E
(181,110,94)
#BC7C6E
(188,124,110)
#C38A7E
(195,138,126)
#CA988E
(202,152,142)
#D1A69E
(209,166,158)
#D8B4AE
(216,180,174)
#DFC2BE
(223,194,190)
#E6D0CE
(230,208,206)
#EDDEDE
(237,222,222)
#F4ECEE
(244,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE604E color. Also use rgb(174,96,78) instead hex code.

Text Font Color

.myTextColor { color: #AE604E; }

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

This text font color is #AE604E.


Background Color

.myBgColor { background-color: #AE604E; }

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

This div background color is #AE604E.


Border color

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

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

This div border color is #AE604E.


Opacity

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

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

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

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

This text has shadow with #AE604E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE604E on black background.


Color preview on white background

This text has color #AE604E on white background.



Black color preview on #AE604E background

This text has black color on #AE604E background.


White color preview on #AE604E background

This text has white color on #AE604E background.