COLOR #AA806D

HEX: #AA806D RGB: (170,128,109)

Color info

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

RGB color model

#AA806D color RGB value is (170,128,109).

RGB: (170,128,109) (67%, 50%, 43%)

RGB channels and saturation

R 170 of 255 = 67%
G 128 of 255 = 50%
B 109 of 255 = 43%

170
128
109

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

Portions of RGB colors in percentages

R + G + B = 170 + 128 + 109 = 407 (100%)
R 170 of 407 ~ 41.77%
G 128 of 407 ~ 31.45%
B 109 of 407 ~ 26.78'%

%41.77
%31.45
%26.78

CMYK color model

#AA806D color CMYK value is (0,25,36,33).

  • cyan value is 0.00%
  • magenta value is 24.71%
  • yellow value is 35.88%
  • key color value is 33.33%

CMYK: (0,25,36,33)
C0M25Y36K33 (0%, 25%, 36%, 33%)
(0.00 / 0.25 / 0.36 / 0.33)

CMYK percentages

%0
%24.71
%35.88
%33.33

Codes

Color #AA806D in popluar color models

AA 80 6D
RGB 170 128 109
HSL 19° 26.41% 54.71%
HSB/HSV 19° 35.88% 66.67%
CMYK 0.00% 24.71% 35.88%
33.33%

Color #AA806D in popluar number systems.

HEX AA 80 6D
Decimal 170 128 109
Binary 10101010 10000000 1101101
Octal 252 200 155

Shades and tints

Shades of #AA806D

#AA806D
(170,128,109)
#9B7564
(155,117,100)
#8C6A5B
(140,106,91)
#7D5F52
(125,95,82)
#6E5449
(110,84,73)
#5F4940
(95,73,64)
#503E37
(80,62,55)
#41332E
(65,51,46)
#322825
(50,40,37)
#231D1C
(35,29,28)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #AA806D

#AA806D
(170,128,109)
#B18B7A
(177,139,122)
#B89687
(184,150,135)
#BFA194
(191,161,148)
#C6ACA1
(198,172,161)
#CDB7AE
(205,183,174)
#D4C2BB
(212,194,187)
#DBCDC8
(219,205,200)
#E2D8D5
(226,216,213)
#E9E3E2
(233,227,226)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA806D; }

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

This text font color is #AA806D.

Background Color

.myBgColor { background-color: #AA806D; }

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

This div background color is #AA806D.

Border color

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

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

This div border color is #AA806D.

Opacity

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

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

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

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

This text has shadow with #AA806D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA806D.

Preview

Color preview on black background

This text has color #AA806D on black background.


Color preview on white background

This text has color #AA806D on white background.


Black color preview on #AA806D background

This text has black color on #AA806D background.


White color preview on #AA806D background

This text has white color on #AA806D background.


Related colors

Complementary color

Complementary color for #hex is #557F92.


I love getcolorcode.com

Triadic colors

1 #6DAA80 and #806DAA with #AA806D are triadic colors.

2 #6D80AA and #80AA6D with #AA806D are triadic colors.