COLOR #AAA882

HEX: #AAA882 RGB: (170,168,130)

Color info

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

RGB color model

#AAA882 color RGB value is (170,168,130).

RGB: (170,168,130) (67%, 66%, 51%)

RGB channels and saturation

R 170 of 255 = 67%
G 168 of 255 = 66%
B 130 of 255 = 51%

170
168
130

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

Portions of RGB colors in percentages

R + G + B = 170 + 168 + 130 = 468 (100%)
R 170 of 468 ~ 36.32%
G 168 of 468 ~ 35.9%
B 130 of 468 ~ 27.78'%

%36.32
%35.9
%27.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.18%
  • yellow value is 23.53%
  • key color value is 33.33%
CMYK: (0,1,24,33) C0M1Y24K33 (0%,1%,24%,33%) (0.00/0.01/0.24/0.33) 

CMYK percentages

%0
%1.18
%23.53
%33.33

Codes

Color #AAA882 in popluar color models

AA A8 82
RGB 170 168 130
HSL 57° 19.05% 58.82%
HSB/HSV 57° 23.53% 66.67%
CMYK 0.00% 1.18% 23.53%
33.33%

Color #AAA882 in popluar number systems.

HEX AA A8 82
Decimal 170 168 130
Binary 10101010 10101000 10000010
Octal 252 250 202

Shades and tints

Shades of #AAA882

#AAA882
(170,168,130)
#9B9977
(155,153,119)
#8C8A6C
(140,138,108)
#7D7B61
(125,123,97)
#6E6C56
(110,108,86)
#5F5D4B
(95,93,75)
#504E40
(80,78,64)
#413F35
(65,63,53)
#32302A
(50,48,42)
#23211F
(35,33,31)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #AAA882

#AAA882
(170,168,130)
#B1AF8D
(177,175,141)
#B8B698
(184,182,152)
#BFBDA3
(191,189,163)
#C6C4AE
(198,196,174)
#CDCBB9
(205,203,185)
#D4D2C4
(212,210,196)
#DBD9CF
(219,217,207)
#E2E0DA
(226,224,218)
#E9E7E5
(233,231,229)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA882; }

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

This text font color is #AAA882.

Background Color

.myBgColor { background-color: #AAA882; }

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

This div background color is #AAA882.

Border color

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

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

This div border color is #AAA882.

Opacity

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

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

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

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

This text has shadow with #AAA882 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA882.

Preview

Color preview on black background

This text has color #AAA882 on black background.


Color preview on white background

This text has color #AAA882 on white background.


Black color preview on #AAA882 background

This text has black color on #AAA882 background.


White color preview on #AAA882 background

This text has white color on #AAA882 background.


Related colors

Complementary color

Complementary color for #hex is #55577D.


I love getcolorcode.com

Triadic colors

1 #82AAA8 and #A882AA with #AAA882 are triadic colors.

2 #82A8AA and #A8AA82 with #AAA882 are triadic colors.