COLOR #AAB089

HEX: #AAB089
RGB: (170,176,137)

Color info

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

RGB color model

#AAB089 color RGB value is (170,176,137).

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

RGB channels and saturation

R 170 of 255 = 67%
G 176 of 255 = 69%
B 137 of 255 = 54%

170
176
137

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

Portions of RGB colors in percentages

R + G + B =
170 + 176 + 137 = 483 (100%)
R 170 of 483 ~ 35.2%
G 176 of 483 ~ 36.44%
B 137 of 483 ~ 28.36%

%35.2
%36.44
%28.36

CMYK color model

#AAB089 color CMYK value is (3,0,22,31).

  • cyan value is 3.41%
  • magenta value is 0.00%
  • yellow value is 22.16%
  • key color value is 30.98%
CMYK:
(3,0,22,31)
C3M0Y22K31 
(3%,0%,22%,31%)
(0.03/0.00/0.22/0.31)	

CMYK percentages

%3.41
%0
%22.16
%30.98

Codes

Color #AAB089 in popluar color models

AAB089
RGB170176137
HSL69°19.80%61.37%
HSB/HSV69°22.16%69.02%
CMYK3.41%0.00%22.16%
30.98%

Color #AAB089 in popluar number systems.

HEXAAB089
Decimal170176137
Binary101010101011000010001001
Octal252260211

Shades and tints

Shades of #AAB089

#AAB089
(170,176,137)
#9BA07D
(155,160,125)
#8C9071
(140,144,113)
#7D8065
(125,128,101)
#6E7059
(110,112,89)
#5F604D
(95,96,77)
#505041
(80,80,65)
#414035
(65,64,53)
#323029
(50,48,41)
#23201D
(35,32,29)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #AAB089

#AAB089
(170,176,137)
#B1B793
(177,183,147)
#B8BE9D
(184,190,157)
#BFC5A7
(191,197,167)
#C6CCB1
(198,204,177)
#CDD3BB
(205,211,187)
#D4DAC5
(212,218,197)
#DBE1CF
(219,225,207)
#E2E8D9
(226,232,217)
#E9EFE3
(233,239,227)
#F0F6ED
(240,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB089; }

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

This text font color is #AAB089.


Background Color

.myBgColor { background-color: #AAB089; }

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

This div background color is #AAB089.


Border color

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

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

This div border color is #AAB089.


Opacity

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

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

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

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

This text has shadow with #AAB089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB089 on black background.


Color preview on white background

This text has color #AAB089 on white background.



Black color preview on #AAB089 background

This text has black color on #AAB089 background.


White color preview on #AAB089 background

This text has white color on #AAB089 background.