COLOR #AA800F

HEX: #AA800F
RGB: (170,128,15)

Color info

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

RGB color model

#AA800F color RGB value is (170,128,15).

  • red value is 170;
  • green value is 128;
  • blue value is 15.
RGB:
(170,128,15)
(67%,50%,6%)

RGB channels and saturation

R 170 of 255 = 67%
G 128 of 255 = 50%
B 15 of 255 = 6%

170
128
15

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

Portions of RGB colors in percentages

R + G + B =
170 + 128 + 15 = 313 (100%)
R 170 of 313 ~ 54.31%
G 128 of 313 ~ 40.89%
B 15 of 313 ~ 4.79%

%54.31
%40.89

CMYK color model

#AA800F color CMYK value is (0,25,91,33).

  • cyan value is 0.00%
  • magenta value is 24.71%
  • yellow value is 91.18%
  • key color value is 33.33%
CMYK:
(0,25,91,33)
C0M25Y91K33 
(0%,25%,91%,33%)
(0.00/0.25/0.91/0.33)	

CMYK percentages

%0
%24.71
%91.18
%33.33

Codes

Color #AA800F in popluar color models

AA800F
RGB17012815
HSL44°83.78%36.27%
HSB/HSV44°91.18%66.67%
CMYK0.00%24.71%91.18%
33.33%

Color #AA800F in popluar number systems.

HEXAA800F
Decimal17012815
Binary10101010100000001111
Octal25220017

Shades and tints

Shades of #AA800F

#AA800F
(170,128,15)
#9B750E
(155,117,14)
#8C6A0D
(140,106,13)
#7D5F0C
(125,95,12)
#6E540B
(110,84,11)
#5F490A
(95,73,10)
#503E09
(80,62,9)
#413308
(65,51,8)
#322807
(50,40,7)
#231D06
(35,29,6)
#141205
(20,18,5)
#000000
(0,0,0)

Tints of #AA800F

#AA800F
(170,128,15)
#B18B24
(177,139,36)
#B89639
(184,150,57)
#BFA14E
(191,161,78)
#C6AC63
(198,172,99)
#CDB778
(205,183,120)
#D4C28D
(212,194,141)
#DBCDA2
(219,205,162)
#E2D8B7
(226,216,183)
#E9E3CC
(233,227,204)
#F0EEE1
(240,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA800F color. Also use rgb(170,128,15) instead hex code.

Text Font Color

.myTextColor { color: #AA800F; }

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

This text font color is #AA800F.


Background Color

.myBgColor { background-color: #AA800F; }

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

This div background color is #AA800F.


Border color

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

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

This div border color is #AA800F.


Opacity

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

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

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

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

This text has shadow with #AA800F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA800F on black background.


Color preview on white background

This text has color #AA800F on white background.



Black color preview on #AA800F background

This text has black color on #AA800F background.


White color preview on #AA800F background

This text has white color on #AA800F background.