COLOR #AA7100

HEX: #AA7100
RGB: (170,113,0)

Color info

#AA7100 contains only red and green colors. Web safe color of #AA7100 is #996600 (or #960).

RGB color model

#AA7100 color RGB value is (170,113,0).

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

RGB channels and saturation

R 170 of 255 = 67%
G 113 of 255 = 44%
B 0 of 255 = 0%

170
113
0

R + G + B ~ 37%. #AA7100 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
170 + 113 + 0 = 283 (100%)
R 170 of 283 ~ 60.07%
G 113 of 283 ~ 39.93%
B 0 of 283 ~ 0%

%60.07
%39.93

CMYK color model

#AA7100 color CMYK value is (0,34,100,33).

  • cyan value is 0.00%
  • magenta value is 33.53%
  • yellow value is 100.00%
  • key color value is 33.33%
CMYK:
(0,34,100,33)
C0M34Y100K33 
(0%,34%,100%,33%)
(0.00/0.34/1.00/0.33)	

CMYK percentages

%0
%33.53
%100
%33.33

Codes

Color #AA7100 in popluar color models

AA7100
RGB1701130
HSL40°100.00%33.33%
HSB/HSV40°100.00%66.67%
CMYK0.00%33.53%100.00%
33.33%

Color #AA7100 in popluar number systems.

HEXAA7100
Decimal1701130
Binary1010101011100010
Octal2521610

Shades and tints

Shades of #AA7100

#AA7100
(170,113,0)
#9B6700
(155,103,0)
#8C5D00
(140,93,0)
#7D5300
(125,83,0)
#6E4900
(110,73,0)
#5F3F00
(95,63,0)
#503500
(80,53,0)
#412B00
(65,43,0)
#322100
(50,33,0)
#231700
(35,23,0)
#140D00
(20,13,0)
#000000
(0,0,0)

Tints of #AA7100

#AA7100
(170,113,0)
#B17D17
(177,125,23)
#B8892E
(184,137,46)
#BF9545
(191,149,69)
#C6A15C
(198,161,92)
#CDAD73
(205,173,115)
#D4B98A
(212,185,138)
#DBC5A1
(219,197,161)
#E2D1B8
(226,209,184)
#E9DDCF
(233,221,207)
#F0E9E6
(240,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7100; }

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

This text font color is #AA7100.


Background Color

.myBgColor { background-color: #AA7100; }

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

This div background color is #AA7100.


Border color

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

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

This div border color is #AA7100.


Opacity

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

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

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

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

This text has shadow with #AA7100 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7100 on black background.


Color preview on white background

This text has color #AA7100 on white background.



Black color preview on #AA7100 background

This text has black color on #AA7100 background.


White color preview on #AA7100 background

This text has white color on #AA7100 background.