COLOR #AAA685

HEX: #AAA685 RGB: (170,166,133)

Color info

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

RGB color model

#AAA685 color RGB value is (170,166,133).

RGB: (170,166,133) (67%, 65%, 52%)

RGB channels and saturation

R 170 of 255 = 67%
G 166 of 255 = 65%
B 133 of 255 = 52%

170
166
133

R + G + B ~ 61%. #AAA685 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 166 + 133 = 469 (100%)
R 170 of 469 ~ 36.25%
G 166 of 469 ~ 35.39%
B 133 of 469 ~ 28.36'%

%36.25
%35.39
%28.36

CMYK color model

#AAA685 color CMYK value is (0,2,22,33).

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

CMYK: (0,2,22,33)
C0M2Y22K33 (0%, 2%, 22%, 33%)
(0.00 / 0.02 / 0.22 / 0.33)

CMYK percentages

%0
%2.35
%21.76
%33.33

Codes

Color #AAA685 in popluar color models

AA A6 85
RGB 170 166 133
HSL 54° 17.87% 59.41%
HSB/HSV 54° 21.76% 66.67%
CMYK 0.00% 2.35% 21.76%
33.33%

Color #AAA685 in popluar number systems.

HEX AA A6 85
Decimal 170 166 133
Binary 10101010 10100110 10000101
Octal 252 246 205

Shades and tints

Shades of #AAA685

#AAA685
(170,166,133)
#9B9779
(155,151,121)
#8C886D
(140,136,109)
#7D7961
(125,121,97)
#6E6A55
(110,106,85)
#5F5B49
(95,91,73)
#504C3D
(80,76,61)
#413D31
(65,61,49)
#322E25
(50,46,37)
#231F19
(35,31,25)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #AAA685

#AAA685
(170,166,133)
#B1AE90
(177,174,144)
#B8B69B
(184,182,155)
#BFBEA6
(191,190,166)
#C6C6B1
(198,198,177)
#CDCEBC
(205,206,188)
#D4D6C7
(212,214,199)
#DBDED2
(219,222,210)
#E2E6DD
(226,230,221)
#E9EEE8
(233,238,232)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA685; }

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

This text font color is #AAA685.

Background Color

.myBgColor { background-color: #AAA685; }

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

This div background color is #AAA685.

Border color

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

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

This div border color is #AAA685.

Opacity

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

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

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

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

This text has shadow with #AAA685 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA685.

Preview

Color preview on black background

This text has color #AAA685 on black background.


Color preview on white background

This text has color #AAA685 on white background.


Black color preview on #AAA685 background

This text has black color on #AAA685 background.


White color preview on #AAA685 background

This text has white color on #AAA685 background.


Related colors

Complementary color

Complementary color for #hex is #55597A.


I love getcolorcode.com

Triadic colors

1 #85AAA6 and #A685AA with #AAA685 are triadic colors.

2 #85A6AA and #A6AA85 with #AAA685 are triadic colors.