COLOR #AA7F79

HEX: #AA7F79 RGB: (170,127,121)

Color info

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

RGB color model

#AA7F79 color RGB value is (170,127,121).

RGB: (170,127,121) (67%, 50%, 47%)

RGB channels and saturation

R 170 of 255 = 67%
G 127 of 255 = 50%
B 121 of 255 = 47%

170
127
121

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

Portions of RGB colors in percentages

R + G + B = 170 + 127 + 121 = 418 (100%)
R 170 of 418 ~ 40.67%
G 127 of 418 ~ 30.38%
B 121 of 418 ~ 28.95'%

%40.67
%30.38
%28.95

CMYK color model

#AA7F79 color CMYK value is (0,25,29,33).

  • cyan value is 0.00%
  • magenta value is 25.29%
  • yellow value is 28.82%
  • key color value is 33.33%

CMYK: (0,25,29,33)
C0M25Y29K33 (0%, 25%, 29%, 33%)
(0.00 / 0.25 / 0.29 / 0.33)

CMYK percentages

%0
%25.29
%28.82
%33.33

Codes

Color #AA7F79 in popluar color models

AA 7F 79
RGB 170 127 121
HSL 22.37% 57.06%
HSB/HSV 28.82% 66.67%
CMYK 0.00% 25.29% 28.82%
33.33%

Color #AA7F79 in popluar number systems.

HEX AA 7F 79
Decimal 170 127 121
Binary 10101010 1111111 1111001
Octal 252 177 171

Shades and tints

Shades of #AA7F79

#AA7F79
(170,127,121)
#9B746E
(155,116,110)
#8C6963
(140,105,99)
#7D5E58
(125,94,88)
#6E534D
(110,83,77)
#5F4842
(95,72,66)
#503D37
(80,61,55)
#41322C
(65,50,44)
#322721
(50,39,33)
#231C16
(35,28,22)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #AA7F79

#AA7F79
(170,127,121)
#B18A85
(177,138,133)
#B89591
(184,149,145)
#BFA09D
(191,160,157)
#C6ABA9
(198,171,169)
#CDB6B5
(205,182,181)
#D4C1C1
(212,193,193)
#DBCCCD
(219,204,205)
#E2D7D9
(226,215,217)
#E9E2E5
(233,226,229)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7F79; }

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

This text font color is #AA7F79.

Background Color

.myBgColor { background-color: #AA7F79; }

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

This div background color is #AA7F79.

Border color

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

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

This div border color is #AA7F79.

Opacity

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

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

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

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

This text has shadow with #AA7F79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA7F79.

Preview

Color preview on black background

This text has color #AA7F79 on black background.


Color preview on white background

This text has color #AA7F79 on white background.


Black color preview on #AA7F79 background

This text has black color on #AA7F79 background.


White color preview on #AA7F79 background

This text has white color on #AA7F79 background.


Related colors

Complementary color

Complementary color for #hex is #558086.


I love getcolorcode.com

Triadic colors

1 #79AA7F and #7F79AA with #AA7F79 are triadic colors.

2 #797FAA and #7FAA79 with #AA7F79 are triadic colors.