COLOR #AA7F71

HEX: #AA7F71
RGB: (170,127,113)

Color info

#AA7F71 contains red, green and blue colors in about the same proportion. Web safe color of #AA7F71 is #996666 (or #966).

RGB color model

#AA7F71 color RGB value is (170,127,113).

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

RGB channels and saturation

R 170 of 255 = 67%
G 127 of 255 = 50%
B 113 of 255 = 44%

170
127
113

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

Portions of RGB colors in percentages

R + G + B =
170 + 127 + 113 = 410 (100%)
R 170 of 410 ~ 41.46%
G 127 of 410 ~ 30.98%
B 113 of 410 ~ 27.56%

%41.46
%30.98
%27.56

CMYK color model

#AA7F71 color CMYK value is (0,25,34,33).

  • cyan value is 0.00%
  • magenta value is 25.29%
  • yellow value is 33.53%
  • key color value is 33.33%
CMYK:
(0,25,34,33)
C0M25Y34K33 
(0%,25%,34%,33%)
(0.00/0.25/0.34/0.33)	

CMYK percentages

%0
%25.29
%33.53
%33.33

Codes

Color #AA7F71 in popluar color models

AA7F71
RGB170127113
HSL15°25.11%55.49%
HSB/HSV15°33.53%66.67%
CMYK0.00%25.29%33.53%
33.33%

Color #AA7F71 in popluar number systems.

HEXAA7F71
Decimal170127113
Binary1010101011111111110001
Octal252177161

Shades and tints

Shades of #AA7F71

#AA7F71
(170,127,113)
#9B7467
(155,116,103)
#8C695D
(140,105,93)
#7D5E53
(125,94,83)
#6E5349
(110,83,73)
#5F483F
(95,72,63)
#503D35
(80,61,53)
#41322B
(65,50,43)
#322721
(50,39,33)
#231C17
(35,28,23)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #AA7F71

#AA7F71
(170,127,113)
#B18A7D
(177,138,125)
#B89589
(184,149,137)
#BFA095
(191,160,149)
#C6ABA1
(198,171,161)
#CDB6AD
(205,182,173)
#D4C1B9
(212,193,185)
#DBCCC5
(219,204,197)
#E2D7D1
(226,215,209)
#E9E2DD
(233,226,221)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7F71; }

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

This text font color is #AA7F71.


Background Color

.myBgColor { background-color: #AA7F71; }

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

This div background color is #AA7F71.


Border color

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

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

This div border color is #AA7F71.


Opacity

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

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

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

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

This text has shadow with #AA7F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7F71 on black background.


Color preview on white background

This text has color #AA7F71 on white background.



Black color preview on #AA7F71 background

This text has black color on #AA7F71 background.


White color preview on #AA7F71 background

This text has white color on #AA7F71 background.