COLOR #AA766D

HEX: #AA766D
RGB: (170,118,109)

Color info

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

RGB color model

#AA766D color RGB value is (170,118,109).

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

RGB channels and saturation

R 170 of 255 = 67%
G 118 of 255 = 46%
B 109 of 255 = 43%

170
118
109

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

Portions of RGB colors in percentages

R + G + B =
170 + 118 + 109 = 397 (100%)
R 170 of 397 ~ 42.82%
G 118 of 397 ~ 29.72%
B 109 of 397 ~ 27.46%

%42.82
%29.72
%27.46

CMYK color model

#AA766D color CMYK value is (0,31,36,33).

  • cyan value is 0.00%
  • magenta value is 30.59%
  • yellow value is 35.88%
  • key color value is 33.33%
CMYK:
(0,31,36,33)
C0M31Y36K33 
(0%,31%,36%,33%)
(0.00/0.31/0.36/0.33)	

CMYK percentages

%0
%30.59
%35.88
%33.33

Codes

Color #AA766D in popluar color models

AA766D
RGB170118109
HSL26.41%54.71%
HSB/HSV35.88%66.67%
CMYK0.00%30.59%35.88%
33.33%

Color #AA766D in popluar number systems.

HEXAA766D
Decimal170118109
Binary1010101011101101101101
Octal252166155

Shades and tints

Shades of #AA766D

#AA766D
(170,118,109)
#9B6C64
(155,108,100)
#8C625B
(140,98,91)
#7D5852
(125,88,82)
#6E4E49
(110,78,73)
#5F4440
(95,68,64)
#503A37
(80,58,55)
#41302E
(65,48,46)
#322625
(50,38,37)
#231C1C
(35,28,28)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #AA766D

#AA766D
(170,118,109)
#B1827A
(177,130,122)
#B88E87
(184,142,135)
#BF9A94
(191,154,148)
#C6A6A1
(198,166,161)
#CDB2AE
(205,178,174)
#D4BEBB
(212,190,187)
#DBCAC8
(219,202,200)
#E2D6D5
(226,214,213)
#E9E2E2
(233,226,226)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA766D; }

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

This text font color is #AA766D.


Background Color

.myBgColor { background-color: #AA766D; }

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

This div background color is #AA766D.


Border color

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

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

This div border color is #AA766D.


Opacity

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

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

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

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

This text has shadow with #AA766D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA766D on black background.


Color preview on white background

This text has color #AA766D on white background.



Black color preview on #AA766D background

This text has black color on #AA766D background.


White color preview on #AA766D background

This text has white color on #AA766D background.