COLOR #AA7C6F

HEX: #AA7C6F RGB: (170,124,111)

Color info

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

RGB color model

#AA7C6F color RGB value is (170,124,111).

RGB: (170,124,111) (67%, 49%, 44%)

RGB channels and saturation

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

170
124
111

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

Portions of RGB colors in percentages

R + G + B = 170 + 124 + 111 = 405 (100%)
R 170 of 405 ~ 41.98%
G 124 of 405 ~ 30.62%
B 111 of 405 ~ 27.41'%

%41.98
%30.62
%27.41

CMYK color model

#AA7C6F color CMYK value is (0,27,35,33).

  • cyan value is 0.00%
  • magenta value is 27.06%
  • yellow value is 34.71%
  • key color value is 33.33%

CMYK: (0,27,35,33)
C0M27Y35K33 (0%, 27%, 35%, 33%)
(0.00 / 0.27 / 0.35 / 0.33)

CMYK percentages

%0
%27.06
%34.71
%33.33

Codes

Color #AA7C6F in popluar color models

AA 7C 6F
RGB 170 124 111
HSL 13° 25.76% 55.10%
HSB/HSV 13° 34.71% 66.67%
CMYK 0.00% 27.06% 34.71%
33.33%

Color #AA7C6F in popluar number systems.

HEX AA 7C 6F
Decimal 170 124 111
Binary 10101010 1111100 1101111
Octal 252 174 157

Shades and tints

Shades of #AA7C6F

#AA7C6F
(170,124,111)
#9B7165
(155,113,101)
#8C665B
(140,102,91)
#7D5B51
(125,91,81)
#6E5047
(110,80,71)
#5F453D
(95,69,61)
#503A33
(80,58,51)
#412F29
(65,47,41)
#32241F
(50,36,31)
#231915
(35,25,21)
#140E0B
(20,14,11)
#000000
(0,0,0)

Tints of #AA7C6F

#AA7C6F
(170,124,111)
#B1877C
(177,135,124)
#B89289
(184,146,137)
#BF9D96
(191,157,150)
#C6A8A3
(198,168,163)
#CDB3B0
(205,179,176)
#D4BEBD
(212,190,189)
#DBC9CA
(219,201,202)
#E2D4D7
(226,212,215)
#E9DFE4
(233,223,228)
#F0EAF1
(240,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7C6F; }

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

This text font color is #AA7C6F.

Background Color

.myBgColor { background-color: #AA7C6F; }

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

This div background color is #AA7C6F.

Border color

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

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

This div border color is #AA7C6F.

Opacity

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

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

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

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

This text has shadow with #AA7C6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA7C6F.

Preview

Color preview on black background

This text has color #AA7C6F on black background.


Color preview on white background

This text has color #AA7C6F on white background.


Black color preview on #AA7C6F background

This text has black color on #AA7C6F background.


White color preview on #AA7C6F background

This text has white color on #AA7C6F background.


Related colors

Complementary color

Complementary color for #hex is #558390.


I love getcolorcode.com

Triadic colors

1 #6FAA7C and #7C6FAA with #AA7C6F are triadic colors.

2 #6F7CAA and #7CAA6F with #AA7C6F are triadic colors.