COLOR #AA6B84

HEX: #AA6B84
RGB: (170,107,132)

Color info

#AA6B84 contains mainly red and blue colors. Web safe color of #AA6B84 is #996699 (or #969).

RGB color model

#AA6B84 color RGB value is (170,107,132).

  • red value is 170;
  • green value is 107;
  • blue value is 132.
RGB:
(170,107,132)
(67%,42%,52%)

RGB channels and saturation

R 170 of 255 = 67%
G 107 of 255 = 42%
B 132 of 255 = 52%

170
107
132

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

Portions of RGB colors in percentages

R + G + B =
170 + 107 + 132 = 409 (100%)
R 170 of 409 ~ 41.56%
G 107 of 409 ~ 26.16%
B 132 of 409 ~ 32.27%

%41.56
%26.16
%32.27

CMYK color model

#AA6B84 color CMYK value is (0,37,22,33).

  • cyan value is 0.00%
  • magenta value is 37.06%
  • yellow value is 22.35%
  • key color value is 33.33%
CMYK:
(0,37,22,33)
C0M37Y22K33 
(0%,37%,22%,33%)
(0.00/0.37/0.22/0.33)	

CMYK percentages

%0
%37.06
%22.35
%33.33

Codes

Color #AA6B84 in popluar color models

AA6B84
RGB170107132
HSL336°27.04%54.31%
HSB/HSV336°37.06%66.67%
CMYK0.00%37.06%22.35%
33.33%

Color #AA6B84 in popluar number systems.

HEXAA6B84
Decimal170107132
Binary10101010110101110000100
Octal252153204

Shades and tints

Shades of #AA6B84

#AA6B84
(170,107,132)
#9B6278
(155,98,120)
#8C596C
(140,89,108)
#7D5060
(125,80,96)
#6E4754
(110,71,84)
#5F3E48
(95,62,72)
#50353C
(80,53,60)
#412C30
(65,44,48)
#322324
(50,35,36)
#231A18
(35,26,24)
#14110C
(20,17,12)
#000000
(0,0,0)

Tints of #AA6B84

#AA6B84
(170,107,132)
#B1788F
(177,120,143)
#B8859A
(184,133,154)
#BF92A5
(191,146,165)
#C69FB0
(198,159,176)
#CDACBB
(205,172,187)
#D4B9C6
(212,185,198)
#DBC6D1
(219,198,209)
#E2D3DC
(226,211,220)
#E9E0E7
(233,224,231)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6B84 color. Also use rgb(170,107,132) instead hex code.

Text Font Color

.myTextColor { color: #AA6B84; }

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

This text font color is #AA6B84.


Background Color

.myBgColor { background-color: #AA6B84; }

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

This div background color is #AA6B84.


Border color

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

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

This div border color is #AA6B84.


Opacity

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

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

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

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

This text has shadow with #AA6B84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6B84 on black background.


Color preview on white background

This text has color #AA6B84 on white background.



Black color preview on #AA6B84 background

This text has black color on #AA6B84 background.


White color preview on #AA6B84 background

This text has white color on #AA6B84 background.