COLOR #AE584A

HEX: #AE584A
RGB: (174,88,74)

Color info

#AE584A contains mainly red color. Web safe color of #AE584A is #996633 (or #963).

RGB color model

#AE584A color RGB value is (174,88,74).

  • red value is 174;
  • green value is 88;
  • blue value is 74.
RGB:
(174,88,74)
(68%,35%,29%)

RGB channels and saturation

R 174 of 255 = 68%
G 88 of 255 = 35%
B 74 of 255 = 29%

174
88
74

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

Portions of RGB colors in percentages

R + G + B =
174 + 88 + 74 = 336 (100%)
R 174 of 336 ~ 51.79%
G 88 of 336 ~ 26.19%
B 74 of 336 ~ 22.02%

%51.79
%26.19
%22.02

CMYK color model

#AE584A color CMYK value is (0,49,57,32).

  • cyan value is 0.00%
  • magenta value is 49.43%
  • yellow value is 57.47%
  • key color value is 31.76%
CMYK:
(0,49,57,32)
C0M49Y57K32 
(0%,49%,57%,32%)
(0.00/0.49/0.57/0.32)	

CMYK percentages

%0
%49.43
%57.47
%31.76

Codes

Color #AE584A in popluar color models

AE584A
RGB1748874
HSL40.32%48.63%
HSB/HSV57.47%68.24%
CMYK0.00%49.43%57.47%
31.76%

Color #AE584A in popluar number systems.

HEXAE584A
Decimal1748874
Binary1010111010110001001010
Octal256130112

Shades and tints

Shades of #AE584A

#AE584A
(174,88,74)
#9F5044
(159,80,68)
#90483E
(144,72,62)
#814038
(129,64,56)
#723832
(114,56,50)
#63302C
(99,48,44)
#542826
(84,40,38)
#452020
(69,32,32)
#36181A
(54,24,26)
#271014
(39,16,20)
#18080E
(24,8,14)
#000000
(0,0,0)

Tints of #AE584A

#AE584A
(174,88,74)
#B5675A
(181,103,90)
#BC766A
(188,118,106)
#C3857A
(195,133,122)
#CA948A
(202,148,138)
#D1A39A
(209,163,154)
#D8B2AA
(216,178,170)
#DFC1BA
(223,193,186)
#E6D0CA
(230,208,202)
#EDDFDA
(237,223,218)
#F4EEEA
(244,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE584A color. Also use rgb(174,88,74) instead hex code.

Text Font Color

.myTextColor { color: #AE584A; }

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

This text font color is #AE584A.


Background Color

.myBgColor { background-color: #AE584A; }

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

This div background color is #AE584A.


Border color

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

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

This div border color is #AE584A.


Opacity

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

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

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

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

This text has shadow with #AE584A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE584A on black background.


Color preview on white background

This text has color #AE584A on white background.



Black color preview on #AE584A background

This text has black color on #AE584A background.


White color preview on #AE584A background

This text has white color on #AE584A background.