COLOR #AAB589

HEX: #AAB589
RGB: (170,181,137)

Color info

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

RGB color model

#AAB589 color RGB value is (170,181,137).

  • red value is 170;
  • green value is 181;
  • blue value is 137.
RGB:
(170,181,137)
(67%,71%,54%)

RGB channels and saturation

R 170 of 255 = 67%
G 181 of 255 = 71%
B 137 of 255 = 54%

170
181
137

R + G + B ~ 64%. #AAB589 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 181 + 137 = 488 (100%)
R 170 of 488 ~ 34.84%
G 181 of 488 ~ 37.09%
B 137 of 488 ~ 28.07%

%34.84
%37.09
%28.07

CMYK color model

#AAB589 color CMYK value is (6,0,24,29).

  • cyan value is 6.08%
  • magenta value is 0.00%
  • yellow value is 24.31%
  • key color value is 29.02%
CMYK:
(6,0,24,29)
C6M0Y24K29 
(6%,0%,24%,29%)
(0.06/0.00/0.24/0.29)	

CMYK percentages

%6.08
%0
%24.31
%29.02

Codes

Color #AAB589 in popluar color models

AAB589
RGB170181137
HSL75°22.92%62.35%
HSB/HSV75°24.31%70.98%
CMYK6.08%0.00%24.31%
29.02%

Color #AAB589 in popluar number systems.

HEXAAB589
Decimal170181137
Binary101010101011010110001001
Octal252265211

Shades and tints

Shades of #AAB589

#AAB589
(170,181,137)
#9BA57D
(155,165,125)
#8C9571
(140,149,113)
#7D8565
(125,133,101)
#6E7559
(110,117,89)
#5F654D
(95,101,77)
#505541
(80,85,65)
#414535
(65,69,53)
#323529
(50,53,41)
#23251D
(35,37,29)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #AAB589

#AAB589
(170,181,137)
#B1BB93
(177,187,147)
#B8C19D
(184,193,157)
#BFC7A7
(191,199,167)
#C6CDB1
(198,205,177)
#CDD3BB
(205,211,187)
#D4D9C5
(212,217,197)
#DBDFCF
(219,223,207)
#E2E5D9
(226,229,217)
#E9EBE3
(233,235,227)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB589 color. Also use rgb(170,181,137) instead hex code.

Text Font Color

.myTextColor { color: #AAB589; }

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

This text font color is #AAB589.


Background Color

.myBgColor { background-color: #AAB589; }

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

This div background color is #AAB589.


Border color

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

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

This div border color is #AAB589.


Opacity

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

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

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

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

This text has shadow with #AAB589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB589 on black background.


Color preview on white background

This text has color #AAB589 on white background.



Black color preview on #AAB589 background

This text has black color on #AAB589 background.


White color preview on #AAB589 background

This text has white color on #AAB589 background.