COLOR #AA9B82

HEX: #AA9B82 RGB: (170,155,130)

Color info

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

RGB color model

#AA9B82 color RGB value is (170,155,130).

RGB: (170,155,130) (67%, 61%, 51%)

RGB channels and saturation

R 170 of 255 = 67%
G 155 of 255 = 61%
B 130 of 255 = 51%

170
155
130

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

Portions of RGB colors in percentages

R + G + B = 170 + 155 + 130 = 455 (100%)
R 170 of 455 ~ 37.36%
G 155 of 455 ~ 34.07%
B 130 of 455 ~ 28.57'%

%37.36
%34.07
%28.57

CMYK color model

#AA9B82 color CMYK value is (0,9,24,33).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 23.53%
  • key color value is 33.33%

CMYK: (0,9,24,33)
C0M9Y24K33 (0%, 9%, 24%, 33%)
(0.00 / 0.09 / 0.24 / 0.33)

CMYK percentages

%0
%8.82
%23.53
%33.33

Codes

Color #AA9B82 in popluar color models

AA 9B 82
RGB 170 155 130
HSL 38° 19.05% 58.82%
HSB/HSV 38° 23.53% 66.67%
CMYK 0.00% 8.82% 23.53%
33.33%

Color #AA9B82 in popluar number systems.

HEX AA 9B 82
Decimal 170 155 130
Binary 10101010 10011011 10000010
Octal 252 233 202

Shades and tints

Shades of #AA9B82

#AA9B82
(170,155,130)
#9B8D77
(155,141,119)
#8C7F6C
(140,127,108)
#7D7161
(125,113,97)
#6E6356
(110,99,86)
#5F554B
(95,85,75)
#504740
(80,71,64)
#413935
(65,57,53)
#322B2A
(50,43,42)
#231D1F
(35,29,31)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #AA9B82

#AA9B82
(170,155,130)
#B1A48D
(177,164,141)
#B8AD98
(184,173,152)
#BFB6A3
(191,182,163)
#C6BFAE
(198,191,174)
#CDC8B9
(205,200,185)
#D4D1C4
(212,209,196)
#DBDACF
(219,218,207)
#E2E3DA
(226,227,218)
#E9ECE5
(233,236,229)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9B82 color. Also use rgb(170,155,130) instead hex code.

Text Font Color

.myTextColor { color: #AA9B82; }

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

This text font color is #AA9B82.

Background Color

.myBgColor { background-color: #AA9B82; }

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

This div background color is #AA9B82.

Border color

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

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

This div border color is #AA9B82.

Opacity

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

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

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

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

This text has shadow with #AA9B82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9B82.

Preview

Color preview on black background

This text has color #AA9B82 on black background.


Color preview on white background

This text has color #AA9B82 on white background.


Black color preview on #AA9B82 background

This text has black color on #AA9B82 background.


White color preview on #AA9B82 background

This text has white color on #AA9B82 background.


Related colors

Complementary color

Complementary color for #hex is #55647D.


I love getcolorcode.com

Triadic colors

1 #82AA9B and #9B82AA with #AA9B82 are triadic colors.

2 #829BAA and #9BAA82 with #AA9B82 are triadic colors.