COLOR #AA960F

HEX: #AA960F
RGB: (170,150,15)

Color info

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

RGB color model

#AA960F color RGB value is (170,150,15).

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

RGB channels and saturation

R 170 of 255 = 67%
G 150 of 255 = 59%
B 15 of 255 = 6%

170
150
15

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

Portions of RGB colors in percentages

R + G + B =
170 + 150 + 15 = 335 (100%)
R 170 of 335 ~ 50.75%
G 150 of 335 ~ 44.78%
B 15 of 335 ~ 4.48%

%50.75
%44.78

CMYK color model

#AA960F color CMYK value is (0,12,91,33).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 91.18%
  • key color value is 33.33%
CMYK:
(0,12,91,33)
C0M12Y91K33 
(0%,12%,91%,33%)
(0.00/0.12/0.91/0.33)	

CMYK percentages

%0
%11.76
%91.18
%33.33

Codes

Color #AA960F in popluar color models

AA960F
RGB17015015
HSL52°83.78%36.27%
HSB/HSV52°91.18%66.67%
CMYK0.00%11.76%91.18%
33.33%

Color #AA960F in popluar number systems.

HEXAA960F
Decimal17015015
Binary10101010100101101111
Octal25222617

Shades and tints

Shades of #AA960F

#AA960F
(170,150,15)
#9B890E
(155,137,14)
#8C7C0D
(140,124,13)
#7D6F0C
(125,111,12)
#6E620B
(110,98,11)
#5F550A
(95,85,10)
#504809
(80,72,9)
#413B08
(65,59,8)
#322E07
(50,46,7)
#232106
(35,33,6)
#141405
(20,20,5)
#000000
(0,0,0)

Tints of #AA960F

#AA960F
(170,150,15)
#B19F24
(177,159,36)
#B8A839
(184,168,57)
#BFB14E
(191,177,78)
#C6BA63
(198,186,99)
#CDC378
(205,195,120)
#D4CC8D
(212,204,141)
#DBD5A2
(219,213,162)
#E2DEB7
(226,222,183)
#E9E7CC
(233,231,204)
#F0F0E1
(240,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA960F; }

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

This text font color is #AA960F.


Background Color

.myBgColor { background-color: #AA960F; }

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

This div background color is #AA960F.


Border color

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

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

This div border color is #AA960F.


Opacity

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

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

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

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

This text has shadow with #AA960F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA960F on black background.


Color preview on white background

This text has color #AA960F on white background.



Black color preview on #AA960F background

This text has black color on #AA960F background.


White color preview on #AA960F background

This text has white color on #AA960F background.