COLOR #AAA664

HEX: #AAA664
RGB: (170,166,100)

Color info

#AAA664 contains mainly red and green colors. Web safe color of #AAA664 is #999966 (or #996).

RGB color model

#AAA664 color RGB value is (170,166,100).

  • red value is 170;
  • green value is 166;
  • blue value is 100.
RGB:
(170,166,100)
(67%,65%,39%)

RGB channels and saturation

R 170 of 255 = 67%
G 166 of 255 = 65%
B 100 of 255 = 39%

170
166
100

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

Portions of RGB colors in percentages

R + G + B =
170 + 166 + 100 = 436 (100%)
R 170 of 436 ~ 38.99%
G 166 of 436 ~ 38.07%
B 100 of 436 ~ 22.94%

%38.99
%38.07
%22.94

CMYK color model

#AAA664 color CMYK value is (0,2,41,33).

  • cyan value is 0.00%
  • magenta value is 2.35%
  • yellow value is 41.18%
  • key color value is 33.33%
CMYK:
(0,2,41,33)
C0M2Y41K33 
(0%,2%,41%,33%)
(0.00/0.02/0.41/0.33)	

CMYK percentages

%0
%2.35
%41.18
%33.33

Codes

Color #AAA664 in popluar color models

AAA664
RGB170166100
HSL57°29.17%52.94%
HSB/HSV57°41.18%66.67%
CMYK0.00%2.35%41.18%
33.33%

Color #AAA664 in popluar number systems.

HEXAAA664
Decimal170166100
Binary10101010101001101100100
Octal252246144

Shades and tints

Shades of #AAA664

#AAA664
(170,166,100)
#9B975B
(155,151,91)
#8C8852
(140,136,82)
#7D7949
(125,121,73)
#6E6A40
(110,106,64)
#5F5B37
(95,91,55)
#504C2E
(80,76,46)
#413D25
(65,61,37)
#322E1C
(50,46,28)
#231F13
(35,31,19)
#14100A
(20,16,10)
#000000
(0,0,0)

Tints of #AAA664

#AAA664
(170,166,100)
#B1AE72
(177,174,114)
#B8B680
(184,182,128)
#BFBE8E
(191,190,142)
#C6C69C
(198,198,156)
#CDCEAA
(205,206,170)
#D4D6B8
(212,214,184)
#DBDEC6
(219,222,198)
#E2E6D4
(226,230,212)
#E9EEE2
(233,238,226)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA664; }

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

This text font color is #AAA664.


Background Color

.myBgColor { background-color: #AAA664; }

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

This div background color is #AAA664.


Border color

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

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

This div border color is #AAA664.


Opacity

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

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

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

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

This text has shadow with #AAA664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA664 on black background.


Color preview on white background

This text has color #AAA664 on white background.



Black color preview on #AAA664 background

This text has black color on #AAA664 background.


White color preview on #AAA664 background

This text has white color on #AAA664 background.