COLOR #AAAA3B

HEX: #AAAA3B
RGB: (170,170,59)

Color info

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

RGB color model

#AAAA3B color RGB value is (170,170,59).

  • red value is 170;
  • green value is 170;
  • blue value is 59.
RGB:
(170,170,59)
(67%,67%,23%)

RGB channels and saturation

R 170 of 255 = 67%
G 170 of 255 = 67%
B 59 of 255 = 23%

170
170
59

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

Portions of RGB colors in percentages

R + G + B =
170 + 170 + 59 = 399 (100%)
R 170 of 399 ~ 42.61%
G 170 of 399 ~ 42.61%
B 59 of 399 ~ 14.79%

%42.61
%42.61
%14.79

CMYK color model

#AAAA3B color CMYK value is (0,0,65,33).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 65.29%
  • key color value is 33.33%
CMYK:
(0,0,65,33)
C0M0Y65K33 
(0%,0%,65%,33%)
(0.00/0.00/0.65/0.33)	

CMYK percentages

%0
%0
%65.29
%33.33

Codes

Color #AAAA3B in popluar color models

AAAA3B
RGB17017059
HSL60°48.47%44.90%
HSB/HSV60°65.29%66.67%
CMYK0.00%0.00%65.29%
33.33%

Color #AAAA3B in popluar number systems.

HEXAAAA3B
Decimal17017059
Binary1010101010101010111011
Octal25225273

Shades and tints

Shades of #AAAA3B

#AAAA3B
(170,170,59)
#9B9B36
(155,155,54)
#8C8C31
(140,140,49)
#7D7D2C
(125,125,44)
#6E6E27
(110,110,39)
#5F5F22
(95,95,34)
#50501D
(80,80,29)
#414118
(65,65,24)
#323213
(50,50,19)
#23230E
(35,35,14)
#141409
(20,20,9)
#000000
(0,0,0)

Tints of #AAAA3B

#AAAA3B
(170,170,59)
#B1B14C
(177,177,76)
#B8B85D
(184,184,93)
#BFBF6E
(191,191,110)
#C6C67F
(198,198,127)
#CDCD90
(205,205,144)
#D4D4A1
(212,212,161)
#DBDBB2
(219,219,178)
#E2E2C3
(226,226,195)
#E9E9D4
(233,233,212)
#F0F0E5
(240,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAA3B; }

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

This text font color is #AAAA3B.


Background Color

.myBgColor { background-color: #AAAA3B; }

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

This div background color is #AAAA3B.


Border color

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

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

This div border color is #AAAA3B.


Opacity

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

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

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

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

This text has shadow with #AAAA3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAA3B on black background.


Color preview on white background

This text has color #AAAA3B on white background.



Black color preview on #AAAA3B background

This text has black color on #AAAA3B background.


White color preview on #AAAA3B background

This text has white color on #AAAA3B background.