COLOR #AAA67E

HEX: #AAA67E
RGB: (170,166,126)

Color info

#AAA67E contains red, green and blue colors in about the same proportion. Web safe color of #AAA67E is #999966 (or #996).

RGB color model

#AAA67E color RGB value is (170,166,126).

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

RGB channels and saturation

R 170 of 255 = 67%
G 166 of 255 = 65%
B 126 of 255 = 49%

170
166
126

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

Portions of RGB colors in percentages

R + G + B =
170 + 166 + 126 = 462 (100%)
R 170 of 462 ~ 36.8%
G 166 of 462 ~ 35.93%
B 126 of 462 ~ 27.27%

%36.8
%35.93
%27.27

CMYK color model

#AAA67E color CMYK value is (0,2,26,33).

  • cyan value is 0.00%
  • magenta value is 2.35%
  • yellow value is 25.88%
  • key color value is 33.33%
CMYK:
(0,2,26,33)
C0M2Y26K33 
(0%,2%,26%,33%)
(0.00/0.02/0.26/0.33)	

CMYK percentages

%0
%2.35
%25.88
%33.33

Codes

Color #AAA67E in popluar color models

AAA67E
RGB170166126
HSL55°20.56%58.04%
HSB/HSV55°25.88%66.67%
CMYK0.00%2.35%25.88%
33.33%

Color #AAA67E in popluar number systems.

HEXAAA67E
Decimal170166126
Binary10101010101001101111110
Octal252246176

Shades and tints

Shades of #AAA67E

#AAA67E
(170,166,126)
#9B9773
(155,151,115)
#8C8868
(140,136,104)
#7D795D
(125,121,93)
#6E6A52
(110,106,82)
#5F5B47
(95,91,71)
#504C3C
(80,76,60)
#413D31
(65,61,49)
#322E26
(50,46,38)
#231F1B
(35,31,27)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #AAA67E

#AAA67E
(170,166,126)
#B1AE89
(177,174,137)
#B8B694
(184,182,148)
#BFBE9F
(191,190,159)
#C6C6AA
(198,198,170)
#CDCEB5
(205,206,181)
#D4D6C0
(212,214,192)
#DBDECB
(219,222,203)
#E2E6D6
(226,230,214)
#E9EEE1
(233,238,225)
#F0F6EC
(240,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA67E; }

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

This text font color is #AAA67E.


Background Color

.myBgColor { background-color: #AAA67E; }

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

This div background color is #AAA67E.


Border color

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

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

This div border color is #AAA67E.


Opacity

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

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

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

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

This text has shadow with #AAA67E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA67E on black background.


Color preview on white background

This text has color #AAA67E on white background.



Black color preview on #AAA67E background

This text has black color on #AAA67E background.


White color preview on #AAA67E background

This text has white color on #AAA67E background.