COLOR #AA4559

HEX: #AA4559
RGB: (170,69,89)

Color info

#AA4559 contains mainly red color. Web safe color of #AA4559 is #993366 (or #936).

RGB color model

#AA4559 color RGB value is (170,69,89).

  • red value is 170;
  • green value is 69;
  • blue value is 89.
RGB:
(170,69,89)
(67%,27%,35%)

RGB channels and saturation

R 170 of 255 = 67%
G 69 of 255 = 27%
B 89 of 255 = 35%

170
69
89

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

Portions of RGB colors in percentages

R + G + B =
170 + 69 + 89 = 328 (100%)
R 170 of 328 ~ 51.83%
G 69 of 328 ~ 21.04%
B 89 of 328 ~ 27.13%

%51.83
%21.04
%27.13

CMYK color model

#AA4559 color CMYK value is (0,59,48,33).

  • cyan value is 0.00%
  • magenta value is 59.41%
  • yellow value is 47.65%
  • key color value is 33.33%
CMYK:
(0,59,48,33)
C0M59Y48K33 
(0%,59%,48%,33%)
(0.00/0.59/0.48/0.33)	

CMYK percentages

%0
%59.41
%47.65
%33.33

Codes

Color #AA4559 in popluar color models

AA4559
RGB1706989
HSL348°42.26%46.86%
HSB/HSV348°59.41%66.67%
CMYK0.00%59.41%47.65%
33.33%

Color #AA4559 in popluar number systems.

HEXAA4559
Decimal1706989
Binary1010101010001011011001
Octal252105131

Shades and tints

Shades of #AA4559

#AA4559
(170,69,89)
#9B3F51
(155,63,81)
#8C3949
(140,57,73)
#7D3341
(125,51,65)
#6E2D39
(110,45,57)
#5F2731
(95,39,49)
#502129
(80,33,41)
#411B21
(65,27,33)
#321519
(50,21,25)
#230F11
(35,15,17)
#140909
(20,9,9)
#000000
(0,0,0)

Tints of #AA4559

#AA4559
(170,69,89)
#B15568
(177,85,104)
#B86577
(184,101,119)
#BF7586
(191,117,134)
#C68595
(198,133,149)
#CD95A4
(205,149,164)
#D4A5B3
(212,165,179)
#DBB5C2
(219,181,194)
#E2C5D1
(226,197,209)
#E9D5E0
(233,213,224)
#F0E5EF
(240,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA4559 color. Also use rgb(170,69,89) instead hex code.

Text Font Color

.myTextColor { color: #AA4559; }

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

This text font color is #AA4559.


Background Color

.myBgColor { background-color: #AA4559; }

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

This div background color is #AA4559.


Border color

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

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

This div border color is #AA4559.


Opacity

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

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

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

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

This text has shadow with #AA4559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA4559 on black background.


Color preview on white background

This text has color #AA4559 on white background.



Black color preview on #AA4559 background

This text has black color on #AA4559 background.


White color preview on #AA4559 background

This text has white color on #AA4559 background.