COLOR #AA5F71

HEX: #AA5F71
RGB: (170,95,113)

Color info

#AA5F71 contains mainly red and blue colors. Web safe color of #AA5F71 is #996666 (or #966).

RGB color model

#AA5F71 color RGB value is (170,95,113).

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

RGB channels and saturation

R 170 of 255 = 67%
G 95 of 255 = 37%
B 113 of 255 = 44%

170
95
113

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

Portions of RGB colors in percentages

R + G + B =
170 + 95 + 113 = 378 (100%)
R 170 of 378 ~ 44.97%
G 95 of 378 ~ 25.13%
B 113 of 378 ~ 29.89%

%44.97
%25.13
%29.89

CMYK color model

#AA5F71 color CMYK value is (0,44,34,33).

  • cyan value is 0.00%
  • magenta value is 44.12%
  • yellow value is 33.53%
  • key color value is 33.33%
CMYK:
(0,44,34,33)
C0M44Y34K33 
(0%,44%,34%,33%)
(0.00/0.44/0.34/0.33)	

CMYK percentages

%0
%44.12
%33.53
%33.33

Codes

Color #AA5F71 in popluar color models

AA5F71
RGB17095113
HSL346°30.61%51.96%
HSB/HSV346°44.12%66.67%
CMYK0.00%44.12%33.53%
33.33%

Color #AA5F71 in popluar number systems.

HEXAA5F71
Decimal17095113
Binary1010101010111111110001
Octal252137161

Shades and tints

Shades of #AA5F71

#AA5F71
(170,95,113)
#9B5767
(155,87,103)
#8C4F5D
(140,79,93)
#7D4753
(125,71,83)
#6E3F49
(110,63,73)
#5F373F
(95,55,63)
#502F35
(80,47,53)
#41272B
(65,39,43)
#321F21
(50,31,33)
#231717
(35,23,23)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #AA5F71

#AA5F71
(170,95,113)
#B16D7D
(177,109,125)
#B87B89
(184,123,137)
#BF8995
(191,137,149)
#C697A1
(198,151,161)
#CDA5AD
(205,165,173)
#D4B3B9
(212,179,185)
#DBC1C5
(219,193,197)
#E2CFD1
(226,207,209)
#E9DDDD
(233,221,221)
#F0EBE9
(240,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA5F71; }

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

This text font color is #AA5F71.


Background Color

.myBgColor { background-color: #AA5F71; }

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

This div background color is #AA5F71.


Border color

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

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

This div border color is #AA5F71.


Opacity

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

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

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

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

This text has shadow with #AA5F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA5F71 on black background.


Color preview on white background

This text has color #AA5F71 on white background.



Black color preview on #AA5F71 background

This text has black color on #AA5F71 background.


White color preview on #AA5F71 background

This text has white color on #AA5F71 background.