COLOR #AA6F66

HEX: #AA6F66
RGB: (170,111,102)

Color info

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

RGB color model

#AA6F66 color RGB value is (170,111,102).

  • red value is 170;
  • green value is 111;
  • blue value is 102.
RGB:
(170,111,102)
(67%,44%,40%)

RGB channels and saturation

R 170 of 255 = 67%
G 111 of 255 = 44%
B 102 of 255 = 40%

170
111
102

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

Portions of RGB colors in percentages

R + G + B =
170 + 111 + 102 = 383 (100%)
R 170 of 383 ~ 44.39%
G 111 of 383 ~ 28.98%
B 102 of 383 ~ 26.63%

%44.39
%28.98
%26.63

CMYK color model

#AA6F66 color CMYK value is (0,35,40,33).

  • cyan value is 0.00%
  • magenta value is 34.71%
  • yellow value is 40.00%
  • key color value is 33.33%
CMYK:
(0,35,40,33)
C0M35Y40K33 
(0%,35%,40%,33%)
(0.00/0.35/0.40/0.33)	

CMYK percentages

%0
%34.71
%40
%33.33

Codes

Color #AA6F66 in popluar color models

AA6F66
RGB170111102
HSL28.57%53.33%
HSB/HSV40.00%66.67%
CMYK0.00%34.71%40.00%
33.33%

Color #AA6F66 in popluar number systems.

HEXAA6F66
Decimal170111102
Binary1010101011011111100110
Octal252157146

Shades and tints

Shades of #AA6F66

#AA6F66
(170,111,102)
#9B655D
(155,101,93)
#8C5B54
(140,91,84)
#7D514B
(125,81,75)
#6E4742
(110,71,66)
#5F3D39
(95,61,57)
#503330
(80,51,48)
#412927
(65,41,39)
#321F1E
(50,31,30)
#231515
(35,21,21)
#140B0C
(20,11,12)
#000000
(0,0,0)

Tints of #AA6F66

#AA6F66
(170,111,102)
#B17C73
(177,124,115)
#B88980
(184,137,128)
#BF968D
(191,150,141)
#C6A39A
(198,163,154)
#CDB0A7
(205,176,167)
#D4BDB4
(212,189,180)
#DBCAC1
(219,202,193)
#E2D7CE
(226,215,206)
#E9E4DB
(233,228,219)
#F0F1E8
(240,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6F66 color. Also use rgb(170,111,102) instead hex code.

Text Font Color

.myTextColor { color: #AA6F66; }

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

This text font color is #AA6F66.


Background Color

.myBgColor { background-color: #AA6F66; }

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

This div background color is #AA6F66.


Border color

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

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

This div border color is #AA6F66.


Opacity

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

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

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

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

This text has shadow with #AA6F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6F66 on black background.


Color preview on white background

This text has color #AA6F66 on white background.



Black color preview on #AA6F66 background

This text has black color on #AA6F66 background.


White color preview on #AA6F66 background

This text has white color on #AA6F66 background.