COLOR #AA7961

HEX: #AA7961
RGB: (170,121,97)

Color info

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

RGB color model

#AA7961 color RGB value is (170,121,97).

  • red value is 170;
  • green value is 121;
  • blue value is 97.
RGB:
(170,121,97)
(67%,47%,38%)

RGB channels and saturation

R 170 of 255 = 67%
G 121 of 255 = 47%
B 97 of 255 = 38%

170
121
97

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

Portions of RGB colors in percentages

R + G + B =
170 + 121 + 97 = 388 (100%)
R 170 of 388 ~ 43.81%
G 121 of 388 ~ 31.19%
B 97 of 388 ~ 25%

%43.81
%31.19
%25

CMYK color model

#AA7961 color CMYK value is (0,29,43,33).

  • cyan value is 0.00%
  • magenta value is 28.82%
  • yellow value is 42.94%
  • key color value is 33.33%
CMYK:
(0,29,43,33)
C0M29Y43K33 
(0%,29%,43%,33%)
(0.00/0.29/0.43/0.33)	

CMYK percentages

%0
%28.82
%42.94
%33.33

Codes

Color #AA7961 in popluar color models

AA7961
RGB17012197
HSL20°30.04%52.35%
HSB/HSV20°42.94%66.67%
CMYK0.00%28.82%42.94%
33.33%

Color #AA7961 in popluar number systems.

HEXAA7961
Decimal17012197
Binary1010101011110011100001
Octal252171141

Shades and tints

Shades of #AA7961

#AA7961
(170,121,97)
#9B6E59
(155,110,89)
#8C6351
(140,99,81)
#7D5849
(125,88,73)
#6E4D41
(110,77,65)
#5F4239
(95,66,57)
#503731
(80,55,49)
#412C29
(65,44,41)
#322121
(50,33,33)
#231619
(35,22,25)
#140B11
(20,11,17)
#000000
(0,0,0)

Tints of #AA7961

#AA7961
(170,121,97)
#B1856F
(177,133,111)
#B8917D
(184,145,125)
#BF9D8B
(191,157,139)
#C6A999
(198,169,153)
#CDB5A7
(205,181,167)
#D4C1B5
(212,193,181)
#DBCDC3
(219,205,195)
#E2D9D1
(226,217,209)
#E9E5DF
(233,229,223)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7961 color. Also use rgb(170,121,97) instead hex code.

Text Font Color

.myTextColor { color: #AA7961; }

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

This text font color is #AA7961.


Background Color

.myBgColor { background-color: #AA7961; }

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

This div background color is #AA7961.


Border color

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

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

This div border color is #AA7961.


Opacity

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

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

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

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

This text has shadow with #AA7961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7961 on black background.


Color preview on white background

This text has color #AA7961 on white background.



Black color preview on #AA7961 background

This text has black color on #AA7961 background.


White color preview on #AA7961 background

This text has white color on #AA7961 background.