COLOR #AAAC0C

HEX: #AAAC0C
RGB: (170,172,12)

Color info

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

RGB color model

#AAAC0C color RGB value is (170,172,12).

  • red value is 170;
  • green value is 172;
  • blue value is 12.
RGB:
(170,172,12)
(67%,67%,5%)

RGB channels and saturation

R 170 of 255 = 67%
G 172 of 255 = 67%
B 12 of 255 = 5%

170
172
12

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

Portions of RGB colors in percentages

R + G + B =
170 + 172 + 12 = 354 (100%)
R 170 of 354 ~ 48.02%
G 172 of 354 ~ 48.59%
B 12 of 354 ~ 3.39%

%48.02
%48.59

CMYK color model

#AAAC0C color CMYK value is (1,0,93,33).

  • cyan value is 1.16%
  • magenta value is 0.00%
  • yellow value is 93.02%
  • key color value is 32.55%
CMYK:
(1,0,93,33)
C1M0Y93K33 
(1%,0%,93%,33%)
(0.01/0.00/0.93/0.33)	

CMYK percentages

%1.16
%0
%93.02
%32.55

Codes

Color #AAAC0C in popluar color models

AAAC0C
RGB17017212
HSL61°86.96%36.08%
HSB/HSV61°93.02%67.45%
CMYK1.16%0.00%93.02%
32.55%

Color #AAAC0C in popluar number systems.

HEXAAAC0C
Decimal17017212
Binary10101010101011001100
Octal25225414

Shades and tints

Shades of #AAAC0C

#AAAC0C
(170,172,12)
#9B9D0B
(155,157,11)
#8C8E0A
(140,142,10)
#7D7F09
(125,127,9)
#6E7008
(110,112,8)
#5F6107
(95,97,7)
#505206
(80,82,6)
#414305
(65,67,5)
#323404
(50,52,4)
#232503
(35,37,3)
#141602
(20,22,2)
#000000
(0,0,0)

Tints of #AAAC0C

#AAAC0C
(170,172,12)
#B1B322
(177,179,34)
#B8BA38
(184,186,56)
#BFC14E
(191,193,78)
#C6C864
(198,200,100)
#CDCF7A
(205,207,122)
#D4D690
(212,214,144)
#DBDDA6
(219,221,166)
#E2E4BC
(226,228,188)
#E9EBD2
(233,235,210)
#F0F2E8
(240,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAAC0C color. Also use rgb(170,172,12) instead hex code.

Text Font Color

.myTextColor { color: #AAAC0C; }

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

This text font color is #AAAC0C.


Background Color

.myBgColor { background-color: #AAAC0C; }

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

This div background color is #AAAC0C.


Border color

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

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

This div border color is #AAAC0C.


Opacity

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

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

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

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

This text has shadow with #AAAC0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAC0C on black background.


Color preview on white background

This text has color #AAAC0C on white background.



Black color preview on #AAAC0C background

This text has black color on #AAAC0C background.


White color preview on #AAAC0C background

This text has white color on #AAAC0C background.