COLOR #AA7C70

HEX: #AA7C70
RGB: (170,124,112)

Color info

#AA7C70 contains red, green and blue colors in about the same proportion. Web safe color of #AA7C70 is #996666 (or #966).

RGB color model

#AA7C70 color RGB value is (170,124,112).

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

RGB channels and saturation

R 170 of 255 = 67%
G 124 of 255 = 49%
B 112 of 255 = 44%

170
124
112

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

Portions of RGB colors in percentages

R + G + B =
170 + 124 + 112 = 406 (100%)
R 170 of 406 ~ 41.87%
G 124 of 406 ~ 30.54%
B 112 of 406 ~ 27.59%

%41.87
%30.54
%27.59

CMYK color model

#AA7C70 color CMYK value is (0,27,34,33).

  • cyan value is 0.00%
  • magenta value is 27.06%
  • yellow value is 34.12%
  • key color value is 33.33%
CMYK:
(0,27,34,33)
C0M27Y34K33 
(0%,27%,34%,33%)
(0.00/0.27/0.34/0.33)	

CMYK percentages

%0
%27.06
%34.12
%33.33

Codes

Color #AA7C70 in popluar color models

AA7C70
RGB170124112
HSL12°25.44%55.29%
HSB/HSV12°34.12%66.67%
CMYK0.00%27.06%34.12%
33.33%

Color #AA7C70 in popluar number systems.

HEXAA7C70
Decimal170124112
Binary1010101011111001110000
Octal252174160

Shades and tints

Shades of #AA7C70

#AA7C70
(170,124,112)
#9B7166
(155,113,102)
#8C665C
(140,102,92)
#7D5B52
(125,91,82)
#6E5048
(110,80,72)
#5F453E
(95,69,62)
#503A34
(80,58,52)
#412F2A
(65,47,42)
#322420
(50,36,32)
#231916
(35,25,22)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #AA7C70

#AA7C70
(170,124,112)
#B1877D
(177,135,125)
#B8928A
(184,146,138)
#BF9D97
(191,157,151)
#C6A8A4
(198,168,164)
#CDB3B1
(205,179,177)
#D4BEBE
(212,190,190)
#DBC9CB
(219,201,203)
#E2D4D8
(226,212,216)
#E9DFE5
(233,223,229)
#F0EAF2
(240,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7C70; }

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

This text font color is #AA7C70.


Background Color

.myBgColor { background-color: #AA7C70; }

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

This div background color is #AA7C70.


Border color

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

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

This div border color is #AA7C70.


Opacity

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

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

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

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

This text has shadow with #AA7C70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7C70 on black background.


Color preview on white background

This text has color #AA7C70 on white background.



Black color preview on #AA7C70 background

This text has black color on #AA7C70 background.


White color preview on #AA7C70 background

This text has white color on #AA7C70 background.