COLOR #AA7F6B

HEX: #AA7F6B
RGB: (170,127,107)

Color info

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

RGB color model

#AA7F6B color RGB value is (170,127,107).

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

RGB channels and saturation

R 170 of 255 = 67%
G 127 of 255 = 50%
B 107 of 255 = 42%

170
127
107

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

Portions of RGB colors in percentages

R + G + B =
170 + 127 + 107 = 404 (100%)
R 170 of 404 ~ 42.08%
G 127 of 404 ~ 31.44%
B 107 of 404 ~ 26.49%

%42.08
%31.44
%26.49

CMYK color model

#AA7F6B color CMYK value is (0,25,37,33).

  • cyan value is 0.00%
  • magenta value is 25.29%
  • yellow value is 37.06%
  • key color value is 33.33%
CMYK:
(0,25,37,33)
C0M25Y37K33 
(0%,25%,37%,33%)
(0.00/0.25/0.37/0.33)	

CMYK percentages

%0
%25.29
%37.06
%33.33

Codes

Color #AA7F6B in popluar color models

AA7F6B
RGB170127107
HSL19°27.04%54.31%
HSB/HSV19°37.06%66.67%
CMYK0.00%25.29%37.06%
33.33%

Color #AA7F6B in popluar number systems.

HEXAA7F6B
Decimal170127107
Binary1010101011111111101011
Octal252177153

Shades and tints

Shades of #AA7F6B

#AA7F6B
(170,127,107)
#9B7462
(155,116,98)
#8C6959
(140,105,89)
#7D5E50
(125,94,80)
#6E5347
(110,83,71)
#5F483E
(95,72,62)
#503D35
(80,61,53)
#41322C
(65,50,44)
#322723
(50,39,35)
#231C1A
(35,28,26)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #AA7F6B

#AA7F6B
(170,127,107)
#B18A78
(177,138,120)
#B89585
(184,149,133)
#BFA092
(191,160,146)
#C6AB9F
(198,171,159)
#CDB6AC
(205,182,172)
#D4C1B9
(212,193,185)
#DBCCC6
(219,204,198)
#E2D7D3
(226,215,211)
#E9E2E0
(233,226,224)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7F6B; }

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

This text font color is #AA7F6B.


Background Color

.myBgColor { background-color: #AA7F6B; }

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

This div background color is #AA7F6B.


Border color

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

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

This div border color is #AA7F6B.


Opacity

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

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

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

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

This text has shadow with #AA7F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7F6B on black background.


Color preview on white background

This text has color #AA7F6B on white background.



Black color preview on #AA7F6B background

This text has black color on #AA7F6B background.


White color preview on #AA7F6B background

This text has white color on #AA7F6B background.