COLOR #AA6386

HEX: #AA6386
RGB: (170,99,134)

Color info

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

RGB color model

#AA6386 color RGB value is (170,99,134).

  • red value is 170;
  • green value is 99;
  • blue value is 134.
RGB:
(170,99,134)
(67%,39%,53%)

RGB channels and saturation

R 170 of 255 = 67%
G 99 of 255 = 39%
B 134 of 255 = 53%

170
99
134

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

Portions of RGB colors in percentages

R + G + B =
170 + 99 + 134 = 403 (100%)
R 170 of 403 ~ 42.18%
G 99 of 403 ~ 24.57%
B 134 of 403 ~ 33.25%

%42.18
%24.57
%33.25

CMYK color model

#AA6386 color CMYK value is (0,42,21,33).

  • cyan value is 0.00%
  • magenta value is 41.76%
  • yellow value is 21.18%
  • key color value is 33.33%
CMYK:
(0,42,21,33)
C0M42Y21K33 
(0%,42%,21%,33%)
(0.00/0.42/0.21/0.33)	

CMYK percentages

%0
%41.76
%21.18
%33.33

Codes

Color #AA6386 in popluar color models

AA6386
RGB17099134
HSL330°29.46%52.75%
HSB/HSV330°41.76%66.67%
CMYK0.00%41.76%21.18%
33.33%

Color #AA6386 in popluar number systems.

HEXAA6386
Decimal17099134
Binary10101010110001110000110
Octal252143206

Shades and tints

Shades of #AA6386

#AA6386
(170,99,134)
#9B5A7A
(155,90,122)
#8C516E
(140,81,110)
#7D4862
(125,72,98)
#6E3F56
(110,63,86)
#5F364A
(95,54,74)
#502D3E
(80,45,62)
#412432
(65,36,50)
#321B26
(50,27,38)
#23121A
(35,18,26)
#14090E
(20,9,14)
#000000
(0,0,0)

Tints of #AA6386

#AA6386
(170,99,134)
#B17191
(177,113,145)
#B87F9C
(184,127,156)
#BF8DA7
(191,141,167)
#C69BB2
(198,155,178)
#CDA9BD
(205,169,189)
#D4B7C8
(212,183,200)
#DBC5D3
(219,197,211)
#E2D3DE
(226,211,222)
#E9E1E9
(233,225,233)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6386 color. Also use rgb(170,99,134) instead hex code.

Text Font Color

.myTextColor { color: #AA6386; }

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

This text font color is #AA6386.


Background Color

.myBgColor { background-color: #AA6386; }

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

This div background color is #AA6386.


Border color

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

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

This div border color is #AA6386.


Opacity

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

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

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

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

This text has shadow with #AA6386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6386 on black background.


Color preview on white background

This text has color #AA6386 on white background.



Black color preview on #AA6386 background

This text has black color on #AA6386 background.


White color preview on #AA6386 background

This text has white color on #AA6386 background.