COLOR #AA8717

HEX: #AA8717 RGB: (170,135,23)

Color info

#AA8717 contains mainly red and green colors. Web safe color of #AA8717 is #999900 (or #990).

RGB color model

#AA8717 color RGB value is (170,135,23).

RGB: (170,135,23) (67%, 53%, 9%)

RGB channels and saturation

R 170 of 255 = 67%
G 135 of 255 = 53%
B 23 of 255 = 9%

170
135
23

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

Portions of RGB colors in percentages

R + G + B = 170 + 135 + 23 = 328 (100%)
R 170 of 328 ~ 51.83%
G 135 of 328 ~ 41.16%
B 23 of 328 ~ 7.01'%

%51.83
%41.16

CMYK color model

#AA8717 color CMYK value is (0,21,86,33).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 86.47%
  • key color value is 33.33%

CMYK: (0,21,86,33)
C0M21Y86K33 (0%, 21%, 86%, 33%)
(0.00 / 0.21 / 0.86 / 0.33)

CMYK percentages

%0
%20.59
%86.47
%33.33

Codes

Color #AA8717 in popluar color models

AA 87 17
RGB 170 135 23
HSL 46° 76.17% 37.84%
HSB/HSV 46° 86.47% 66.67%
CMYK 0.00% 20.59% 86.47%
33.33%

Color #AA8717 in popluar number systems.

HEX AA 87 17
Decimal 170 135 23
Binary 10101010 10000111 10111
Octal 252 207 27

Shades and tints

Shades of #AA8717

#AA8717
(170,135,23)
#9B7B15
(155,123,21)
#8C6F13
(140,111,19)
#7D6311
(125,99,17)
#6E570F
(110,87,15)
#5F4B0D
(95,75,13)
#503F0B
(80,63,11)
#413309
(65,51,9)
#322707
(50,39,7)
#231B05
(35,27,5)
#140F03
(20,15,3)
#000000
(0,0,0)

Tints of #AA8717

#AA8717
(170,135,23)
#B1912C
(177,145,44)
#B89B41
(184,155,65)
#BFA556
(191,165,86)
#C6AF6B
(198,175,107)
#CDB980
(205,185,128)
#D4C395
(212,195,149)
#DBCDAA
(219,205,170)
#E2D7BF
(226,215,191)
#E9E1D4
(233,225,212)
#F0EBE9
(240,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8717; }

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

This text font color is #AA8717.

Background Color

.myBgColor { background-color: #AA8717; }

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

This div background color is #AA8717.

Border color

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

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

This div border color is #AA8717.

Opacity

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

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

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

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

This text has shadow with #AA8717 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8717.

Preview

Color preview on black background

This text has color #AA8717 on black background.


Color preview on white background

This text has color #AA8717 on white background.


Black color preview on #AA8717 background

This text has black color on #AA8717 background.


White color preview on #AA8717 background

This text has white color on #AA8717 background.


Related colors

Complementary color

Complementary color for #hex is #5578E8.


I love getcolorcode.com

Triadic colors

1 #17AA87 and #8717AA with #AA8717 are triadic colors.

2 #1787AA and #87AA17 with #AA8717 are triadic colors.