COLOR #AA6D6A

HEX: #AA6D6A
RGB: (170,109,106)

Color info

#AA6D6A contains mainly red color. Web safe color of #AA6D6A is #996666 (or #966).

RGB color model

#AA6D6A color RGB value is (170,109,106).

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

RGB channels and saturation

R 170 of 255 = 67%
G 109 of 255 = 43%
B 106 of 255 = 42%

170
109
106

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

Portions of RGB colors in percentages

R + G + B =
170 + 109 + 106 = 385 (100%)
R 170 of 385 ~ 44.16%
G 109 of 385 ~ 28.31%
B 106 of 385 ~ 27.53%

%44.16
%28.31
%27.53

CMYK color model

#AA6D6A color CMYK value is (0,36,38,33).

  • cyan value is 0.00%
  • magenta value is 35.88%
  • yellow value is 37.65%
  • key color value is 33.33%
CMYK:
(0,36,38,33)
C0M36Y38K33 
(0%,36%,38%,33%)
(0.00/0.36/0.38/0.33)	

CMYK percentages

%0
%35.88
%37.65
%33.33

Codes

Color #AA6D6A in popluar color models

AA6D6A
RGB170109106
HSL27.35%54.12%
HSB/HSV37.65%66.67%
CMYK0.00%35.88%37.65%
33.33%

Color #AA6D6A in popluar number systems.

HEXAA6D6A
Decimal170109106
Binary1010101011011011101010
Octal252155152

Shades and tints

Shades of #AA6D6A

#AA6D6A
(170,109,106)
#9B6461
(155,100,97)
#8C5B58
(140,91,88)
#7D524F
(125,82,79)
#6E4946
(110,73,70)
#5F403D
(95,64,61)
#503734
(80,55,52)
#412E2B
(65,46,43)
#322522
(50,37,34)
#231C19
(35,28,25)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #AA6D6A

#AA6D6A
(170,109,106)
#B17A77
(177,122,119)
#B88784
(184,135,132)
#BF9491
(191,148,145)
#C6A19E
(198,161,158)
#CDAEAB
(205,174,171)
#D4BBB8
(212,187,184)
#DBC8C5
(219,200,197)
#E2D5D2
(226,213,210)
#E9E2DF
(233,226,223)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6D6A; }

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

This text font color is #AA6D6A.


Background Color

.myBgColor { background-color: #AA6D6A; }

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

This div background color is #AA6D6A.


Border color

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

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

This div border color is #AA6D6A.


Opacity

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

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

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

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

This text has shadow with #AA6D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6D6A on black background.


Color preview on white background

This text has color #AA6D6A on white background.



Black color preview on #AA6D6A background

This text has black color on #AA6D6A background.


White color preview on #AA6D6A background

This text has white color on #AA6D6A background.