COLOR #AA678F

HEX: #AA678F
RGB: (170,103,143)

Color info

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

RGB color model

#AA678F color RGB value is (170,103,143).

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

RGB channels and saturation

R 170 of 255 = 67%
G 103 of 255 = 40%
B 143 of 255 = 56%

170
103
143

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

Portions of RGB colors in percentages

R + G + B =
170 + 103 + 143 = 416 (100%)
R 170 of 416 ~ 40.87%
G 103 of 416 ~ 24.76%
B 143 of 416 ~ 34.38%

%40.87
%24.76
%34.38

CMYK color model

#AA678F color CMYK value is (0,39,16,33).

  • cyan value is 0.00%
  • magenta value is 39.41%
  • yellow value is 15.88%
  • key color value is 33.33%
CMYK:
(0,39,16,33)
C0M39Y16K33 
(0%,39%,16%,33%)
(0.00/0.39/0.16/0.33)	

CMYK percentages

%0
%39.41
%15.88
%33.33

Codes

Color #AA678F in popluar color models

AA678F
RGB170103143
HSL324°28.27%53.53%
HSB/HSV324°39.41%66.67%
CMYK0.00%39.41%15.88%
33.33%

Color #AA678F in popluar number systems.

HEXAA678F
Decimal170103143
Binary10101010110011110001111
Octal252147217

Shades and tints

Shades of #AA678F

#AA678F
(170,103,143)
#9B5E82
(155,94,130)
#8C5575
(140,85,117)
#7D4C68
(125,76,104)
#6E435B
(110,67,91)
#5F3A4E
(95,58,78)
#503141
(80,49,65)
#412834
(65,40,52)
#321F27
(50,31,39)
#23161A
(35,22,26)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #AA678F

#AA678F
(170,103,143)
#B17499
(177,116,153)
#B881A3
(184,129,163)
#BF8EAD
(191,142,173)
#C69BB7
(198,155,183)
#CDA8C1
(205,168,193)
#D4B5CB
(212,181,203)
#DBC2D5
(219,194,213)
#E2CFDF
(226,207,223)
#E9DCE9
(233,220,233)
#F0E9F3
(240,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA678F; }

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

This text font color is #AA678F.


Background Color

.myBgColor { background-color: #AA678F; }

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

This div background color is #AA678F.


Border color

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

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

This div border color is #AA678F.


Opacity

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

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

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

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

This text has shadow with #AA678F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA678F on black background.


Color preview on white background

This text has color #AA678F on white background.



Black color preview on #AA678F background

This text has black color on #AA678F background.


White color preview on #AA678F background

This text has white color on #AA678F background.