COLOR #AA686A

HEX: #AA686A
RGB: (170,104,106)

Color info

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

RGB color model

#AA686A color RGB value is (170,104,106).

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

RGB channels and saturation

R 170 of 255 = 67%
G 104 of 255 = 41%
B 106 of 255 = 42%

170
104
106

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

Portions of RGB colors in percentages

R + G + B =
170 + 104 + 106 = 380 (100%)
R 170 of 380 ~ 44.74%
G 104 of 380 ~ 27.37%
B 106 of 380 ~ 27.89%

%44.74
%27.37
%27.89

CMYK color model

#AA686A color CMYK value is (0,39,38,33).

  • cyan value is 0.00%
  • magenta value is 38.82%
  • yellow value is 37.65%
  • key color value is 33.33%
CMYK:
(0,39,38,33)
C0M39Y38K33 
(0%,39%,38%,33%)
(0.00/0.39/0.38/0.33)	

CMYK percentages

%0
%38.82
%37.65
%33.33

Codes

Color #AA686A in popluar color models

AA686A
RGB170104106
HSL358°27.97%53.73%
HSB/HSV358°38.82%66.67%
CMYK0.00%38.82%37.65%
33.33%

Color #AA686A in popluar number systems.

HEXAA686A
Decimal170104106
Binary1010101011010001101010
Octal252150152

Shades and tints

Shades of #AA686A

#AA686A
(170,104,106)
#9B5F61
(155,95,97)
#8C5658
(140,86,88)
#7D4D4F
(125,77,79)
#6E4446
(110,68,70)
#5F3B3D
(95,59,61)
#503234
(80,50,52)
#41292B
(65,41,43)
#322022
(50,32,34)
#231719
(35,23,25)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #AA686A

#AA686A
(170,104,106)
#B17577
(177,117,119)
#B88284
(184,130,132)
#BF8F91
(191,143,145)
#C69C9E
(198,156,158)
#CDA9AB
(205,169,171)
#D4B6B8
(212,182,184)
#DBC3C5
(219,195,197)
#E2D0D2
(226,208,210)
#E9DDDF
(233,221,223)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA686A; }

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

This text font color is #AA686A.


Background Color

.myBgColor { background-color: #AA686A; }

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

This div background color is #AA686A.


Border color

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

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

This div border color is #AA686A.


Opacity

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

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

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

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

This text has shadow with #AA686A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA686A on black background.


Color preview on white background

This text has color #AA686A on white background.



Black color preview on #AA686A background

This text has black color on #AA686A background.


White color preview on #AA686A background

This text has white color on #AA686A background.