COLOR #AA6C79

HEX: #AA6C79 RGB: (170,108,121)

Color info

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

RGB color model

#AA6C79 color RGB value is (170,108,121).

RGB: (170,108,121) (67%, 42%, 47%)

RGB channels and saturation

R 170 of 255 = 67%
G 108 of 255 = 42%
B 121 of 255 = 47%

170
108
121

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

Portions of RGB colors in percentages

R + G + B = 170 + 108 + 121 = 399 (100%)
R 170 of 399 ~ 42.61%
G 108 of 399 ~ 27.07%
B 121 of 399 ~ 30.33'%

%42.61
%27.07
%30.33

CMYK color model

#AA6C79 color CMYK value is (0,36,29,33).

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

CMYK: (0,36,29,33)
C0M36Y29K33 (0%, 36%, 29%, 33%)
(0.00 / 0.36 / 0.29 / 0.33)

CMYK percentages

%0
%36.47
%28.82
%33.33

Codes

Color #AA6C79 in popluar color models

AA 6C 79
RGB 170 108 121
HSL 347° 26.72% 54.51%
HSB/HSV 347° 36.47% 66.67%
CMYK 0.00% 36.47% 28.82%
33.33%

Color #AA6C79 in popluar number systems.

HEX AA 6C 79
Decimal 170 108 121
Binary 10101010 1101100 1111001
Octal 252 154 171

Shades and tints

Shades of #AA6C79

#AA6C79
(170,108,121)
#9B636E
(155,99,110)
#8C5A63
(140,90,99)
#7D5158
(125,81,88)
#6E484D
(110,72,77)
#5F3F42
(95,63,66)
#503637
(80,54,55)
#412D2C
(65,45,44)
#322421
(50,36,33)
#231B16
(35,27,22)
#14120B
(20,18,11)
#000000
(0,0,0)

Tints of #AA6C79

#AA6C79
(170,108,121)
#B17985
(177,121,133)
#B88691
(184,134,145)
#BF939D
(191,147,157)
#C6A0A9
(198,160,169)
#CDADB5
(205,173,181)
#D4BAC1
(212,186,193)
#DBC7CD
(219,199,205)
#E2D4D9
(226,212,217)
#E9E1E5
(233,225,229)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6C79; }

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

This text font color is #AA6C79.

Background Color

.myBgColor { background-color: #AA6C79; }

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

This div background color is #AA6C79.

Border color

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

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

This div border color is #AA6C79.

Opacity

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

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

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

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

This text has shadow with #AA6C79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA6C79.

Preview

Color preview on black background

This text has color #AA6C79 on black background.


Color preview on white background

This text has color #AA6C79 on white background.


Black color preview on #AA6C79 background

This text has black color on #AA6C79 background.


White color preview on #AA6C79 background

This text has white color on #AA6C79 background.


Related colors

Complementary color

Complementary color for #hex is #559386.


I love getcolorcode.com

Triadic colors

1 #79AA6C and #6C79AA with #AA6C79 are triadic colors.

2 #796CAA and #6CAA79 with #AA6C79 are triadic colors.