COLOR #AAA69E

HEX: #AAA69E
RGB: (170,166,158)

Color info

#AAA69E contains red, green and blue colors in about the same proportion. Web safe color of #AAA69E is #999999 (or #999).

RGB color model

#AAA69E color RGB value is (170,166,158).

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

RGB channels and saturation

R 170 of 255 = 67%
G 166 of 255 = 65%
B 158 of 255 = 62%

170
166
158

R + G + B ~ 65%. #AAA69E is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 166 + 158 = 494 (100%)
R 170 of 494 ~ 34.41%
G 166 of 494 ~ 33.6%
B 158 of 494 ~ 31.98%

%34.41
%33.6
%31.98

CMYK color model

#AAA69E color CMYK value is (0,2,7,33).

  • cyan value is 0.00%
  • magenta value is 2.35%
  • yellow value is 7.06%
  • key color value is 33.33%
CMYK:
(0,2,7,33)
C0M2Y7K33 
(0%,2%,7%,33%)
(0.00/0.02/0.07/0.33)	

CMYK percentages

%0
%2.35
%7.06
%33.33

Codes

Color #AAA69E in popluar color models

AAA69E
RGB170166158
HSL40°6.59%64.31%
HSB/HSV40°7.06%66.67%
CMYK0.00%2.35%7.06%
33.33%

Color #AAA69E in popluar number systems.

HEXAAA69E
Decimal170166158
Binary101010101010011010011110
Octal252246236

Shades and tints

Shades of #AAA69E

#AAA69E
(170,166,158)
#9B9790
(155,151,144)
#8C8882
(140,136,130)
#7D7974
(125,121,116)
#6E6A66
(110,106,102)
#5F5B58
(95,91,88)
#504C4A
(80,76,74)
#413D3C
(65,61,60)
#322E2E
(50,46,46)
#231F20
(35,31,32)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #AAA69E

#AAA69E
(170,166,158)
#B1AEA6
(177,174,166)
#B8B6AE
(184,182,174)
#BFBEB6
(191,190,182)
#C6C6BE
(198,198,190)
#CDCEC6
(205,206,198)
#D4D6CE
(212,214,206)
#DBDED6
(219,222,214)
#E2E6DE
(226,230,222)
#E9EEE6
(233,238,230)
#F0F6EE
(240,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA69E; }

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

This text font color is #AAA69E.


Background Color

.myBgColor { background-color: #AAA69E; }

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

This div background color is #AAA69E.


Border color

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

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

This div border color is #AAA69E.


Opacity

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

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

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

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

This text has shadow with #AAA69E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA69E on black background.


Color preview on white background

This text has color #AAA69E on white background.



Black color preview on #AAA69E background

This text has black color on #AAA69E background.


White color preview on #AAA69E background

This text has white color on #AAA69E background.