COLOR #AA7E17

HEX: #AA7E17
RGB: (170,126,23)

Color info

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

RGB color model

#AA7E17 color RGB value is (170,126,23).

  • red value is 170;
  • green value is 126;
  • blue value is 23.
RGB:
(170,126,23)
(67%,49%,9%)

RGB channels and saturation

R 170 of 255 = 67%
G 126 of 255 = 49%
B 23 of 255 = 9%

170
126
23

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

Portions of RGB colors in percentages

R + G + B =
170 + 126 + 23 = 319 (100%)
R 170 of 319 ~ 53.29%
G 126 of 319 ~ 39.5%
B 23 of 319 ~ 7.21%

%53.29
%39.5

CMYK color model

#AA7E17 color CMYK value is (0,26,86,33).

  • cyan value is 0.00%
  • magenta value is 25.88%
  • yellow value is 86.47%
  • key color value is 33.33%
CMYK:
(0,26,86,33)
C0M26Y86K33 
(0%,26%,86%,33%)
(0.00/0.26/0.86/0.33)	

CMYK percentages

%0
%25.88
%86.47
%33.33

Codes

Color #AA7E17 in popluar color models

AA7E17
RGB17012623
HSL42°76.17%37.84%
HSB/HSV42°86.47%66.67%
CMYK0.00%25.88%86.47%
33.33%

Color #AA7E17 in popluar number systems.

HEXAA7E17
Decimal17012623
Binary10101010111111010111
Octal25217627

Shades and tints

Shades of #AA7E17

#AA7E17
(170,126,23)
#9B7315
(155,115,21)
#8C6813
(140,104,19)
#7D5D11
(125,93,17)
#6E520F
(110,82,15)
#5F470D
(95,71,13)
#503C0B
(80,60,11)
#413109
(65,49,9)
#322607
(50,38,7)
#231B05
(35,27,5)
#141003
(20,16,3)
#000000
(0,0,0)

Tints of #AA7E17

#AA7E17
(170,126,23)
#B1892C
(177,137,44)
#B89441
(184,148,65)
#BF9F56
(191,159,86)
#C6AA6B
(198,170,107)
#CDB580
(205,181,128)
#D4C095
(212,192,149)
#DBCBAA
(219,203,170)
#E2D6BF
(226,214,191)
#E9E1D4
(233,225,212)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7E17 color. Also use rgb(170,126,23) instead hex code.

Text Font Color

.myTextColor { color: #AA7E17; }

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

This text font color is #AA7E17.


Background Color

.myBgColor { background-color: #AA7E17; }

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

This div background color is #AA7E17.


Border color

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

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

This div border color is #AA7E17.


Opacity

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

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

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

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

This text has shadow with #AA7E17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7E17 on black background.


Color preview on white background

This text has color #AA7E17 on white background.



Black color preview on #AA7E17 background

This text has black color on #AA7E17 background.


White color preview on #AA7E17 background

This text has white color on #AA7E17 background.