COLOR #AA6A7F

HEX: #AA6A7F
RGB: (170,106,127)

Color info

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

RGB color model

#AA6A7F color RGB value is (170,106,127).

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

RGB channels and saturation

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

170
106
127

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

Portions of RGB colors in percentages

R + G + B =
170 + 106 + 127 = 403 (100%)
R 170 of 403 ~ 42.18%
G 106 of 403 ~ 26.3%
B 127 of 403 ~ 31.51%

%42.18
%26.3
%31.51

CMYK color model

#AA6A7F color CMYK value is (0,38,25,33).

  • cyan value is 0.00%
  • magenta value is 37.65%
  • yellow value is 25.29%
  • key color value is 33.33%
CMYK:
(0,38,25,33)
C0M38Y25K33 
(0%,38%,25%,33%)
(0.00/0.38/0.25/0.33)	

CMYK percentages

%0
%37.65
%25.29
%33.33

Codes

Color #AA6A7F in popluar color models

AA6A7F
RGB170106127
HSL340°27.35%54.12%
HSB/HSV340°37.65%66.67%
CMYK0.00%37.65%25.29%
33.33%

Color #AA6A7F in popluar number systems.

HEXAA6A7F
Decimal170106127
Binary1010101011010101111111
Octal252152177

Shades and tints

Shades of #AA6A7F

#AA6A7F
(170,106,127)
#9B6174
(155,97,116)
#8C5869
(140,88,105)
#7D4F5E
(125,79,94)
#6E4653
(110,70,83)
#5F3D48
(95,61,72)
#50343D
(80,52,61)
#412B32
(65,43,50)
#322227
(50,34,39)
#23191C
(35,25,28)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #AA6A7F

#AA6A7F
(170,106,127)
#B1778A
(177,119,138)
#B88495
(184,132,149)
#BF91A0
(191,145,160)
#C69EAB
(198,158,171)
#CDABB6
(205,171,182)
#D4B8C1
(212,184,193)
#DBC5CC
(219,197,204)
#E2D2D7
(226,210,215)
#E9DFE2
(233,223,226)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6A7F; }

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

This text font color is #AA6A7F.


Background Color

.myBgColor { background-color: #AA6A7F; }

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

This div background color is #AA6A7F.


Border color

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

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

This div border color is #AA6A7F.


Opacity

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

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

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

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

This text has shadow with #AA6A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6A7F on black background.


Color preview on white background

This text has color #AA6A7F on white background.



Black color preview on #AA6A7F background

This text has black color on #AA6A7F background.


White color preview on #AA6A7F background

This text has white color on #AA6A7F background.