COLOR #AA7F6D

HEX: #AA7F6D
RGB: (170,127,109)

Color info

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

RGB color model

#AA7F6D color RGB value is (170,127,109).

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

RGB channels and saturation

R 170 of 255 = 67%
G 127 of 255 = 50%
B 109 of 255 = 43%

170
127
109

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

Portions of RGB colors in percentages

R + G + B =
170 + 127 + 109 = 406 (100%)
R 170 of 406 ~ 41.87%
G 127 of 406 ~ 31.28%
B 109 of 406 ~ 26.85%

%41.87
%31.28
%26.85

CMYK color model

#AA7F6D color CMYK value is (0,25,36,33).

  • cyan value is 0.00%
  • magenta value is 25.29%
  • yellow value is 35.88%
  • key color value is 33.33%
CMYK:
(0,25,36,33)
C0M25Y36K33 
(0%,25%,36%,33%)
(0.00/0.25/0.36/0.33)	

CMYK percentages

%0
%25.29
%35.88
%33.33

Codes

Color #AA7F6D in popluar color models

AA7F6D
RGB170127109
HSL18°26.41%54.71%
HSB/HSV18°35.88%66.67%
CMYK0.00%25.29%35.88%
33.33%

Color #AA7F6D in popluar number systems.

HEXAA7F6D
Decimal170127109
Binary1010101011111111101101
Octal252177155

Shades and tints

Shades of #AA7F6D

#AA7F6D
(170,127,109)
#9B7464
(155,116,100)
#8C695B
(140,105,91)
#7D5E52
(125,94,82)
#6E5349
(110,83,73)
#5F4840
(95,72,64)
#503D37
(80,61,55)
#41322E
(65,50,46)
#322725
(50,39,37)
#231C1C
(35,28,28)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #AA7F6D

#AA7F6D
(170,127,109)
#B18A7A
(177,138,122)
#B89587
(184,149,135)
#BFA094
(191,160,148)
#C6ABA1
(198,171,161)
#CDB6AE
(205,182,174)
#D4C1BB
(212,193,187)
#DBCCC8
(219,204,200)
#E2D7D5
(226,215,213)
#E9E2E2
(233,226,226)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7F6D; }

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

This text font color is #AA7F6D.


Background Color

.myBgColor { background-color: #AA7F6D; }

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

This div background color is #AA7F6D.


Border color

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

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

This div border color is #AA7F6D.


Opacity

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

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

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

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

This text has shadow with #AA7F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7F6D on black background.


Color preview on white background

This text has color #AA7F6D on white background.



Black color preview on #AA7F6D background

This text has black color on #AA7F6D background.


White color preview on #AA7F6D background

This text has white color on #AA7F6D background.