COLOR #AA712D

HEX: #AA712D
RGB: (170,113,45)

Color info

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

RGB color model

#AA712D color RGB value is (170,113,45).

  • red value is 170;
  • green value is 113;
  • blue value is 45.
RGB:
(170,113,45)
(67%,44%,18%)

RGB channels and saturation

R 170 of 255 = 67%
G 113 of 255 = 44%
B 45 of 255 = 18%

170
113
45

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

Portions of RGB colors in percentages

R + G + B =
170 + 113 + 45 = 328 (100%)
R 170 of 328 ~ 51.83%
G 113 of 328 ~ 34.45%
B 45 of 328 ~ 13.72%

%51.83
%34.45
%13.72

CMYK color model

#AA712D color CMYK value is (0,34,74,33).

  • cyan value is 0.00%
  • magenta value is 33.53%
  • yellow value is 73.53%
  • key color value is 33.33%
CMYK:
(0,34,74,33)
C0M34Y74K33 
(0%,34%,74%,33%)
(0.00/0.34/0.74/0.33)	

CMYK percentages

%0
%33.53
%73.53
%33.33

Codes

Color #AA712D in popluar color models

AA712D
RGB17011345
HSL33°58.14%42.16%
HSB/HSV33°73.53%66.67%
CMYK0.00%33.53%73.53%
33.33%

Color #AA712D in popluar number systems.

HEXAA712D
Decimal17011345
Binary101010101110001101101
Octal25216155

Shades and tints

Shades of #AA712D

#AA712D
(170,113,45)
#9B6729
(155,103,41)
#8C5D25
(140,93,37)
#7D5321
(125,83,33)
#6E491D
(110,73,29)
#5F3F19
(95,63,25)
#503515
(80,53,21)
#412B11
(65,43,17)
#32210D
(50,33,13)
#231709
(35,23,9)
#140D05
(20,13,5)
#000000
(0,0,0)

Tints of #AA712D

#AA712D
(170,113,45)
#B17D40
(177,125,64)
#B88953
(184,137,83)
#BF9566
(191,149,102)
#C6A179
(198,161,121)
#CDAD8C
(205,173,140)
#D4B99F
(212,185,159)
#DBC5B2
(219,197,178)
#E2D1C5
(226,209,197)
#E9DDD8
(233,221,216)
#F0E9EB
(240,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA712D color. Also use rgb(170,113,45) instead hex code.

Text Font Color

.myTextColor { color: #AA712D; }

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

This text font color is #AA712D.


Background Color

.myBgColor { background-color: #AA712D; }

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

This div background color is #AA712D.


Border color

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

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

This div border color is #AA712D.


Opacity

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

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

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

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

This text has shadow with #AA712D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA712D on black background.


Color preview on white background

This text has color #AA712D on white background.



Black color preview on #AA712D background

This text has black color on #AA712D background.


White color preview on #AA712D background

This text has white color on #AA712D background.