COLOR #AA7C36

HEX: #AA7C36
RGB: (170,124,54)

Color info

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

RGB color model

#AA7C36 color RGB value is (170,124,54).

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

RGB channels and saturation

R 170 of 255 = 67%
G 124 of 255 = 49%
B 54 of 255 = 21%

170
124
54

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

Portions of RGB colors in percentages

R + G + B =
170 + 124 + 54 = 348 (100%)
R 170 of 348 ~ 48.85%
G 124 of 348 ~ 35.63%
B 54 of 348 ~ 15.52%

%48.85
%35.63
%15.52

CMYK color model

#AA7C36 color CMYK value is (0,27,68,33).

  • cyan value is 0.00%
  • magenta value is 27.06%
  • yellow value is 68.24%
  • key color value is 33.33%
CMYK:
(0,27,68,33)
C0M27Y68K33 
(0%,27%,68%,33%)
(0.00/0.27/0.68/0.33)	

CMYK percentages

%0
%27.06
%68.24
%33.33

Codes

Color #AA7C36 in popluar color models

AA7C36
RGB17012454
HSL36°51.79%43.92%
HSB/HSV36°68.24%66.67%
CMYK0.00%27.06%68.24%
33.33%

Color #AA7C36 in popluar number systems.

HEXAA7C36
Decimal17012454
Binary101010101111100110110
Octal25217466

Shades and tints

Shades of #AA7C36

#AA7C36
(170,124,54)
#9B7132
(155,113,50)
#8C662E
(140,102,46)
#7D5B2A
(125,91,42)
#6E5026
(110,80,38)
#5F4522
(95,69,34)
#503A1E
(80,58,30)
#412F1A
(65,47,26)
#322416
(50,36,22)
#231912
(35,25,18)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #AA7C36

#AA7C36
(170,124,54)
#B18748
(177,135,72)
#B8925A
(184,146,90)
#BF9D6C
(191,157,108)
#C6A87E
(198,168,126)
#CDB390
(205,179,144)
#D4BEA2
(212,190,162)
#DBC9B4
(219,201,180)
#E2D4C6
(226,212,198)
#E9DFD8
(233,223,216)
#F0EAEA
(240,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7C36; }

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

This text font color is #AA7C36.


Background Color

.myBgColor { background-color: #AA7C36; }

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

This div background color is #AA7C36.


Border color

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

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

This div border color is #AA7C36.


Opacity

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

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

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

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

This text has shadow with #AA7C36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7C36 on black background.


Color preview on white background

This text has color #AA7C36 on white background.



Black color preview on #AA7C36 background

This text has black color on #AA7C36 background.


White color preview on #AA7C36 background

This text has white color on #AA7C36 background.