COLOR #AAB189

HEX: #AAB189 RGB: (170,177,137)

Color info

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

RGB color model

#AAB189 color RGB value is (170,177,137).

RGB: (170,177,137) (67%, 69%, 54%)

RGB channels and saturation

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

170
177
137

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

Portions of RGB colors in percentages

R + G + B = 170 + 177 + 137 = 484 (100%)
R 170 of 484 ~ 35.12%
G 177 of 484 ~ 36.57%
B 137 of 484 ~ 28.31'%

%35.12
%36.57
%28.31

CMYK color model

#AAB189 color CMYK value is (4,0,23,31).

  • cyan value is 3.95%
  • magenta value is 0.00%
  • yellow value is 22.60%
  • key color value is 30.59%

CMYK: (4,0,23,31)
C4M0Y23K31 (4%, 0%, 23%, 31%)
(0.04 / 0.00 / 0.23 / 0.31)

CMYK percentages

%3.95
%0
%22.6
%30.59

Codes

Color #AAB189 in popluar color models

AA B1 89
RGB 170 177 137
HSL 71° 20.41% 61.57%
HSB/HSV 71° 22.60% 69.41%
CMYK 3.95% 0.00% 22.60%
30.59%

Color #AAB189 in popluar number systems.

HEX AA B1 89
Decimal 170 177 137
Binary 10101010 10110001 10001001
Octal 252 261 211

Shades and tints

Shades of #AAB189

#AAB189
(170,177,137)
#9BA17D
(155,161,125)
#8C9171
(140,145,113)
#7D8165
(125,129,101)
#6E7159
(110,113,89)
#5F614D
(95,97,77)
#505141
(80,81,65)
#414135
(65,65,53)
#323129
(50,49,41)
#23211D
(35,33,29)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #AAB189

#AAB189
(170,177,137)
#B1B893
(177,184,147)
#B8BF9D
(184,191,157)
#BFC6A7
(191,198,167)
#C6CDB1
(198,205,177)
#CDD4BB
(205,212,187)
#D4DBC5
(212,219,197)
#DBE2CF
(219,226,207)
#E2E9D9
(226,233,217)
#E9F0E3
(233,240,227)
#F0F7ED
(240,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB189; }

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

This text font color is #AAB189.

Background Color

.myBgColor { background-color: #AAB189; }

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

This div background color is #AAB189.

Border color

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

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

This div border color is #AAB189.

Opacity

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

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

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

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

This text has shadow with #AAB189 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB189.

Preview

Color preview on black background

This text has color #AAB189 on black background.


Color preview on white background

This text has color #AAB189 on white background.


Black color preview on #AAB189 background

This text has black color on #AAB189 background.


White color preview on #AAB189 background

This text has white color on #AAB189 background.


Related colors

Complementary color

Complementary color for #hex is #554E76.


I love getcolorcode.com

Triadic colors

1 #89AAB1 and #B189AA with #AAB189 are triadic colors.

2 #89B1AA and #B1AA89 with #AAB189 are triadic colors.