COLOR #AA886C

HEX: #AA886C RGB: (170,136,108)

Color info

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

RGB color model

#AA886C color RGB value is (170,136,108).

RGB: (170,136,108) (67%, 53%, 42%)

RGB channels and saturation

R 170 of 255 = 67%
G 136 of 255 = 53%
B 108 of 255 = 42%

170
136
108

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

Portions of RGB colors in percentages

R + G + B = 170 + 136 + 108 = 414 (100%)
R 170 of 414 ~ 41.06%
G 136 of 414 ~ 32.85%
B 108 of 414 ~ 26.09'%

%41.06
%32.85
%26.09

CMYK color model

#AA886C color CMYK value is (0,20,36,33).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 36.47%
  • key color value is 33.33%

CMYK: (0,20,36,33)
C0M20Y36K33 (0%, 20%, 36%, 33%)
(0.00 / 0.20 / 0.36 / 0.33)

CMYK percentages

%0
%20
%36.47
%33.33

Codes

Color #AA886C in popluar color models

AA 88 6C
RGB 170 136 108
HSL 27° 26.72% 54.51%
HSB/HSV 27° 36.47% 66.67%
CMYK 0.00% 20.00% 36.47%
33.33%

Color #AA886C in popluar number systems.

HEX AA 88 6C
Decimal 170 136 108
Binary 10101010 10001000 1101100
Octal 252 210 154

Shades and tints

Shades of #AA886C

#AA886C
(170,136,108)
#9B7C63
(155,124,99)
#8C705A
(140,112,90)
#7D6451
(125,100,81)
#6E5848
(110,88,72)
#5F4C3F
(95,76,63)
#504036
(80,64,54)
#41342D
(65,52,45)
#322824
(50,40,36)
#231C1B
(35,28,27)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #AA886C

#AA886C
(170,136,108)
#B19279
(177,146,121)
#B89C86
(184,156,134)
#BFA693
(191,166,147)
#C6B0A0
(198,176,160)
#CDBAAD
(205,186,173)
#D4C4BA
(212,196,186)
#DBCEC7
(219,206,199)
#E2D8D4
(226,216,212)
#E9E2E1
(233,226,225)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA886C color. Also use rgb(170,136,108) instead hex code.

Text Font Color

.myTextColor { color: #AA886C; }

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

This text font color is #AA886C.

Background Color

.myBgColor { background-color: #AA886C; }

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

This div background color is #AA886C.

Border color

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

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

This div border color is #AA886C.

Opacity

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

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

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

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

This text has shadow with #AA886C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA886C.

Preview

Color preview on black background

This text has color #AA886C on black background.


Color preview on white background

This text has color #AA886C on white background.


Black color preview on #AA886C background

This text has black color on #AA886C background.


White color preview on #AA886C background

This text has white color on #AA886C background.


Related colors

Complementary color

Complementary color for #hex is #557793.


I love getcolorcode.com

Triadic colors

1 #6CAA88 and #886CAA with #AA886C are triadic colors.

2 #6C88AA and #88AA6C with #AA886C are triadic colors.