COLOR #ABA887

HEX: #ABA887 RGB: (171,168,135)

Color info

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

RGB color model

#ABA887 color RGB value is (171,168,135).

RGB: (171,168,135) (67%, 66%, 53%)

RGB channels and saturation

R 171 of 255 = 67%
G 168 of 255 = 66%
B 135 of 255 = 53%

171
168
135

R + G + B ~ 62%. #ABA887 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 168 + 135 = 474 (100%)
R 171 of 474 ~ 36.08%
G 168 of 474 ~ 35.44%
B 135 of 474 ~ 28.48'%

%36.08
%35.44
%28.48

CMYK color model

#ABA887 color CMYK value is (0,2,21,33).

  • cyan value is 0.00%
  • magenta value is 1.75%
  • yellow value is 21.05%
  • key color value is 32.94%

CMYK: (0,2,21,33)
C0M2Y21K33 (0%, 2%, 21%, 33%)
(0.00 / 0.02 / 0.21 / 0.33)

CMYK percentages

%0
%1.75
%21.05
%32.94

Codes

Color #ABA887 in popluar color models

AB A8 87
RGB 171 168 135
HSL 55° 17.65% 60.00%
HSB/HSV 55° 21.05% 67.06%
CMYK 0.00% 1.75% 21.05%
32.94%

Color #ABA887 in popluar number systems.

HEX AB A8 87
Decimal 171 168 135
Binary 10101011 10101000 10000111
Octal 253 250 207

Shades and tints

Shades of #ABA887

#ABA887
(171,168,135)
#9C997B
(156,153,123)
#8D8A6F
(141,138,111)
#7E7B63
(126,123,99)
#6F6C57
(111,108,87)
#605D4B
(96,93,75)
#514E3F
(81,78,63)
#423F33
(66,63,51)
#333027
(51,48,39)
#24211B
(36,33,27)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #ABA887

#ABA887
(171,168,135)
#B2AF91
(178,175,145)
#B9B69B
(185,182,155)
#C0BDA5
(192,189,165)
#C7C4AF
(199,196,175)
#CECBB9
(206,203,185)
#D5D2C3
(213,210,195)
#DCD9CD
(220,217,205)
#E3E0D7
(227,224,215)
#EAE7E1
(234,231,225)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA887 color. Also use rgb(171,168,135) instead hex code.

Text Font Color

.myTextColor { color: #ABA887; }

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

This text font color is #ABA887.

Background Color

.myBgColor { background-color: #ABA887; }

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

This div background color is #ABA887.

Border color

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

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

This div border color is #ABA887.

Opacity

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

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

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

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

This text has shadow with #ABA887 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA887.

Preview

Color preview on black background

This text has color #ABA887 on black background.


Color preview on white background

This text has color #ABA887 on white background.


Black color preview on #ABA887 background

This text has black color on #ABA887 background.


White color preview on #ABA887 background

This text has white color on #ABA887 background.


Related colors

Complementary color

Complementary color for #hex is #545778.


I love getcolorcode.com

Triadic colors

1 #87ABA8 and #A887AB with #ABA887 are triadic colors.

2 #87A8AB and #A8AB87 with #ABA887 are triadic colors.