COLOR #AA896A

HEX: #AA896A
RGB: (170,137,106)

Color info

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

RGB color model

#AA896A color RGB value is (170,137,106).

  • red value is 170;
  • green value is 137;
  • blue value is 106.
RGB:
(170,137,106)
(67%,54%,42%)

RGB channels and saturation

R 170 of 255 = 67%
G 137 of 255 = 54%
B 106 of 255 = 42%

170
137
106

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

Portions of RGB colors in percentages

R + G + B =
170 + 137 + 106 = 413 (100%)
R 170 of 413 ~ 41.16%
G 137 of 413 ~ 33.17%
B 106 of 413 ~ 25.67%

%41.16
%33.17
%25.67

CMYK color model

#AA896A color CMYK value is (0,19,38,33).

  • cyan value is 0.00%
  • magenta value is 19.41%
  • yellow value is 37.65%
  • key color value is 33.33%
CMYK:
(0,19,38,33)
C0M19Y38K33 
(0%,19%,38%,33%)
(0.00/0.19/0.38/0.33)	

CMYK percentages

%0
%19.41
%37.65
%33.33

Codes

Color #AA896A in popluar color models

AA896A
RGB170137106
HSL29°27.35%54.12%
HSB/HSV29°37.65%66.67%
CMYK0.00%19.41%37.65%
33.33%

Color #AA896A in popluar number systems.

HEXAA896A
Decimal170137106
Binary10101010100010011101010
Octal252211152

Shades and tints

Shades of #AA896A

#AA896A
(170,137,106)
#9B7D61
(155,125,97)
#8C7158
(140,113,88)
#7D654F
(125,101,79)
#6E5946
(110,89,70)
#5F4D3D
(95,77,61)
#504134
(80,65,52)
#41352B
(65,53,43)
#322922
(50,41,34)
#231D19
(35,29,25)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #AA896A

#AA896A
(170,137,106)
#B19377
(177,147,119)
#B89D84
(184,157,132)
#BFA791
(191,167,145)
#C6B19E
(198,177,158)
#CDBBAB
(205,187,171)
#D4C5B8
(212,197,184)
#DBCFC5
(219,207,197)
#E2D9D2
(226,217,210)
#E9E3DF
(233,227,223)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA896A color. Also use rgb(170,137,106) instead hex code.

Text Font Color

.myTextColor { color: #AA896A; }

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

This text font color is #AA896A.


Background Color

.myBgColor { background-color: #AA896A; }

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

This div background color is #AA896A.


Border color

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

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

This div border color is #AA896A.


Opacity

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

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

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

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

This text has shadow with #AA896A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA896A on black background.


Color preview on white background

This text has color #AA896A on white background.



Black color preview on #AA896A background

This text has black color on #AA896A background.


White color preview on #AA896A background

This text has white color on #AA896A background.