COLOR #AA6F84

HEX: #AA6F84
RGB: (170,111,132)

Color info

#AA6F84 contains red, green and blue colors in about the same proportion. Web safe color of #AA6F84 is #996699 (or #969).

RGB color model

#AA6F84 color RGB value is (170,111,132).

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

RGB channels and saturation

R 170 of 255 = 67%
G 111 of 255 = 44%
B 132 of 255 = 52%

170
111
132

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

Portions of RGB colors in percentages

R + G + B =
170 + 111 + 132 = 413 (100%)
R 170 of 413 ~ 41.16%
G 111 of 413 ~ 26.88%
B 132 of 413 ~ 31.96%

%41.16
%26.88
%31.96

CMYK color model

#AA6F84 color CMYK value is (0,35,22,33).

  • cyan value is 0.00%
  • magenta value is 34.71%
  • yellow value is 22.35%
  • key color value is 33.33%
CMYK:
(0,35,22,33)
C0M35Y22K33 
(0%,35%,22%,33%)
(0.00/0.35/0.22/0.33)	

CMYK percentages

%0
%34.71
%22.35
%33.33

Codes

Color #AA6F84 in popluar color models

AA6F84
RGB170111132
HSL339°25.76%55.10%
HSB/HSV339°34.71%66.67%
CMYK0.00%34.71%22.35%
33.33%

Color #AA6F84 in popluar number systems.

HEXAA6F84
Decimal170111132
Binary10101010110111110000100
Octal252157204

Shades and tints

Shades of #AA6F84

#AA6F84
(170,111,132)
#9B6578
(155,101,120)
#8C5B6C
(140,91,108)
#7D5160
(125,81,96)
#6E4754
(110,71,84)
#5F3D48
(95,61,72)
#50333C
(80,51,60)
#412930
(65,41,48)
#321F24
(50,31,36)
#231518
(35,21,24)
#140B0C
(20,11,12)
#000000
(0,0,0)

Tints of #AA6F84

#AA6F84
(170,111,132)
#B17C8F
(177,124,143)
#B8899A
(184,137,154)
#BF96A5
(191,150,165)
#C6A3B0
(198,163,176)
#CDB0BB
(205,176,187)
#D4BDC6
(212,189,198)
#DBCAD1
(219,202,209)
#E2D7DC
(226,215,220)
#E9E4E7
(233,228,231)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6F84; }

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

This text font color is #AA6F84.


Background Color

.myBgColor { background-color: #AA6F84; }

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

This div background color is #AA6F84.


Border color

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

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

This div border color is #AA6F84.


Opacity

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

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

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

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

This text has shadow with #AA6F84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6F84 on black background.


Color preview on white background

This text has color #AA6F84 on white background.



Black color preview on #AA6F84 background

This text has black color on #AA6F84 background.


White color preview on #AA6F84 background

This text has white color on #AA6F84 background.