COLOR #AA678B

HEX: #AA678B
RGB: (170,103,139)

Color info

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

RGB color model

#AA678B color RGB value is (170,103,139).

  • red value is 170;
  • green value is 103;
  • blue value is 139.
RGB:
(170,103,139)
(67%,40%,55%)

RGB channels and saturation

R 170 of 255 = 67%
G 103 of 255 = 40%
B 139 of 255 = 55%

170
103
139

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

Portions of RGB colors in percentages

R + G + B =
170 + 103 + 139 = 412 (100%)
R 170 of 412 ~ 41.26%
G 103 of 412 ~ 25%
B 139 of 412 ~ 33.74%

%41.26
%25
%33.74

CMYK color model

#AA678B color CMYK value is (0,39,18,33).

  • cyan value is 0.00%
  • magenta value is 39.41%
  • yellow value is 18.24%
  • key color value is 33.33%
CMYK:
(0,39,18,33)
C0M39Y18K33 
(0%,39%,18%,33%)
(0.00/0.39/0.18/0.33)	

CMYK percentages

%0
%39.41
%18.24
%33.33

Codes

Color #AA678B in popluar color models

AA678B
RGB170103139
HSL328°28.27%53.53%
HSB/HSV328°39.41%66.67%
CMYK0.00%39.41%18.24%
33.33%

Color #AA678B in popluar number systems.

HEXAA678B
Decimal170103139
Binary10101010110011110001011
Octal252147213

Shades and tints

Shades of #AA678B

#AA678B
(170,103,139)
#9B5E7F
(155,94,127)
#8C5573
(140,85,115)
#7D4C67
(125,76,103)
#6E435B
(110,67,91)
#5F3A4F
(95,58,79)
#503143
(80,49,67)
#412837
(65,40,55)
#321F2B
(50,31,43)
#23161F
(35,22,31)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #AA678B

#AA678B
(170,103,139)
#B17495
(177,116,149)
#B8819F
(184,129,159)
#BF8EA9
(191,142,169)
#C69BB3
(198,155,179)
#CDA8BD
(205,168,189)
#D4B5C7
(212,181,199)
#DBC2D1
(219,194,209)
#E2CFDB
(226,207,219)
#E9DCE5
(233,220,229)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA678B color. Also use rgb(170,103,139) instead hex code.

Text Font Color

.myTextColor { color: #AA678B; }

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

This text font color is #AA678B.


Background Color

.myBgColor { background-color: #AA678B; }

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

This div background color is #AA678B.


Border color

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

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

This div border color is #AA678B.


Opacity

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

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

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

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

This text has shadow with #AA678B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA678B on black background.


Color preview on white background

This text has color #AA678B on white background.



Black color preview on #AA678B background

This text has black color on #AA678B background.


White color preview on #AA678B background

This text has white color on #AA678B background.