COLOR #AA9912

HEX: #AA9912
RGB: (170,153,18)

Color info

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

RGB color model

#AA9912 color RGB value is (170,153,18).

  • red value is 170;
  • green value is 153;
  • blue value is 18.
RGB:
(170,153,18)
(67%,60%,7%)

RGB channels and saturation

R 170 of 255 = 67%
G 153 of 255 = 60%
B 18 of 255 = 7%

170
153
18

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

Portions of RGB colors in percentages

R + G + B =
170 + 153 + 18 = 341 (100%)
R 170 of 341 ~ 49.85%
G 153 of 341 ~ 44.87%
B 18 of 341 ~ 5.28%

%49.85
%44.87

CMYK color model

#AA9912 color CMYK value is (0,10,89,33).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 89.41%
  • key color value is 33.33%
CMYK:
(0,10,89,33)
C0M10Y89K33 
(0%,10%,89%,33%)
(0.00/0.10/0.89/0.33)	

CMYK percentages

%0
%10
%89.41
%33.33

Codes

Color #AA9912 in popluar color models

AA9912
RGB17015318
HSL53°80.85%36.86%
HSB/HSV53°89.41%66.67%
CMYK0.00%10.00%89.41%
33.33%

Color #AA9912 in popluar number systems.

HEXAA9912
Decimal17015318
Binary101010101001100110010
Octal25223122

Shades and tints

Shades of #AA9912

#AA9912
(170,153,18)
#9B8C11
(155,140,17)
#8C7F10
(140,127,16)
#7D720F
(125,114,15)
#6E650E
(110,101,14)
#5F580D
(95,88,13)
#504B0C
(80,75,12)
#413E0B
(65,62,11)
#32310A
(50,49,10)
#232409
(35,36,9)
#141708
(20,23,8)
#000000
(0,0,0)

Tints of #AA9912

#AA9912
(170,153,18)
#B1A227
(177,162,39)
#B8AB3C
(184,171,60)
#BFB451
(191,180,81)
#C6BD66
(198,189,102)
#CDC67B
(205,198,123)
#D4CF90
(212,207,144)
#DBD8A5
(219,216,165)
#E2E1BA
(226,225,186)
#E9EACF
(233,234,207)
#F0F3E4
(240,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9912 color. Also use rgb(170,153,18) instead hex code.

Text Font Color

.myTextColor { color: #AA9912; }

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

This text font color is #AA9912.


Background Color

.myBgColor { background-color: #AA9912; }

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

This div background color is #AA9912.


Border color

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

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

This div border color is #AA9912.


Opacity

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

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

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

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

This text has shadow with #AA9912 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9912 on black background.


Color preview on white background

This text has color #AA9912 on white background.



Black color preview on #AA9912 background

This text has black color on #AA9912 background.


White color preview on #AA9912 background

This text has white color on #AA9912 background.