COLOR #AA9A3C

HEX: #AA9A3C
RGB: (170,154,60)

Color info

#AA9A3C contains mainly red and green colors. Web safe color of #AA9A3C is #999933 (or #993).

RGB color model

#AA9A3C color RGB value is (170,154,60).

  • red value is 170;
  • green value is 154;
  • blue value is 60.
RGB:
(170,154,60)
(67%,60%,24%)

RGB channels and saturation

R 170 of 255 = 67%
G 154 of 255 = 60%
B 60 of 255 = 24%

170
154
60

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

Portions of RGB colors in percentages

R + G + B =
170 + 154 + 60 = 384 (100%)
R 170 of 384 ~ 44.27%
G 154 of 384 ~ 40.1%
B 60 of 384 ~ 15.63%

%44.27
%40.1
%15.63

CMYK color model

#AA9A3C color CMYK value is (0,9,65,33).

  • cyan value is 0.00%
  • magenta value is 9.41%
  • yellow value is 64.71%
  • key color value is 33.33%
CMYK:
(0,9,65,33)
C0M9Y65K33 
(0%,9%,65%,33%)
(0.00/0.09/0.65/0.33)	

CMYK percentages

%0
%9.41
%64.71
%33.33

Codes

Color #AA9A3C in popluar color models

AA9A3C
RGB17015460
HSL51°47.83%45.10%
HSB/HSV51°64.71%66.67%
CMYK0.00%9.41%64.71%
33.33%

Color #AA9A3C in popluar number systems.

HEXAA9A3C
Decimal17015460
Binary1010101010011010111100
Octal25223274

Shades and tints

Shades of #AA9A3C

#AA9A3C
(170,154,60)
#9B8C37
(155,140,55)
#8C7E32
(140,126,50)
#7D702D
(125,112,45)
#6E6228
(110,98,40)
#5F5423
(95,84,35)
#50461E
(80,70,30)
#413819
(65,56,25)
#322A14
(50,42,20)
#231C0F
(35,28,15)
#140E0A
(20,14,10)
#000000
(0,0,0)

Tints of #AA9A3C

#AA9A3C
(170,154,60)
#B1A34D
(177,163,77)
#B8AC5E
(184,172,94)
#BFB56F
(191,181,111)
#C6BE80
(198,190,128)
#CDC791
(205,199,145)
#D4D0A2
(212,208,162)
#DBD9B3
(219,217,179)
#E2E2C4
(226,226,196)
#E9EBD5
(233,235,213)
#F0F4E6
(240,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9A3C color. Also use rgb(170,154,60) instead hex code.

Text Font Color

.myTextColor { color: #AA9A3C; }

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

This text font color is #AA9A3C.


Background Color

.myBgColor { background-color: #AA9A3C; }

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

This div background color is #AA9A3C.


Border color

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

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

This div border color is #AA9A3C.


Opacity

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

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

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

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

This text has shadow with #AA9A3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9A3C on black background.


Color preview on white background

This text has color #AA9A3C on white background.



Black color preview on #AA9A3C background

This text has black color on #AA9A3C background.


White color preview on #AA9A3C background

This text has white color on #AA9A3C background.