COLOR #AAA442

HEX: #AAA442
RGB: (170,164,66)

Color info

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

RGB color model

#AAA442 color RGB value is (170,164,66).

  • red value is 170;
  • green value is 164;
  • blue value is 66.
RGB:
(170,164,66)
(67%,64%,26%)

RGB channels and saturation

R 170 of 255 = 67%
G 164 of 255 = 64%
B 66 of 255 = 26%

170
164
66

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

Portions of RGB colors in percentages

R + G + B =
170 + 164 + 66 = 400 (100%)
R 170 of 400 ~ 42.5%
G 164 of 400 ~ 41%
B 66 of 400 ~ 16.5%

%42.5
%41
%16.5

CMYK color model

#AAA442 color CMYK value is (0,4,61,33).

  • cyan value is 0.00%
  • magenta value is 3.53%
  • yellow value is 61.18%
  • key color value is 33.33%
CMYK:
(0,4,61,33)
C0M4Y61K33 
(0%,4%,61%,33%)
(0.00/0.04/0.61/0.33)	

CMYK percentages

%0
%3.53
%61.18
%33.33

Codes

Color #AAA442 in popluar color models

AAA442
RGB17016466
HSL57°44.07%46.27%
HSB/HSV57°61.18%66.67%
CMYK0.00%3.53%61.18%
33.33%

Color #AAA442 in popluar number systems.

HEXAAA442
Decimal17016466
Binary10101010101001001000010
Octal252244102

Shades and tints

Shades of #AAA442

#AAA442
(170,164,66)
#9B963C
(155,150,60)
#8C8836
(140,136,54)
#7D7A30
(125,122,48)
#6E6C2A
(110,108,42)
#5F5E24
(95,94,36)
#50501E
(80,80,30)
#414218
(65,66,24)
#323412
(50,52,18)
#23260C
(35,38,12)
#141806
(20,24,6)
#000000
(0,0,0)

Tints of #AAA442

#AAA442
(170,164,66)
#B1AC53
(177,172,83)
#B8B464
(184,180,100)
#BFBC75
(191,188,117)
#C6C486
(198,196,134)
#CDCC97
(205,204,151)
#D4D4A8
(212,212,168)
#DBDCB9
(219,220,185)
#E2E4CA
(226,228,202)
#E9ECDB
(233,236,219)
#F0F4EC
(240,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA442; }

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

This text font color is #AAA442.


Background Color

.myBgColor { background-color: #AAA442; }

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

This div background color is #AAA442.


Border color

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

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

This div border color is #AAA442.


Opacity

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

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

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

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

This text has shadow with #AAA442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA442 on black background.


Color preview on white background

This text has color #AAA442 on white background.



Black color preview on #AAA442 background

This text has black color on #AAA442 background.


White color preview on #AAA442 background

This text has white color on #AAA442 background.