COLOR #AA584E

HEX: #AA584E
RGB: (170,88,78)

Color info

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

RGB color model

#AA584E color RGB value is (170,88,78).

  • red value is 170;
  • green value is 88;
  • blue value is 78.
RGB:
(170,88,78)
(67%,35%,31%)

RGB channels and saturation

R 170 of 255 = 67%
G 88 of 255 = 35%
B 78 of 255 = 31%

170
88
78

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

Portions of RGB colors in percentages

R + G + B =
170 + 88 + 78 = 336 (100%)
R 170 of 336 ~ 50.6%
G 88 of 336 ~ 26.19%
B 78 of 336 ~ 23.21%

%50.6
%26.19
%23.21

CMYK color model

#AA584E color CMYK value is (0,48,54,33).

  • cyan value is 0.00%
  • magenta value is 48.24%
  • yellow value is 54.12%
  • key color value is 33.33%
CMYK:
(0,48,54,33)
C0M48Y54K33 
(0%,48%,54%,33%)
(0.00/0.48/0.54/0.33)	

CMYK percentages

%0
%48.24
%54.12
%33.33

Codes

Color #AA584E in popluar color models

AA584E
RGB1708878
HSL37.10%48.63%
HSB/HSV54.12%66.67%
CMYK0.00%48.24%54.12%
33.33%

Color #AA584E in popluar number systems.

HEXAA584E
Decimal1708878
Binary1010101010110001001110
Octal252130116

Shades and tints

Shades of #AA584E

#AA584E
(170,88,78)
#9B5047
(155,80,71)
#8C4840
(140,72,64)
#7D4039
(125,64,57)
#6E3832
(110,56,50)
#5F302B
(95,48,43)
#502824
(80,40,36)
#41201D
(65,32,29)
#321816
(50,24,22)
#23100F
(35,16,15)
#140808
(20,8,8)
#000000
(0,0,0)

Tints of #AA584E

#AA584E
(170,88,78)
#B1675E
(177,103,94)
#B8766E
(184,118,110)
#BF857E
(191,133,126)
#C6948E
(198,148,142)
#CDA39E
(205,163,158)
#D4B2AE
(212,178,174)
#DBC1BE
(219,193,190)
#E2D0CE
(226,208,206)
#E9DFDE
(233,223,222)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA584E color. Also use rgb(170,88,78) instead hex code.

Text Font Color

.myTextColor { color: #AA584E; }

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

This text font color is #AA584E.


Background Color

.myBgColor { background-color: #AA584E; }

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

This div background color is #AA584E.


Border color

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

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

This div border color is #AA584E.


Opacity

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

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

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

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

This text has shadow with #AA584E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA584E on black background.


Color preview on white background

This text has color #AA584E on white background.



Black color preview on #AA584E background

This text has black color on #AA584E background.


White color preview on #AA584E background

This text has white color on #AA584E background.