COLOR #AA4859

HEX: #AA4859
RGB: (170,72,89)

Color info

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

RGB color model

#AA4859 color RGB value is (170,72,89).

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

RGB channels and saturation

R 170 of 255 = 67%
G 72 of 255 = 28%
B 89 of 255 = 35%

170
72
89

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

Portions of RGB colors in percentages

R + G + B =
170 + 72 + 89 = 331 (100%)
R 170 of 331 ~ 51.36%
G 72 of 331 ~ 21.75%
B 89 of 331 ~ 26.89%

%51.36
%21.75
%26.89

CMYK color model

#AA4859 color CMYK value is (0,58,48,33).

  • cyan value is 0.00%
  • magenta value is 57.65%
  • yellow value is 47.65%
  • key color value is 33.33%
CMYK:
(0,58,48,33)
C0M58Y48K33 
(0%,58%,48%,33%)
(0.00/0.58/0.48/0.33)	

CMYK percentages

%0
%57.65
%47.65
%33.33

Codes

Color #AA4859 in popluar color models

AA4859
RGB1707289
HSL350°40.50%47.45%
HSB/HSV350°57.65%66.67%
CMYK0.00%57.65%47.65%
33.33%

Color #AA4859 in popluar number systems.

HEXAA4859
Decimal1707289
Binary1010101010010001011001
Octal252110131

Shades and tints

Shades of #AA4859

#AA4859
(170,72,89)
#9B4251
(155,66,81)
#8C3C49
(140,60,73)
#7D3641
(125,54,65)
#6E3039
(110,48,57)
#5F2A31
(95,42,49)
#502429
(80,36,41)
#411E21
(65,30,33)
#321819
(50,24,25)
#231211
(35,18,17)
#140C09
(20,12,9)
#000000
(0,0,0)

Tints of #AA4859

#AA4859
(170,72,89)
#B15868
(177,88,104)
#B86877
(184,104,119)
#BF7886
(191,120,134)
#C68895
(198,136,149)
#CD98A4
(205,152,164)
#D4A8B3
(212,168,179)
#DBB8C2
(219,184,194)
#E2C8D1
(226,200,209)
#E9D8E0
(233,216,224)
#F0E8EF
(240,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA4859; }

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

This text font color is #AA4859.


Background Color

.myBgColor { background-color: #AA4859; }

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

This div background color is #AA4859.


Border color

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

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

This div border color is #AA4859.


Opacity

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

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

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

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

This text has shadow with #AA4859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA4859 on black background.


Color preview on white background

This text has color #AA4859 on white background.



Black color preview on #AA4859 background

This text has black color on #AA4859 background.


White color preview on #AA4859 background

This text has white color on #AA4859 background.