COLOR #AA6D7C

HEX: #AA6D7C RGB: (170,109,124)

Color info

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

RGB color model

#AA6D7C color RGB value is (170,109,124).

RGB: (170,109,124) (67%, 43%, 49%)

RGB channels and saturation

R 170 of 255 = 67%
G 109 of 255 = 43%
B 124 of 255 = 49%

170
109
124

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

Portions of RGB colors in percentages

R + G + B = 170 + 109 + 124 = 403 (100%)
R 170 of 403 ~ 42.18%
G 109 of 403 ~ 27.05%
B 124 of 403 ~ 30.77'%

%42.18
%27.05
%30.77

CMYK color model

#AA6D7C color CMYK value is (0,36,27,33).

  • cyan value is 0.00%
  • magenta value is 35.88%
  • yellow value is 27.06%
  • key color value is 33.33%

CMYK: (0,36,27,33)
C0M36Y27K33 (0%, 36%, 27%, 33%)
(0.00 / 0.36 / 0.27 / 0.33)

CMYK percentages

%0
%35.88
%27.06
%33.33

Codes

Color #AA6D7C in popluar color models

AA 6D 7C
RGB 170 109 124
HSL 345° 26.41% 54.71%
HSB/HSV 345° 35.88% 66.67%
CMYK 0.00% 35.88% 27.06%
33.33%

Color #AA6D7C in popluar number systems.

HEX AA 6D 7C
Decimal 170 109 124
Binary 10101010 1101101 1111100
Octal 252 155 174

Shades and tints

Shades of #AA6D7C

#AA6D7C
(170,109,124)
#9B6471
(155,100,113)
#8C5B66
(140,91,102)
#7D525B
(125,82,91)
#6E4950
(110,73,80)
#5F4045
(95,64,69)
#50373A
(80,55,58)
#412E2F
(65,46,47)
#322524
(50,37,36)
#231C19
(35,28,25)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #AA6D7C

#AA6D7C
(170,109,124)
#B17A87
(177,122,135)
#B88792
(184,135,146)
#BF949D
(191,148,157)
#C6A1A8
(198,161,168)
#CDAEB3
(205,174,179)
#D4BBBE
(212,187,190)
#DBC8C9
(219,200,201)
#E2D5D4
(226,213,212)
#E9E2DF
(233,226,223)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6D7C; }

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

This text font color is #AA6D7C.

Background Color

.myBgColor { background-color: #AA6D7C; }

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

This div background color is #AA6D7C.

Border color

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

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

This div border color is #AA6D7C.

Opacity

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

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

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

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

This text has shadow with #AA6D7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA6D7C.

Preview

Color preview on black background

This text has color #AA6D7C on black background.


Color preview on white background

This text has color #AA6D7C on white background.


Black color preview on #AA6D7C background

This text has black color on #AA6D7C background.


White color preview on #AA6D7C background

This text has white color on #AA6D7C background.


Related colors

Complementary color

Complementary color for #hex is #559283.


I love getcolorcode.com

Triadic colors

1 #7CAA6D and #6D7CAA with #AA6D7C are triadic colors.

2 #7C6DAA and #6DAA7C with #AA6D7C are triadic colors.