COLOR #AA7C5F

HEX: #AA7C5F
RGB: (170,124,95)

Color info

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

RGB color model

#AA7C5F color RGB value is (170,124,95).

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

RGB channels and saturation

R 170 of 255 = 67%
G 124 of 255 = 49%
B 95 of 255 = 37%

170
124
95

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

Portions of RGB colors in percentages

R + G + B =
170 + 124 + 95 = 389 (100%)
R 170 of 389 ~ 43.7%
G 124 of 389 ~ 31.88%
B 95 of 389 ~ 24.42%

%43.7
%31.88
%24.42

CMYK color model

#AA7C5F color CMYK value is (0,27,44,33).

  • cyan value is 0.00%
  • magenta value is 27.06%
  • yellow value is 44.12%
  • key color value is 33.33%
CMYK:
(0,27,44,33)
C0M27Y44K33 
(0%,27%,44%,33%)
(0.00/0.27/0.44/0.33)	

CMYK percentages

%0
%27.06
%44.12
%33.33

Codes

Color #AA7C5F in popluar color models

AA7C5F
RGB17012495
HSL23°30.61%51.96%
HSB/HSV23°44.12%66.67%
CMYK0.00%27.06%44.12%
33.33%

Color #AA7C5F in popluar number systems.

HEXAA7C5F
Decimal17012495
Binary1010101011111001011111
Octal252174137

Shades and tints

Shades of #AA7C5F

#AA7C5F
(170,124,95)
#9B7157
(155,113,87)
#8C664F
(140,102,79)
#7D5B47
(125,91,71)
#6E503F
(110,80,63)
#5F4537
(95,69,55)
#503A2F
(80,58,47)
#412F27
(65,47,39)
#32241F
(50,36,31)
#231917
(35,25,23)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #AA7C5F

#AA7C5F
(170,124,95)
#B1876D
(177,135,109)
#B8927B
(184,146,123)
#BF9D89
(191,157,137)
#C6A897
(198,168,151)
#CDB3A5
(205,179,165)
#D4BEB3
(212,190,179)
#DBC9C1
(219,201,193)
#E2D4CF
(226,212,207)
#E9DFDD
(233,223,221)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7C5F; }

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

This text font color is #AA7C5F.


Background Color

.myBgColor { background-color: #AA7C5F; }

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

This div background color is #AA7C5F.


Border color

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

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

This div border color is #AA7C5F.


Opacity

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

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

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

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

This text has shadow with #AA7C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7C5F on black background.


Color preview on white background

This text has color #AA7C5F on white background.



Black color preview on #AA7C5F background

This text has black color on #AA7C5F background.


White color preview on #AA7C5F background

This text has white color on #AA7C5F background.