COLOR #AA6378

HEX: #AA6378
RGB: (170,99,120)

Color info

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

RGB color model

#AA6378 color RGB value is (170,99,120).

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

RGB channels and saturation

R 170 of 255 = 67%
G 99 of 255 = 39%
B 120 of 255 = 47%

170
99
120

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

Portions of RGB colors in percentages

R + G + B =
170 + 99 + 120 = 389 (100%)
R 170 of 389 ~ 43.7%
G 99 of 389 ~ 25.45%
B 120 of 389 ~ 30.85%

%43.7
%25.45
%30.85

CMYK color model

#AA6378 color CMYK value is (0,42,29,33).

  • cyan value is 0.00%
  • magenta value is 41.76%
  • yellow value is 29.41%
  • key color value is 33.33%
CMYK:
(0,42,29,33)
C0M42Y29K33 
(0%,42%,29%,33%)
(0.00/0.42/0.29/0.33)	

CMYK percentages

%0
%41.76
%29.41
%33.33

Codes

Color #AA6378 in popluar color models

AA6378
RGB17099120
HSL342°29.46%52.75%
HSB/HSV342°41.76%66.67%
CMYK0.00%41.76%29.41%
33.33%

Color #AA6378 in popluar number systems.

HEXAA6378
Decimal17099120
Binary1010101011000111111000
Octal252143170

Shades and tints

Shades of #AA6378

#AA6378
(170,99,120)
#9B5A6E
(155,90,110)
#8C5164
(140,81,100)
#7D485A
(125,72,90)
#6E3F50
(110,63,80)
#5F3646
(95,54,70)
#502D3C
(80,45,60)
#412432
(65,36,50)
#321B28
(50,27,40)
#23121E
(35,18,30)
#140914
(20,9,20)
#000000
(0,0,0)

Tints of #AA6378

#AA6378
(170,99,120)
#B17184
(177,113,132)
#B87F90
(184,127,144)
#BF8D9C
(191,141,156)
#C69BA8
(198,155,168)
#CDA9B4
(205,169,180)
#D4B7C0
(212,183,192)
#DBC5CC
(219,197,204)
#E2D3D8
(226,211,216)
#E9E1E4
(233,225,228)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6378; }

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

This text font color is #AA6378.


Background Color

.myBgColor { background-color: #AA6378; }

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

This div background color is #AA6378.


Border color

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

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

This div border color is #AA6378.


Opacity

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

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

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

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

This text has shadow with #AA6378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6378 on black background.


Color preview on white background

This text has color #AA6378 on white background.



Black color preview on #AA6378 background

This text has black color on #AA6378 background.


White color preview on #AA6378 background

This text has white color on #AA6378 background.