COLOR #AA7C4A

HEX: #AA7C4A RGB: (170,124,74)

Color info

#AA7C4A contains mainly red and green colors. Web safe color of #AA7C4A is #996633 (or #963).

RGB color model

#AA7C4A color RGB value is (170,124,74).

RGB: (170,124,74) (67%, 49%, 29%)

RGB channels and saturation

R 170 of 255 = 67%
G 124 of 255 = 49%
B 74 of 255 = 29%

170
124
74

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

Portions of RGB colors in percentages

R + G + B = 170 + 124 + 74 = 368 (100%)
R 170 of 368 ~ 46.2%
G 124 of 368 ~ 33.7%
B 74 of 368 ~ 20.11'%

%46.2
%33.7
%20.11

CMYK color model

#AA7C4A color CMYK value is (0,27,56,33).

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

CMYK: (0,27,56,33)
C0M27Y56K33 (0%, 27%, 56%, 33%)
(0.00 / 0.27 / 0.56 / 0.33)

CMYK percentages

%0
%27.06
%56.47
%33.33

Codes

Color #AA7C4A in popluar color models

AA 7C 4A
RGB 170 124 74
HSL 31° 39.34% 47.84%
HSB/HSV 31° 56.47% 66.67%
CMYK 0.00% 27.06% 56.47%
33.33%

Color #AA7C4A in popluar number systems.

HEX AA 7C 4A
Decimal 170 124 74
Binary 10101010 1111100 1001010
Octal 252 174 112

Shades and tints

Shades of #AA7C4A

#AA7C4A
(170,124,74)
#9B7144
(155,113,68)
#8C663E
(140,102,62)
#7D5B38
(125,91,56)
#6E5032
(110,80,50)
#5F452C
(95,69,44)
#503A26
(80,58,38)
#412F20
(65,47,32)
#32241A
(50,36,26)
#231914
(35,25,20)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #AA7C4A

#AA7C4A
(170,124,74)
#B1875A
(177,135,90)
#B8926A
(184,146,106)
#BF9D7A
(191,157,122)
#C6A88A
(198,168,138)
#CDB39A
(205,179,154)
#D4BEAA
(212,190,170)
#DBC9BA
(219,201,186)
#E2D4CA
(226,212,202)
#E9DFDA
(233,223,218)
#F0EAEA
(240,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7C4A; }

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

This text font color is #AA7C4A.

Background Color

.myBgColor { background-color: #AA7C4A; }

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

This div background color is #AA7C4A.

Border color

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

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

This div border color is #AA7C4A.

Opacity

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

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

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

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

This text has shadow with #AA7C4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA7C4A.

Preview

Color preview on black background

This text has color #AA7C4A on black background.


Color preview on white background

This text has color #AA7C4A on white background.


Black color preview on #AA7C4A background

This text has black color on #AA7C4A background.


White color preview on #AA7C4A background

This text has white color on #AA7C4A background.


Related colors

Complementary color

Complementary color for #hex is #5583B5.


I love getcolorcode.com

Triadic colors

1 #4AAA7C and #7C4AAA with #AA7C4A are triadic colors.

2 #4A7CAA and #7CAA4A with #AA7C4A are triadic colors.