COLOR #AA8315

HEX: #AA8315
RGB: (170,131,21)

Color info

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

RGB color model

#AA8315 color RGB value is (170,131,21).

  • red value is 170;
  • green value is 131;
  • blue value is 21.
RGB:
(170,131,21)
(67%,51%,8%)

RGB channels and saturation

R 170 of 255 = 67%
G 131 of 255 = 51%
B 21 of 255 = 8%

170
131
21

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

Portions of RGB colors in percentages

R + G + B =
170 + 131 + 21 = 322 (100%)
R 170 of 322 ~ 52.8%
G 131 of 322 ~ 40.68%
B 21 of 322 ~ 6.52%

%52.8
%40.68

CMYK color model

#AA8315 color CMYK value is (0,23,88,33).

  • cyan value is 0.00%
  • magenta value is 22.94%
  • yellow value is 87.65%
  • key color value is 33.33%
CMYK:
(0,23,88,33)
C0M23Y88K33 
(0%,23%,88%,33%)
(0.00/0.23/0.88/0.33)	

CMYK percentages

%0
%22.94
%87.65
%33.33

Codes

Color #AA8315 in popluar color models

AA8315
RGB17013121
HSL44°78.01%37.45%
HSB/HSV44°87.65%66.67%
CMYK0.00%22.94%87.65%
33.33%

Color #AA8315 in popluar number systems.

HEXAA8315
Decimal17013121
Binary101010101000001110101
Octal25220325

Shades and tints

Shades of #AA8315

#AA8315
(170,131,21)
#9B7814
(155,120,20)
#8C6D13
(140,109,19)
#7D6212
(125,98,18)
#6E5711
(110,87,17)
#5F4C10
(95,76,16)
#50410F
(80,65,15)
#41360E
(65,54,14)
#322B0D
(50,43,13)
#23200C
(35,32,12)
#14150B
(20,21,11)
#000000
(0,0,0)

Tints of #AA8315

#AA8315
(170,131,21)
#B18E2A
(177,142,42)
#B8993F
(184,153,63)
#BFA454
(191,164,84)
#C6AF69
(198,175,105)
#CDBA7E
(205,186,126)
#D4C593
(212,197,147)
#DBD0A8
(219,208,168)
#E2DBBD
(226,219,189)
#E9E6D2
(233,230,210)
#F0F1E7
(240,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8315 color. Also use rgb(170,131,21) instead hex code.

Text Font Color

.myTextColor { color: #AA8315; }

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

This text font color is #AA8315.


Background Color

.myBgColor { background-color: #AA8315; }

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

This div background color is #AA8315.


Border color

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

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

This div border color is #AA8315.


Opacity

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

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

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

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

This text has shadow with #AA8315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8315 on black background.


Color preview on white background

This text has color #AA8315 on white background.



Black color preview on #AA8315 background

This text has black color on #AA8315 background.


White color preview on #AA8315 background

This text has white color on #AA8315 background.