COLOR #AA4979

HEX: #AA4979
RGB: (170,73,121)

Color info

#AA4979 contains mainly red and blue colors. Web safe color of #AA4979 is #993366 (or #936).

RGB color model

#AA4979 color RGB value is (170,73,121).

  • red value is 170;
  • green value is 73;
  • blue value is 121.
RGB:
(170,73,121)
(67%,29%,47%)

RGB channels and saturation

R 170 of 255 = 67%
G 73 of 255 = 29%
B 121 of 255 = 47%

170
73
121

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

Portions of RGB colors in percentages

R + G + B =
170 + 73 + 121 = 364 (100%)
R 170 of 364 ~ 46.7%
G 73 of 364 ~ 20.05%
B 121 of 364 ~ 33.24%

%46.7
%20.05
%33.24

CMYK color model

#AA4979 color CMYK value is (0,57,29,33).

  • cyan value is 0.00%
  • magenta value is 57.06%
  • yellow value is 28.82%
  • key color value is 33.33%
CMYK:
(0,57,29,33)
C0M57Y29K33 
(0%,57%,29%,33%)
(0.00/0.57/0.29/0.33)	

CMYK percentages

%0
%57.06
%28.82
%33.33

Codes

Color #AA4979 in popluar color models

AA4979
RGB17073121
HSL330°39.92%47.65%
HSB/HSV330°57.06%66.67%
CMYK0.00%57.06%28.82%
33.33%

Color #AA4979 in popluar number systems.

HEXAA4979
Decimal17073121
Binary1010101010010011111001
Octal252111171

Shades and tints

Shades of #AA4979

#AA4979
(170,73,121)
#9B436E
(155,67,110)
#8C3D63
(140,61,99)
#7D3758
(125,55,88)
#6E314D
(110,49,77)
#5F2B42
(95,43,66)
#502537
(80,37,55)
#411F2C
(65,31,44)
#321921
(50,25,33)
#231316
(35,19,22)
#140D0B
(20,13,11)
#000000
(0,0,0)

Tints of #AA4979

#AA4979
(170,73,121)
#B15985
(177,89,133)
#B86991
(184,105,145)
#BF799D
(191,121,157)
#C689A9
(198,137,169)
#CD99B5
(205,153,181)
#D4A9C1
(212,169,193)
#DBB9CD
(219,185,205)
#E2C9D9
(226,201,217)
#E9D9E5
(233,217,229)
#F0E9F1
(240,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA4979 color. Also use rgb(170,73,121) instead hex code.

Text Font Color

.myTextColor { color: #AA4979; }

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

This text font color is #AA4979.


Background Color

.myBgColor { background-color: #AA4979; }

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

This div background color is #AA4979.


Border color

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

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

This div border color is #AA4979.


Opacity

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

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

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

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

This text has shadow with #AA4979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA4979 on black background.


Color preview on white background

This text has color #AA4979 on white background.



Black color preview on #AA4979 background

This text has black color on #AA4979 background.


White color preview on #AA4979 background

This text has white color on #AA4979 background.