COLOR #AAA68D

HEX: #AAA68D
RGB: (170,166,141)

Color info

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

RGB color model

#AAA68D color RGB value is (170,166,141).

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

RGB channels and saturation

R 170 of 255 = 67%
G 166 of 255 = 65%
B 141 of 255 = 55%

170
166
141

R + G + B ~ 62%. #AAA68D is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 166 + 141 = 477 (100%)
R 170 of 477 ~ 35.64%
G 166 of 477 ~ 34.8%
B 141 of 477 ~ 29.56%

%35.64
%34.8
%29.56

CMYK color model

#AAA68D color CMYK value is (0,2,17,33).

  • cyan value is 0.00%
  • magenta value is 2.35%
  • yellow value is 17.06%
  • key color value is 33.33%
CMYK:
(0,2,17,33)
C0M2Y17K33 
(0%,2%,17%,33%)
(0.00/0.02/0.17/0.33)	

CMYK percentages

%0
%2.35
%17.06
%33.33

Codes

Color #AAA68D in popluar color models

AAA68D
RGB170166141
HSL52°14.57%60.98%
HSB/HSV52°17.06%66.67%
CMYK0.00%2.35%17.06%
33.33%

Color #AAA68D in popluar number systems.

HEXAAA68D
Decimal170166141
Binary101010101010011010001101
Octal252246215

Shades and tints

Shades of #AAA68D

#AAA68D
(170,166,141)
#9B9781
(155,151,129)
#8C8875
(140,136,117)
#7D7969
(125,121,105)
#6E6A5D
(110,106,93)
#5F5B51
(95,91,81)
#504C45
(80,76,69)
#413D39
(65,61,57)
#322E2D
(50,46,45)
#231F21
(35,31,33)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #AAA68D

#AAA68D
(170,166,141)
#B1AE97
(177,174,151)
#B8B6A1
(184,182,161)
#BFBEAB
(191,190,171)
#C6C6B5
(198,198,181)
#CDCEBF
(205,206,191)
#D4D6C9
(212,214,201)
#DBDED3
(219,222,211)
#E2E6DD
(226,230,221)
#E9EEE7
(233,238,231)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA68D; }

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

This text font color is #AAA68D.


Background Color

.myBgColor { background-color: #AAA68D; }

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

This div background color is #AAA68D.


Border color

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

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

This div border color is #AAA68D.


Opacity

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

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

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

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

This text has shadow with #AAA68D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA68D on black background.


Color preview on white background

This text has color #AAA68D on white background.



Black color preview on #AAA68D background

This text has black color on #AAA68D background.


White color preview on #AAA68D background

This text has white color on #AAA68D background.