COLOR #AAB220

HEX: #AAB220
RGB: (170,178,32)

Color info

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

RGB color model

#AAB220 color RGB value is (170,178,32).

  • red value is 170;
  • green value is 178;
  • blue value is 32.
RGB:
(170,178,32)
(67%,70%,13%)

RGB channels and saturation

R 170 of 255 = 67%
G 178 of 255 = 70%
B 32 of 255 = 13%

170
178
32

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

Portions of RGB colors in percentages

R + G + B =
170 + 178 + 32 = 380 (100%)
R 170 of 380 ~ 44.74%
G 178 of 380 ~ 46.84%
B 32 of 380 ~ 8.42%

%44.74
%46.84

CMYK color model

#AAB220 color CMYK value is (4,0,82,30).

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 82.02%
  • key color value is 30.20%
CMYK:
(4,0,82,30)
C4M0Y82K30 
(4%,0%,82%,30%)
(0.04/0.00/0.82/0.30)	

CMYK percentages

%4.49
%0
%82.02
%30.2

Codes

Color #AAB220 in popluar color models

AAB220
RGB17017832
HSL63°69.52%41.18%
HSB/HSV63°82.02%69.80%
CMYK4.49%0.00%82.02%
30.20%

Color #AAB220 in popluar number systems.

HEXAAB220
Decimal17017832
Binary1010101010110010100000
Octal25226240

Shades and tints

Shades of #AAB220

#AAB220
(170,178,32)
#9BA21E
(155,162,30)
#8C921C
(140,146,28)
#7D821A
(125,130,26)
#6E7218
(110,114,24)
#5F6216
(95,98,22)
#505214
(80,82,20)
#414212
(65,66,18)
#323210
(50,50,16)
#23220E
(35,34,14)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #AAB220

#AAB220
(170,178,32)
#B1B934
(177,185,52)
#B8C048
(184,192,72)
#BFC75C
(191,199,92)
#C6CE70
(198,206,112)
#CDD584
(205,213,132)
#D4DC98
(212,220,152)
#DBE3AC
(219,227,172)
#E2EAC0
(226,234,192)
#E9F1D4
(233,241,212)
#F0F8E8
(240,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB220 color. Also use rgb(170,178,32) instead hex code.

Text Font Color

.myTextColor { color: #AAB220; }

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

This text font color is #AAB220.


Background Color

.myBgColor { background-color: #AAB220; }

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

This div background color is #AAB220.


Border color

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

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

This div border color is #AAB220.


Opacity

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

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

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

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

This text has shadow with #AAB220 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB220 on black background.


Color preview on white background

This text has color #AAB220 on white background.



Black color preview on #AAB220 background

This text has black color on #AAB220 background.


White color preview on #AAB220 background

This text has white color on #AAB220 background.