COLOR #AAA90B

HEX: #AAA90B RGB: (170,169,11)

Color info

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

RGB color model

#AAA90B color RGB value is (170,169,11).

RGB: (170,169,11) (67%, 66%, 4%)

RGB channels and saturation

R 170 of 255 = 67%
G 169 of 255 = 66%
B 11 of 255 = 4%

170
169
11

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

Portions of RGB colors in percentages

R + G + B = 170 + 169 + 11 = 350 (100%)
R 170 of 350 ~ 48.57%
G 169 of 350 ~ 48.29%
B 11 of 350 ~ 3.14'%

%48.57
%48.29

CMYK color model

#AAA90B color CMYK value is (0,1,94,33).

  • cyan value is 0.00%
  • magenta value is 0.59%
  • yellow value is 93.53%
  • key color value is 33.33%

CMYK: (0,1,94,33)
C0M1Y94K33 (0%, 1%, 94%, 33%)
(0.00 / 0.01 / 0.94 / 0.33)

CMYK percentages

%0
%0.59
%93.53
%33.33

Codes

Color #AAA90B in popluar color models

AA A9 0B
RGB 170 169 11
HSL 60° 87.85% 35.49%
HSB/HSV 60° 93.53% 66.67%
CMYK 0.00% 0.59% 93.53%
33.33%

Color #AAA90B in popluar number systems.

HEX AA A9 0B
Decimal 170 169 11
Binary 10101010 10101001 1011
Octal 252 251 13

Shades and tints

Shades of #AAA90B

#AAA90B
(170,169,11)
#9B9A0A
(155,154,10)
#8C8B09
(140,139,9)
#7D7C08
(125,124,8)
#6E6D07
(110,109,7)
#5F5E06
(95,94,6)
#504F05
(80,79,5)
#414004
(65,64,4)
#323103
(50,49,3)
#232202
(35,34,2)
#141301
(20,19,1)
#000000
(0,0,0)

Tints of #AAA90B

#AAA90B
(170,169,11)
#B1B021
(177,176,33)
#B8B737
(184,183,55)
#BFBE4D
(191,190,77)
#C6C563
(198,197,99)
#CDCC79
(205,204,121)
#D4D38F
(212,211,143)
#DBDAA5
(219,218,165)
#E2E1BB
(226,225,187)
#E9E8D1
(233,232,209)
#F0EFE7
(240,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAA90B color. Also use rgb(170,169,11) instead hex code.

Text Font Color

.myTextColor { color: #AAA90B; }

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

This text font color is #AAA90B.

Background Color

.myBgColor { background-color: #AAA90B; }

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

This div background color is #AAA90B.

Border color

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

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

This div border color is #AAA90B.

Opacity

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

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

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

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

This text has shadow with #AAA90B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA90B.

Preview

Color preview on black background

This text has color #AAA90B on black background.


Color preview on white background

This text has color #AAA90B on white background.


Black color preview on #AAA90B background

This text has black color on #AAA90B background.


White color preview on #AAA90B background

This text has white color on #AAA90B background.


Related colors

Complementary color

Complementary color for #hex is #5556F4.


I love getcolorcode.com

Triadic colors

1 #0BAAA9 and #A90BAA with #AAA90B are triadic colors.

2 #0BA9AA and #A9AA0B with #AAA90B are triadic colors.