COLOR #AA7A5B

HEX: #AA7A5B
RGB: (170,122,91)

Color info

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

RGB color model

#AA7A5B color RGB value is (170,122,91).

  • red value is 170;
  • green value is 122;
  • blue value is 91.
RGB:
(170,122,91)
(67%,48%,36%)

RGB channels and saturation

R 170 of 255 = 67%
G 122 of 255 = 48%
B 91 of 255 = 36%

170
122
91

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

Portions of RGB colors in percentages

R + G + B =
170 + 122 + 91 = 383 (100%)
R 170 of 383 ~ 44.39%
G 122 of 383 ~ 31.85%
B 91 of 383 ~ 23.76%

%44.39
%31.85
%23.76

CMYK color model

#AA7A5B color CMYK value is (0,28,46,33).

  • cyan value is 0.00%
  • magenta value is 28.24%
  • yellow value is 46.47%
  • key color value is 33.33%
CMYK:
(0,28,46,33)
C0M28Y46K33 
(0%,28%,46%,33%)
(0.00/0.28/0.46/0.33)	

CMYK percentages

%0
%28.24
%46.47
%33.33

Codes

Color #AA7A5B in popluar color models

AA7A5B
RGB17012291
HSL24°31.73%51.18%
HSB/HSV24°46.47%66.67%
CMYK0.00%28.24%46.47%
33.33%

Color #AA7A5B in popluar number systems.

HEXAA7A5B
Decimal17012291
Binary1010101011110101011011
Octal252172133

Shades and tints

Shades of #AA7A5B

#AA7A5B
(170,122,91)
#9B6F53
(155,111,83)
#8C644B
(140,100,75)
#7D5943
(125,89,67)
#6E4E3B
(110,78,59)
#5F4333
(95,67,51)
#50382B
(80,56,43)
#412D23
(65,45,35)
#32221B
(50,34,27)
#231713
(35,23,19)
#140C0B
(20,12,11)
#000000
(0,0,0)

Tints of #AA7A5B

#AA7A5B
(170,122,91)
#B18669
(177,134,105)
#B89277
(184,146,119)
#BF9E85
(191,158,133)
#C6AA93
(198,170,147)
#CDB6A1
(205,182,161)
#D4C2AF
(212,194,175)
#DBCEBD
(219,206,189)
#E2DACB
(226,218,203)
#E9E6D9
(233,230,217)
#F0F2E7
(240,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7A5B color. Also use rgb(170,122,91) instead hex code.

Text Font Color

.myTextColor { color: #AA7A5B; }

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

This text font color is #AA7A5B.


Background Color

.myBgColor { background-color: #AA7A5B; }

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

This div background color is #AA7A5B.


Border color

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

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

This div border color is #AA7A5B.


Opacity

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

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

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

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

This text has shadow with #AA7A5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7A5B on black background.


Color preview on white background

This text has color #AA7A5B on white background.



Black color preview on #AA7A5B background

This text has black color on #AA7A5B background.


White color preview on #AA7A5B background

This text has white color on #AA7A5B background.