COLOR #AA7F6F

HEX: #AA7F6F
RGB: (170,127,111)

Color info

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

RGB color model

#AA7F6F color RGB value is (170,127,111).

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

RGB channels and saturation

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

170
127
111

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

Portions of RGB colors in percentages

R + G + B =
170 + 127 + 111 = 408 (100%)
R 170 of 408 ~ 41.67%
G 127 of 408 ~ 31.13%
B 111 of 408 ~ 27.21%

%41.67
%31.13
%27.21

CMYK color model

#AA7F6F color CMYK value is (0,25,35,33).

  • cyan value is 0.00%
  • magenta value is 25.29%
  • yellow value is 34.71%
  • key color value is 33.33%
CMYK:
(0,25,35,33)
C0M25Y35K33 
(0%,25%,35%,33%)
(0.00/0.25/0.35/0.33)	

CMYK percentages

%0
%25.29
%34.71
%33.33

Codes

Color #AA7F6F in popluar color models

AA7F6F
RGB170127111
HSL16°25.76%55.10%
HSB/HSV16°34.71%66.67%
CMYK0.00%25.29%34.71%
33.33%

Color #AA7F6F in popluar number systems.

HEXAA7F6F
Decimal170127111
Binary1010101011111111101111
Octal252177157

Shades and tints

Shades of #AA7F6F

#AA7F6F
(170,127,111)
#9B7465
(155,116,101)
#8C695B
(140,105,91)
#7D5E51
(125,94,81)
#6E5347
(110,83,71)
#5F483D
(95,72,61)
#503D33
(80,61,51)
#413229
(65,50,41)
#32271F
(50,39,31)
#231C15
(35,28,21)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #AA7F6F

#AA7F6F
(170,127,111)
#B18A7C
(177,138,124)
#B89589
(184,149,137)
#BFA096
(191,160,150)
#C6ABA3
(198,171,163)
#CDB6B0
(205,182,176)
#D4C1BD
(212,193,189)
#DBCCCA
(219,204,202)
#E2D7D7
(226,215,215)
#E9E2E4
(233,226,228)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7F6F; }

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

This text font color is #AA7F6F.


Background Color

.myBgColor { background-color: #AA7F6F; }

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

This div background color is #AA7F6F.


Border color

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

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

This div border color is #AA7F6F.


Opacity

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

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

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

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

This text has shadow with #AA7F6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7F6F on black background.


Color preview on white background

This text has color #AA7F6F on white background.



Black color preview on #AA7F6F background

This text has black color on #AA7F6F background.


White color preview on #AA7F6F background

This text has white color on #AA7F6F background.