COLOR #AA7C43

HEX: #AA7C43
RGB: (170,124,67)

Color info

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

RGB color model

#AA7C43 color RGB value is (170,124,67).

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

RGB channels and saturation

R 170 of 255 = 67%
G 124 of 255 = 49%
B 67 of 255 = 26%

170
124
67

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

Portions of RGB colors in percentages

R + G + B =
170 + 124 + 67 = 361 (100%)
R 170 of 361 ~ 47.09%
G 124 of 361 ~ 34.35%
B 67 of 361 ~ 18.56%

%47.09
%34.35
%18.56

CMYK color model

#AA7C43 color CMYK value is (0,27,61,33).

  • cyan value is 0.00%
  • magenta value is 27.06%
  • yellow value is 60.59%
  • key color value is 33.33%
CMYK:
(0,27,61,33)
C0M27Y61K33 
(0%,27%,61%,33%)
(0.00/0.27/0.61/0.33)	

CMYK percentages

%0
%27.06
%60.59
%33.33

Codes

Color #AA7C43 in popluar color models

AA7C43
RGB17012467
HSL33°43.46%46.47%
HSB/HSV33°60.59%66.67%
CMYK0.00%27.06%60.59%
33.33%

Color #AA7C43 in popluar number systems.

HEXAA7C43
Decimal17012467
Binary1010101011111001000011
Octal252174103

Shades and tints

Shades of #AA7C43

#AA7C43
(170,124,67)
#9B713D
(155,113,61)
#8C6637
(140,102,55)
#7D5B31
(125,91,49)
#6E502B
(110,80,43)
#5F4525
(95,69,37)
#503A1F
(80,58,31)
#412F19
(65,47,25)
#322413
(50,36,19)
#23190D
(35,25,13)
#140E07
(20,14,7)
#000000
(0,0,0)

Tints of #AA7C43

#AA7C43
(170,124,67)
#B18754
(177,135,84)
#B89265
(184,146,101)
#BF9D76
(191,157,118)
#C6A887
(198,168,135)
#CDB398
(205,179,152)
#D4BEA9
(212,190,169)
#DBC9BA
(219,201,186)
#E2D4CB
(226,212,203)
#E9DFDC
(233,223,220)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7C43; }

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

This text font color is #AA7C43.


Background Color

.myBgColor { background-color: #AA7C43; }

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

This div background color is #AA7C43.


Border color

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

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

This div border color is #AA7C43.


Opacity

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

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

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

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

This text has shadow with #AA7C43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7C43 on black background.


Color preview on white background

This text has color #AA7C43 on white background.



Black color preview on #AA7C43 background

This text has black color on #AA7C43 background.


White color preview on #AA7C43 background

This text has white color on #AA7C43 background.