COLOR #AA9622

HEX: #AA9622
RGB: (170,150,34)

Color info

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

RGB color model

#AA9622 color RGB value is (170,150,34).

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

RGB channels and saturation

R 170 of 255 = 67%
G 150 of 255 = 59%
B 34 of 255 = 13%

170
150
34

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

Portions of RGB colors in percentages

R + G + B =
170 + 150 + 34 = 354 (100%)
R 170 of 354 ~ 48.02%
G 150 of 354 ~ 42.37%
B 34 of 354 ~ 9.6%

%48.02
%42.37
%9.6

CMYK color model

#AA9622 color CMYK value is (0,12,80,33).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 80.00%
  • key color value is 33.33%
CMYK:
(0,12,80,33)
C0M12Y80K33 
(0%,12%,80%,33%)
(0.00/0.12/0.80/0.33)	

CMYK percentages

%0
%11.76
%80
%33.33

Codes

Color #AA9622 in popluar color models

AA9622
RGB17015034
HSL51°66.67%40.00%
HSB/HSV51°80.00%66.67%
CMYK0.00%11.76%80.00%
33.33%

Color #AA9622 in popluar number systems.

HEXAA9622
Decimal17015034
Binary1010101010010110100010
Octal25222642

Shades and tints

Shades of #AA9622

#AA9622
(170,150,34)
#9B891F
(155,137,31)
#8C7C1C
(140,124,28)
#7D6F19
(125,111,25)
#6E6216
(110,98,22)
#5F5513
(95,85,19)
#504810
(80,72,16)
#413B0D
(65,59,13)
#322E0A
(50,46,10)
#232107
(35,33,7)
#141404
(20,20,4)
#000000
(0,0,0)

Tints of #AA9622

#AA9622
(170,150,34)
#B19F36
(177,159,54)
#B8A84A
(184,168,74)
#BFB15E
(191,177,94)
#C6BA72
(198,186,114)
#CDC386
(205,195,134)
#D4CC9A
(212,204,154)
#DBD5AE
(219,213,174)
#E2DEC2
(226,222,194)
#E9E7D6
(233,231,214)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9622; }

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

This text font color is #AA9622.


Background Color

.myBgColor { background-color: #AA9622; }

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

This div background color is #AA9622.


Border color

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

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

This div border color is #AA9622.


Opacity

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

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

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

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

This text has shadow with #AA9622 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9622 on black background.


Color preview on white background

This text has color #AA9622 on white background.



Black color preview on #AA9622 background

This text has black color on #AA9622 background.


White color preview on #AA9622 background

This text has white color on #AA9622 background.