COLOR #AAB882

HEX: #AAB882 RGB: (170,184,130)

Color info

#AAB882 contains red, green and blue colors in about the same proportion. Web safe color of #AAB882 is #99CC99 (or #9C9).

RGB color model

#AAB882 color RGB value is (170,184,130).

RGB: (170,184,130) (67%, 72%, 51%)

RGB channels and saturation

R 170 of 255 = 67%
G 184 of 255 = 72%
B 130 of 255 = 51%

170
184
130

R + G + B ~ 63%. #AAB882 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 184 + 130 = 484 (100%)
R 170 of 484 ~ 35.12%
G 184 of 484 ~ 38.02%
B 130 of 484 ~ 26.86'%

%35.12
%38.02
%26.86

CMYK color model

#AAB882 color CMYK value is (8,0,29,28).

  • cyan value is 7.61%
  • magenta value is 0.00%
  • yellow value is 29.35%
  • key color value is 27.84%

CMYK: (8,0,29,28)
C8M0Y29K28 (8%, 0%, 29%, 28%)
(0.08 / 0.00 / 0.29 / 0.28)

CMYK percentages

%7.61
%0
%29.35
%27.84

Codes

Color #AAB882 in popluar color models

AA B8 82
RGB 170 184 130
HSL 76° 27.55% 61.57%
HSB/HSV 76° 29.35% 72.16%
CMYK 7.61% 0.00% 29.35%
27.84%

Color #AAB882 in popluar number systems.

HEX AA B8 82
Decimal 170 184 130
Binary 10101010 10111000 10000010
Octal 252 270 202

Shades and tints

Shades of #AAB882

#AAB882
(170,184,130)
#9BA877
(155,168,119)
#8C986C
(140,152,108)
#7D8861
(125,136,97)
#6E7856
(110,120,86)
#5F684B
(95,104,75)
#505840
(80,88,64)
#414835
(65,72,53)
#32382A
(50,56,42)
#23281F
(35,40,31)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #AAB882

#AAB882
(170,184,130)
#B1BE8D
(177,190,141)
#B8C498
(184,196,152)
#BFCAA3
(191,202,163)
#C6D0AE
(198,208,174)
#CDD6B9
(205,214,185)
#D4DCC4
(212,220,196)
#DBE2CF
(219,226,207)
#E2E8DA
(226,232,218)
#E9EEE5
(233,238,229)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB882; }

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

This text font color is #AAB882.

Background Color

.myBgColor { background-color: #AAB882; }

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

This div background color is #AAB882.

Border color

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

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

This div border color is #AAB882.

Opacity

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

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

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

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

This text has shadow with #AAB882 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB882.

Preview

Color preview on black background

This text has color #AAB882 on black background.


Color preview on white background

This text has color #AAB882 on white background.


Black color preview on #AAB882 background

This text has black color on #AAB882 background.


White color preview on #AAB882 background

This text has white color on #AAB882 background.


Related colors

Complementary color

Complementary color for #hex is #55477D.


I love getcolorcode.com

Triadic colors

1 #82AAB8 and #B882AA with #AAB882 are triadic colors.

2 #82B8AA and #B8AA82 with #AAB882 are triadic colors.