COLOR #AAA68E

HEX: #AAA68E RGB: (170,166,142)

Color info

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

RGB color model

#AAA68E color RGB value is (170,166,142).

RGB: (170,166,142) (67%, 65%, 56%)

RGB channels and saturation

R 170 of 255 = 67%
G 166 of 255 = 65%
B 142 of 255 = 56%

170
166
142

R + G + B ~ 63%. #AAA68E is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 166 + 142 = 478 (100%)
R 170 of 478 ~ 35.56%
G 166 of 478 ~ 34.73%
B 142 of 478 ~ 29.71'%

%35.56
%34.73
%29.71

CMYK color model

#AAA68E color CMYK value is (0,2,16,33).

  • cyan value is 0.00%
  • magenta value is 2.35%
  • yellow value is 16.47%
  • key color value is 33.33%

CMYK: (0,2,16,33)
C0M2Y16K33 (0%, 2%, 16%, 33%)
(0.00 / 0.02 / 0.16 / 0.33)

CMYK percentages

%0
%2.35
%16.47
%33.33

Codes

Color #AAA68E in popluar color models

AA A6 8E
RGB 170 166 142
HSL 51° 14.14% 61.18%
HSB/HSV 51° 16.47% 66.67%
CMYK 0.00% 2.35% 16.47%
33.33%

Color #AAA68E in popluar number systems.

HEX AA A6 8E
Decimal 170 166 142
Binary 10101010 10100110 10001110
Octal 252 246 216

Shades and tints

Shades of #AAA68E

#AAA68E
(170,166,142)
#9B9782
(155,151,130)
#8C8876
(140,136,118)
#7D796A
(125,121,106)
#6E6A5E
(110,106,94)
#5F5B52
(95,91,82)
#504C46
(80,76,70)
#413D3A
(65,61,58)
#322E2E
(50,46,46)
#231F22
(35,31,34)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #AAA68E

#AAA68E
(170,166,142)
#B1AE98
(177,174,152)
#B8B6A2
(184,182,162)
#BFBEAC
(191,190,172)
#C6C6B6
(198,198,182)
#CDCEC0
(205,206,192)
#D4D6CA
(212,214,202)
#DBDED4
(219,222,212)
#E2E6DE
(226,230,222)
#E9EEE8
(233,238,232)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA68E; }

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

This text font color is #AAA68E.

Background Color

.myBgColor { background-color: #AAA68E; }

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

This div background color is #AAA68E.

Border color

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

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

This div border color is #AAA68E.

Opacity

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

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

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

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

This text has shadow with #AAA68E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA68E.

Preview

Color preview on black background

This text has color #AAA68E on black background.


Color preview on white background

This text has color #AAA68E on white background.


Black color preview on #AAA68E background

This text has black color on #AAA68E background.


White color preview on #AAA68E background

This text has white color on #AAA68E background.


Related colors

Complementary color

Complementary color for #hex is #555971.


I love getcolorcode.com

Triadic colors

1 #8EAAA6 and #A68EAA with #AAA68E are triadic colors.

2 #8EA6AA and #A6AA8E with #AAA68E are triadic colors.