COLOR #AAAB82

HEX: #AAAB82 RGB: (170,171,130)

Color info

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

RGB color model

#AAAB82 color RGB value is (170,171,130).

RGB: (170,171,130) (67%, 67%, 51%)

RGB channels and saturation

R 170 of 255 = 67%
G 171 of 255 = 67%
B 130 of 255 = 51%

170
171
130

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

Portions of RGB colors in percentages

R + G + B = 170 + 171 + 130 = 471 (100%)
R 170 of 471 ~ 36.09%
G 171 of 471 ~ 36.31%
B 130 of 471 ~ 27.6'%

%36.09
%36.31
%27.6

CMYK color model

#AAAB82 color CMYK value is (1,0,24,33).

  • cyan value is 0.58%
  • magenta value is 0.00%
  • yellow value is 23.98%
  • key color value is 32.94%

CMYK: (1,0,24,33)
C1M0Y24K33 (1%, 0%, 24%, 33%)
(0.01 / 0.00 / 0.24 / 0.33)

CMYK percentages

%0.58
%0
%23.98
%32.94

Codes

Color #AAAB82 in popluar color models

AA AB 82
RGB 170 171 130
HSL 61° 19.62% 59.02%
HSB/HSV 61° 23.98% 67.06%
CMYK 0.58% 0.00% 23.98%
32.94%

Color #AAAB82 in popluar number systems.

HEX AA AB 82
Decimal 170 171 130
Binary 10101010 10101011 10000010
Octal 252 253 202

Shades and tints

Shades of #AAAB82

#AAAB82
(170,171,130)
#9B9C77
(155,156,119)
#8C8D6C
(140,141,108)
#7D7E61
(125,126,97)
#6E6F56
(110,111,86)
#5F604B
(95,96,75)
#505140
(80,81,64)
#414235
(65,66,53)
#32332A
(50,51,42)
#23241F
(35,36,31)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #AAAB82

#AAAB82
(170,171,130)
#B1B28D
(177,178,141)
#B8B998
(184,185,152)
#BFC0A3
(191,192,163)
#C6C7AE
(198,199,174)
#CDCEB9
(205,206,185)
#D4D5C4
(212,213,196)
#DBDCCF
(219,220,207)
#E2E3DA
(226,227,218)
#E9EAE5
(233,234,229)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAB82; }

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

This text font color is #AAAB82.

Background Color

.myBgColor { background-color: #AAAB82; }

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

This div background color is #AAAB82.

Border color

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

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

This div border color is #AAAB82.

Opacity

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

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

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

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

This text has shadow with #AAAB82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAAB82.

Preview

Color preview on black background

This text has color #AAAB82 on black background.


Color preview on white background

This text has color #AAAB82 on white background.


Black color preview on #AAAB82 background

This text has black color on #AAAB82 background.


White color preview on #AAAB82 background

This text has white color on #AAAB82 background.


Related colors

Complementary color

Complementary color for #hex is #55547D.


I love getcolorcode.com

Triadic colors

1 #82AAAB and #AB82AA with #AAAB82 are triadic colors.

2 #82ABAA and #ABAA82 with #AAAB82 are triadic colors.