COLOR #A88C87

HEX: #A88C87 RGB: (168,140,135)

Color info

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

RGB color model

#A88C87 color RGB value is (168,140,135).

RGB: (168,140,135) (66%, 55%, 53%)

RGB channels and saturation

R 168 of 255 = 66%
G 140 of 255 = 55%
B 135 of 255 = 53%

168
140
135

R + G + B ~ 58%. #A88C87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 168 + 140 + 135 = 443 (100%)
R 168 of 443 ~ 37.92%
G 140 of 443 ~ 31.6%
B 135 of 443 ~ 30.47'%

%37.92
%31.6
%30.47

CMYK color model

#A88C87 color CMYK value is (0,17,20,34).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 19.64%
  • key color value is 34.12%

CMYK: (0,17,20,34)
C0M17Y20K34 (0%, 17%, 20%, 34%)
(0.00 / 0.17 / 0.20 / 0.34)

CMYK percentages

%0
%16.67
%19.64
%34.12

Codes

Color #A88C87 in popluar color models

A8 8C 87
RGB 168 140 135
HSL 15.94% 59.41%
HSB/HSV 19.64% 65.88%
CMYK 0.00% 16.67% 19.64%
34.12%

Color #A88C87 in popluar number systems.

HEX A8 8C 87
Decimal 168 140 135
Binary 10101000 10001100 10000111
Octal 250 214 207

Shades and tints

Shades of #A88C87

#A88C87
(168,140,135)
#99807B
(153,128,123)
#8A746F
(138,116,111)
#7B6863
(123,104,99)
#6C5C57
(108,92,87)
#5D504B
(93,80,75)
#4E443F
(78,68,63)
#3F3833
(63,56,51)
#302C27
(48,44,39)
#21201B
(33,32,27)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #A88C87

#A88C87
(168,140,135)
#AF9691
(175,150,145)
#B6A09B
(182,160,155)
#BDAAA5
(189,170,165)
#C4B4AF
(196,180,175)
#CBBEB9
(203,190,185)
#D2C8C3
(210,200,195)
#D9D2CD
(217,210,205)
#E0DCD7
(224,220,215)
#E7E6E1
(231,230,225)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88C87; }

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

This text font color is #A88C87.

Background Color

.myBgColor { background-color: #A88C87; }

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

This div background color is #A88C87.

Border color

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

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

This div border color is #A88C87.

Opacity

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

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

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

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

This text has shadow with #A88C87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88C87.

Preview

Color preview on black background

This text has color #A88C87 on black background.


Color preview on white background

This text has color #A88C87 on white background.


Black color preview on #A88C87 background

This text has black color on #A88C87 background.


White color preview on #A88C87 background

This text has white color on #A88C87 background.


Related colors

Complementary color

Complementary color for #hex is #577378.


I love getcolorcode.com

Triadic colors

1 #87A88C and #8C87A8 with #A88C87 are triadic colors.

2 #878CA8 and #8CA887 with #A88C87 are triadic colors.