COLOR #AAB387

HEX: #AAB387 RGB: (170,179,135)

Color info

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

RGB color model

#AAB387 color RGB value is (170,179,135).

RGB: (170,179,135) (67%, 70%, 53%)

RGB channels and saturation

R 170 of 255 = 67%
G 179 of 255 = 70%
B 135 of 255 = 53%

170
179
135

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

Portions of RGB colors in percentages

R + G + B = 170 + 179 + 135 = 484 (100%)
R 170 of 484 ~ 35.12%
G 179 of 484 ~ 36.98%
B 135 of 484 ~ 27.89'%

%35.12
%36.98
%27.89

CMYK color model

#AAB387 color CMYK value is (5,0,25,30).

  • cyan value is 5.03%
  • magenta value is 0.00%
  • yellow value is 24.58%
  • key color value is 29.80%

CMYK: (5,0,25,30)
C5M0Y25K30 (5%, 0%, 25%, 30%)
(0.05 / 0.00 / 0.25 / 0.30)

CMYK percentages

%5.03
%0
%24.58
%29.8

Codes

Color #AAB387 in popluar color models

AA B3 87
RGB 170 179 135
HSL 72° 22.45% 61.57%
HSB/HSV 72° 24.58% 70.20%
CMYK 5.03% 0.00% 24.58%
29.80%

Color #AAB387 in popluar number systems.

HEX AA B3 87
Decimal 170 179 135
Binary 10101010 10110011 10000111
Octal 252 263 207

Shades and tints

Shades of #AAB387

#AAB387
(170,179,135)
#9BA37B
(155,163,123)
#8C936F
(140,147,111)
#7D8363
(125,131,99)
#6E7357
(110,115,87)
#5F634B
(95,99,75)
#50533F
(80,83,63)
#414333
(65,67,51)
#323327
(50,51,39)
#23231B
(35,35,27)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #AAB387

#AAB387
(170,179,135)
#B1B991
(177,185,145)
#B8BF9B
(184,191,155)
#BFC5A5
(191,197,165)
#C6CBAF
(198,203,175)
#CDD1B9
(205,209,185)
#D4D7C3
(212,215,195)
#DBDDCD
(219,221,205)
#E2E3D7
(226,227,215)
#E9E9E1
(233,233,225)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB387 color. Also use rgb(170,179,135) instead hex code.

Text Font Color

.myTextColor { color: #AAB387; }

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

This text font color is #AAB387.

Background Color

.myBgColor { background-color: #AAB387; }

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

This div background color is #AAB387.

Border color

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

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

This div border color is #AAB387.

Opacity

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

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

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

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

This text has shadow with #AAB387 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB387.

Preview

Color preview on black background

This text has color #AAB387 on black background.


Color preview on white background

This text has color #AAB387 on white background.


Black color preview on #AAB387 background

This text has black color on #AAB387 background.


White color preview on #AAB387 background

This text has white color on #AAB387 background.


Related colors

Complementary color

Complementary color for #hex is #554C78.


I love getcolorcode.com

Triadic colors

1 #87AAB3 and #B387AA with #AAB387 are triadic colors.

2 #87B3AA and #B3AA87 with #AAB387 are triadic colors.