COLOR #AA6A79

HEX: #AA6A79
RGB: (170,106,121)

Color info

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

RGB color model

#AA6A79 color RGB value is (170,106,121).

  • red value is 170;
  • green value is 106;
  • blue value is 121.
RGB:
(170,106,121)
(67%,42%,47%)

RGB channels and saturation

R 170 of 255 = 67%
G 106 of 255 = 42%
B 121 of 255 = 47%

170
106
121

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

Portions of RGB colors in percentages

R + G + B =
170 + 106 + 121 = 397 (100%)
R 170 of 397 ~ 42.82%
G 106 of 397 ~ 26.7%
B 121 of 397 ~ 30.48%

%42.82
%26.7
%30.48

CMYK color model

#AA6A79 color CMYK value is (0,38,29,33).

  • cyan value is 0.00%
  • magenta value is 37.65%
  • yellow value is 28.82%
  • key color value is 33.33%
CMYK:
(0,38,29,33)
C0M38Y29K33 
(0%,38%,29%,33%)
(0.00/0.38/0.29/0.33)	

CMYK percentages

%0
%37.65
%28.82
%33.33

Codes

Color #AA6A79 in popluar color models

AA6A79
RGB170106121
HSL346°27.35%54.12%
HSB/HSV346°37.65%66.67%
CMYK0.00%37.65%28.82%
33.33%

Color #AA6A79 in popluar number systems.

HEXAA6A79
Decimal170106121
Binary1010101011010101111001
Octal252152171

Shades and tints

Shades of #AA6A79

#AA6A79
(170,106,121)
#9B616E
(155,97,110)
#8C5863
(140,88,99)
#7D4F58
(125,79,88)
#6E464D
(110,70,77)
#5F3D42
(95,61,66)
#503437
(80,52,55)
#412B2C
(65,43,44)
#322221
(50,34,33)
#231916
(35,25,22)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #AA6A79

#AA6A79
(170,106,121)
#B17785
(177,119,133)
#B88491
(184,132,145)
#BF919D
(191,145,157)
#C69EA9
(198,158,169)
#CDABB5
(205,171,181)
#D4B8C1
(212,184,193)
#DBC5CD
(219,197,205)
#E2D2D9
(226,210,217)
#E9DFE5
(233,223,229)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6A79 color. Also use rgb(170,106,121) instead hex code.

Text Font Color

.myTextColor { color: #AA6A79; }

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

This text font color is #AA6A79.


Background Color

.myBgColor { background-color: #AA6A79; }

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

This div background color is #AA6A79.


Border color

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

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

This div border color is #AA6A79.


Opacity

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

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

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

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

This text has shadow with #AA6A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6A79 on black background.


Color preview on white background

This text has color #AA6A79 on white background.



Black color preview on #AA6A79 background

This text has black color on #AA6A79 background.


White color preview on #AA6A79 background

This text has white color on #AA6A79 background.