COLOR #AAAB11

HEX: #AAAB11
RGB: (170,171,17)

Color info

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

RGB color model

#AAAB11 color RGB value is (170,171,17).

  • red value is 170;
  • green value is 171;
  • blue value is 17.
RGB:
(170,171,17)
(67%,67%,7%)

RGB channels and saturation

R 170 of 255 = 67%
G 171 of 255 = 67%
B 17 of 255 = 7%

170
171
17

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

Portions of RGB colors in percentages

R + G + B =
170 + 171 + 17 = 358 (100%)
R 170 of 358 ~ 47.49%
G 171 of 358 ~ 47.77%
B 17 of 358 ~ 4.75%

%47.49
%47.77

CMYK color model

#AAAB11 color CMYK value is (1,0,90,33).

  • cyan value is 0.58%
  • magenta value is 0.00%
  • yellow value is 90.06%
  • key color value is 32.94%
CMYK:
(1,0,90,33)
C1M0Y90K33 
(1%,0%,90%,33%)
(0.01/0.00/0.90/0.33)	

CMYK percentages

%0.58
%0
%90.06
%32.94

Codes

Color #AAAB11 in popluar color models

AAAB11
RGB17017117
HSL60°81.91%36.86%
HSB/HSV60°90.06%67.06%
CMYK0.58%0.00%90.06%
32.94%

Color #AAAB11 in popluar number systems.

HEXAAAB11
Decimal17017117
Binary101010101010101110001
Octal25225321

Shades and tints

Shades of #AAAB11

#AAAB11
(170,171,17)
#9B9C10
(155,156,16)
#8C8D0F
(140,141,15)
#7D7E0E
(125,126,14)
#6E6F0D
(110,111,13)
#5F600C
(95,96,12)
#50510B
(80,81,11)
#41420A
(65,66,10)
#323309
(50,51,9)
#232408
(35,36,8)
#141507
(20,21,7)
#000000
(0,0,0)

Tints of #AAAB11

#AAAB11
(170,171,17)
#B1B226
(177,178,38)
#B8B93B
(184,185,59)
#BFC050
(191,192,80)
#C6C765
(198,199,101)
#CDCE7A
(205,206,122)
#D4D58F
(212,213,143)
#DBDCA4
(219,220,164)
#E2E3B9
(226,227,185)
#E9EACE
(233,234,206)
#F0F1E3
(240,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAAB11 color. Also use rgb(170,171,17) instead hex code.

Text Font Color

.myTextColor { color: #AAAB11; }

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

This text font color is #AAAB11.


Background Color

.myBgColor { background-color: #AAAB11; }

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

This div background color is #AAAB11.


Border color

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

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

This div border color is #AAAB11.


Opacity

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

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

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

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

This text has shadow with #AAAB11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAB11 on black background.


Color preview on white background

This text has color #AAAB11 on white background.



Black color preview on #AAAB11 background

This text has black color on #AAAB11 background.


White color preview on #AAAB11 background

This text has white color on #AAAB11 background.