COLOR #AA7179

HEX: #AA7179 RGB: (170,113,121)

Color info

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

RGB color model

#AA7179 color RGB value is (170,113,121).

RGB: (170,113,121) (67%, 44%, 47%)

RGB channels and saturation

R 170 of 255 = 67%
G 113 of 255 = 44%
B 121 of 255 = 47%

170
113
121

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

Portions of RGB colors in percentages

R + G + B = 170 + 113 + 121 = 404 (100%)
R 170 of 404 ~ 42.08%
G 113 of 404 ~ 27.97%
B 121 of 404 ~ 29.95'%

%42.08
%27.97
%29.95

CMYK color model

#AA7179 color CMYK value is (0,34,29,33).

  • cyan value is 0.00%
  • magenta value is 33.53%
  • yellow value is 28.82%
  • key color value is 33.33%
CMYK: (0,34,29,33) C0M34Y29K33 (0%,34%,29%,33%) (0.00/0.34/0.29/0.33) 

CMYK percentages

%0
%33.53
%28.82
%33.33

Codes

Color #AA7179 in popluar color models

AA 71 79
RGB 170 113 121
HSL 352° 25.11% 55.49%
HSB/HSV 352° 33.53% 66.67%
CMYK 0.00% 33.53% 28.82%
33.33%

Color #AA7179 in popluar number systems.

HEX AA 71 79
Decimal 170 113 121
Binary 10101010 1110001 1111001
Octal 252 161 171

Shades and tints

Shades of #AA7179

#AA7179
(170,113,121)
#9B676E
(155,103,110)
#8C5D63
(140,93,99)
#7D5358
(125,83,88)
#6E494D
(110,73,77)
#5F3F42
(95,63,66)
#503537
(80,53,55)
#412B2C
(65,43,44)
#322121
(50,33,33)
#231716
(35,23,22)
#140D0B
(20,13,11)
#000000
(0,0,0)

Tints of #AA7179

#AA7179
(170,113,121)
#B17D85
(177,125,133)
#B88991
(184,137,145)
#BF959D
(191,149,157)
#C6A1A9
(198,161,169)
#CDADB5
(205,173,181)
#D4B9C1
(212,185,193)
#DBC5CD
(219,197,205)
#E2D1D9
(226,209,217)
#E9DDE5
(233,221,229)
#F0E9F1
(240,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7179; }

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

This text font color is #AA7179.

Background Color

.myBgColor { background-color: #AA7179; }

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

This div background color is #AA7179.

Border color

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

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

This div border color is #AA7179.

Opacity

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

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

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

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

This text has shadow with #AA7179 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA7179.

Preview

Color preview on black background

This text has color #AA7179 on black background.


Color preview on white background

This text has color #AA7179 on white background.


Black color preview on #AA7179 background

This text has black color on #AA7179 background.


White color preview on #AA7179 background

This text has white color on #AA7179 background.


Related colors

Complementary color

Complementary color for #hex is #558E86.


I love getcolorcode.com

Triadic colors

1 #79AA71 and #7179AA with #AA7179 are triadic colors.

2 #7971AA and #71AA79 with #AA7179 are triadic colors.