COLOR #AA8B6E

HEX: #AA8B6E RGB: (170,139,110)

Color info

#AA8B6E contains mainly red and green colors. Web safe color of #AA8B6E is #999966 (or #996).

RGB color model

#AA8B6E color RGB value is (170,139,110).

RGB: (170,139,110) (67%, 55%, 43%)

RGB channels and saturation

R 170 of 255 = 67%
G 139 of 255 = 55%
B 110 of 255 = 43%

170
139
110

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

Portions of RGB colors in percentages

R + G + B = 170 + 139 + 110 = 419 (100%)
R 170 of 419 ~ 40.57%
G 139 of 419 ~ 33.17%
B 110 of 419 ~ 26.25'%

%40.57
%33.17
%26.25

CMYK color model

#AA8B6E color CMYK value is (0,18,35,33).

  • cyan value is 0.00%
  • magenta value is 18.24%
  • yellow value is 35.29%
  • key color value is 33.33%

CMYK: (0,18,35,33)
C0M18Y35K33 (0%, 18%, 35%, 33%)
(0.00 / 0.18 / 0.35 / 0.33)

CMYK percentages

%0
%18.24
%35.29
%33.33

Codes

Color #AA8B6E in popluar color models

AA 8B 6E
RGB 170 139 110
HSL 29° 26.09% 54.90%
HSB/HSV 29° 35.29% 66.67%
CMYK 0.00% 18.24% 35.29%
33.33%

Color #AA8B6E in popluar number systems.

HEX AA 8B 6E
Decimal 170 139 110
Binary 10101010 10001011 1101110
Octal 252 213 156

Shades and tints

Shades of #AA8B6E

#AA8B6E
(170,139,110)
#9B7F64
(155,127,100)
#8C735A
(140,115,90)
#7D6750
(125,103,80)
#6E5B46
(110,91,70)
#5F4F3C
(95,79,60)
#504332
(80,67,50)
#413728
(65,55,40)
#322B1E
(50,43,30)
#231F14
(35,31,20)
#14130A
(20,19,10)
#000000
(0,0,0)

Tints of #AA8B6E

#AA8B6E
(170,139,110)
#B1957B
(177,149,123)
#B89F88
(184,159,136)
#BFA995
(191,169,149)
#C6B3A2
(198,179,162)
#CDBDAF
(205,189,175)
#D4C7BC
(212,199,188)
#DBD1C9
(219,209,201)
#E2DBD6
(226,219,214)
#E9E5E3
(233,229,227)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8B6E color. Also use rgb(170,139,110) instead hex code.

Text Font Color

.myTextColor { color: #AA8B6E; }

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

This text font color is #AA8B6E.

Background Color

.myBgColor { background-color: #AA8B6E; }

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

This div background color is #AA8B6E.

Border color

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

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

This div border color is #AA8B6E.

Opacity

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

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

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

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

This text has shadow with #AA8B6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8B6E.

Preview

Color preview on black background

This text has color #AA8B6E on black background.


Color preview on white background

This text has color #AA8B6E on white background.


Black color preview on #AA8B6E background

This text has black color on #AA8B6E background.


White color preview on #AA8B6E background

This text has white color on #AA8B6E background.


Related colors

Complementary color

Complementary color for #hex is #557491.


I love getcolorcode.com

Triadic colors

1 #6EAA8B and #8B6EAA with #AA8B6E are triadic colors.

2 #6E8BAA and #8BAA6E with #AA8B6E are triadic colors.