COLOR #AA7C5B

HEX: #AA7C5B
RGB: (170,124,91)

Color info

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

RGB color model

#AA7C5B color RGB value is (170,124,91).

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

RGB channels and saturation

R 170 of 255 = 67%
G 124 of 255 = 49%
B 91 of 255 = 36%

170
124
91

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

Portions of RGB colors in percentages

R + G + B =
170 + 124 + 91 = 385 (100%)
R 170 of 385 ~ 44.16%
G 124 of 385 ~ 32.21%
B 91 of 385 ~ 23.64%

%44.16
%32.21
%23.64

CMYK color model

#AA7C5B color CMYK value is (0,27,46,33).

  • cyan value is 0.00%
  • magenta value is 27.06%
  • yellow value is 46.47%
  • key color value is 33.33%
CMYK:
(0,27,46,33)
C0M27Y46K33 
(0%,27%,46%,33%)
(0.00/0.27/0.46/0.33)	

CMYK percentages

%0
%27.06
%46.47
%33.33

Codes

Color #AA7C5B in popluar color models

AA7C5B
RGB17012491
HSL25°31.73%51.18%
HSB/HSV25°46.47%66.67%
CMYK0.00%27.06%46.47%
33.33%

Color #AA7C5B in popluar number systems.

HEXAA7C5B
Decimal17012491
Binary1010101011111001011011
Octal252174133

Shades and tints

Shades of #AA7C5B

#AA7C5B
(170,124,91)
#9B7153
(155,113,83)
#8C664B
(140,102,75)
#7D5B43
(125,91,67)
#6E503B
(110,80,59)
#5F4533
(95,69,51)
#503A2B
(80,58,43)
#412F23
(65,47,35)
#32241B
(50,36,27)
#231913
(35,25,19)
#140E0B
(20,14,11)
#000000
(0,0,0)

Tints of #AA7C5B

#AA7C5B
(170,124,91)
#B18769
(177,135,105)
#B89277
(184,146,119)
#BF9D85
(191,157,133)
#C6A893
(198,168,147)
#CDB3A1
(205,179,161)
#D4BEAF
(212,190,175)
#DBC9BD
(219,201,189)
#E2D4CB
(226,212,203)
#E9DFD9
(233,223,217)
#F0EAE7
(240,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7C5B; }

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

This text font color is #AA7C5B.


Background Color

.myBgColor { background-color: #AA7C5B; }

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

This div background color is #AA7C5B.


Border color

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

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

This div border color is #AA7C5B.


Opacity

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

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

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

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

This text has shadow with #AA7C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7C5B on black background.


Color preview on white background

This text has color #AA7C5B on white background.



Black color preview on #AA7C5B background

This text has black color on #AA7C5B background.


White color preview on #AA7C5B background

This text has white color on #AA7C5B background.