COLOR #AA6C7F

HEX: #AA6C7F
RGB: (170,108,127)

Color info

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

RGB color model

#AA6C7F color RGB value is (170,108,127).

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

RGB channels and saturation

R 170 of 255 = 67%
G 108 of 255 = 42%
B 127 of 255 = 50%

170
108
127

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

Portions of RGB colors in percentages

R + G + B =
170 + 108 + 127 = 405 (100%)
R 170 of 405 ~ 41.98%
G 108 of 405 ~ 26.67%
B 127 of 405 ~ 31.36%

%41.98
%26.67
%31.36

CMYK color model

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

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

CMYK percentages

%0
%36.47
%25.29
%33.33

Codes

Color #AA6C7F in popluar color models

AA6C7F
RGB170108127
HSL342°26.72%54.51%
HSB/HSV342°36.47%66.67%
CMYK0.00%36.47%25.29%
33.33%

Color #AA6C7F in popluar number systems.

HEXAA6C7F
Decimal170108127
Binary1010101011011001111111
Octal252154177

Shades and tints

Shades of #AA6C7F

#AA6C7F
(170,108,127)
#9B6374
(155,99,116)
#8C5A69
(140,90,105)
#7D515E
(125,81,94)
#6E4853
(110,72,83)
#5F3F48
(95,63,72)
#50363D
(80,54,61)
#412D32
(65,45,50)
#322427
(50,36,39)
#231B1C
(35,27,28)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #AA6C7F

#AA6C7F
(170,108,127)
#B1798A
(177,121,138)
#B88695
(184,134,149)
#BF93A0
(191,147,160)
#C6A0AB
(198,160,171)
#CDADB6
(205,173,182)
#D4BAC1
(212,186,193)
#DBC7CC
(219,199,204)
#E2D4D7
(226,212,215)
#E9E1E2
(233,225,226)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6C7F; }

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

This text font color is #AA6C7F.


Background Color

.myBgColor { background-color: #AA6C7F; }

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

This div background color is #AA6C7F.


Border color

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

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

This div border color is #AA6C7F.


Opacity

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

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

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

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

This text has shadow with #AA6C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6C7F on black background.


Color preview on white background

This text has color #AA6C7F on white background.



Black color preview on #AA6C7F background

This text has black color on #AA6C7F background.


White color preview on #AA6C7F background

This text has white color on #AA6C7F background.