COLOR #AA3971

HEX: #AA3971
RGB: (170,57,113)

Color info

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

RGB color model

#AA3971 color RGB value is (170,57,113).

  • red value is 170;
  • green value is 57;
  • blue value is 113.
RGB:
(170,57,113)
(67%,22%,44%)

RGB channels and saturation

R 170 of 255 = 67%
G 57 of 255 = 22%
B 113 of 255 = 44%

170
57
113

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

Portions of RGB colors in percentages

R + G + B =
170 + 57 + 113 = 340 (100%)
R 170 of 340 ~ 50%
G 57 of 340 ~ 16.76%
B 113 of 340 ~ 33.24%

%50
%16.76
%33.24

CMYK color model

#AA3971 color CMYK value is (0,66,34,33).

  • cyan value is 0.00%
  • magenta value is 66.47%
  • yellow value is 33.53%
  • key color value is 33.33%
CMYK:
(0,66,34,33)
C0M66Y34K33 
(0%,66%,34%,33%)
(0.00/0.66/0.34/0.33)	

CMYK percentages

%0
%66.47
%33.53
%33.33

Codes

Color #AA3971 in popluar color models

AA3971
RGB17057113
HSL330°49.78%44.51%
HSB/HSV330°66.47%66.67%
CMYK0.00%66.47%33.53%
33.33%

Color #AA3971 in popluar number systems.

HEXAA3971
Decimal17057113
Binary101010101110011110001
Octal25271161

Shades and tints

Shades of #AA3971

#AA3971
(170,57,113)
#9B3467
(155,52,103)
#8C2F5D
(140,47,93)
#7D2A53
(125,42,83)
#6E2549
(110,37,73)
#5F203F
(95,32,63)
#501B35
(80,27,53)
#41162B
(65,22,43)
#321121
(50,17,33)
#230C17
(35,12,23)
#14070D
(20,7,13)
#000000
(0,0,0)

Tints of #AA3971

#AA3971
(170,57,113)
#B14B7D
(177,75,125)
#B85D89
(184,93,137)
#BF6F95
(191,111,149)
#C681A1
(198,129,161)
#CD93AD
(205,147,173)
#D4A5B9
(212,165,185)
#DBB7C5
(219,183,197)
#E2C9D1
(226,201,209)
#E9DBDD
(233,219,221)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA3971 color. Also use rgb(170,57,113) instead hex code.

Text Font Color

.myTextColor { color: #AA3971; }

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

This text font color is #AA3971.


Background Color

.myBgColor { background-color: #AA3971; }

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

This div background color is #AA3971.


Border color

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

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

This div border color is #AA3971.


Opacity

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

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

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

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

This text has shadow with #AA3971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA3971 on black background.


Color preview on white background

This text has color #AA3971 on white background.



Black color preview on #AA3971 background

This text has black color on #AA3971 background.


White color preview on #AA3971 background

This text has white color on #AA3971 background.