COLOR #AA7F2F

HEX: #AA7F2F
RGB: (170,127,47)

Color info

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

RGB color model

#AA7F2F color RGB value is (170,127,47).

  • red value is 170;
  • green value is 127;
  • blue value is 47.
RGB:
(170,127,47)
(67%,50%,18%)

RGB channels and saturation

R 170 of 255 = 67%
G 127 of 255 = 50%
B 47 of 255 = 18%

170
127
47

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

Portions of RGB colors in percentages

R + G + B =
170 + 127 + 47 = 344 (100%)
R 170 of 344 ~ 49.42%
G 127 of 344 ~ 36.92%
B 47 of 344 ~ 13.66%

%49.42
%36.92
%13.66

CMYK color model

#AA7F2F color CMYK value is (0,25,72,33).

  • cyan value is 0.00%
  • magenta value is 25.29%
  • yellow value is 72.35%
  • key color value is 33.33%
CMYK:
(0,25,72,33)
C0M25Y72K33 
(0%,25%,72%,33%)
(0.00/0.25/0.72/0.33)	

CMYK percentages

%0
%25.29
%72.35
%33.33

Codes

Color #AA7F2F in popluar color models

AA7F2F
RGB17012747
HSL39°56.68%42.55%
HSB/HSV39°72.35%66.67%
CMYK0.00%25.29%72.35%
33.33%

Color #AA7F2F in popluar number systems.

HEXAA7F2F
Decimal17012747
Binary101010101111111101111
Octal25217757

Shades and tints

Shades of #AA7F2F

#AA7F2F
(170,127,47)
#9B742B
(155,116,43)
#8C6927
(140,105,39)
#7D5E23
(125,94,35)
#6E531F
(110,83,31)
#5F481B
(95,72,27)
#503D17
(80,61,23)
#413213
(65,50,19)
#32270F
(50,39,15)
#231C0B
(35,28,11)
#141107
(20,17,7)
#000000
(0,0,0)

Tints of #AA7F2F

#AA7F2F
(170,127,47)
#B18A41
(177,138,65)
#B89553
(184,149,83)
#BFA065
(191,160,101)
#C6AB77
(198,171,119)
#CDB689
(205,182,137)
#D4C19B
(212,193,155)
#DBCCAD
(219,204,173)
#E2D7BF
(226,215,191)
#E9E2D1
(233,226,209)
#F0EDE3
(240,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7F2F color. Also use rgb(170,127,47) instead hex code.

Text Font Color

.myTextColor { color: #AA7F2F; }

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

This text font color is #AA7F2F.


Background Color

.myBgColor { background-color: #AA7F2F; }

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

This div background color is #AA7F2F.


Border color

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

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

This div border color is #AA7F2F.


Opacity

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

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

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

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

This text has shadow with #AA7F2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7F2F on black background.


Color preview on white background

This text has color #AA7F2F on white background.



Black color preview on #AA7F2F background

This text has black color on #AA7F2F background.


White color preview on #AA7F2F background

This text has white color on #AA7F2F background.