COLOR #A88F87

HEX: #A88F87
RGB: (168,143,135)

Color info

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

RGB color model

#A88F87 color RGB value is (168,143,135).

  • red value is 168;
  • green value is 143;
  • blue value is 135.
RGB:
(168,143,135)
(66%,56%,53%)

RGB channels and saturation

R 168 of 255 = 66%
G 143 of 255 = 56%
B 135 of 255 = 53%

168
143
135

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

Portions of RGB colors in percentages

R + G + B =
168 + 143 + 135 = 446 (100%)
R 168 of 446 ~ 37.67%
G 143 of 446 ~ 32.06%
B 135 of 446 ~ 30.27%

%37.67
%32.06
%30.27

CMYK color model

#A88F87 color CMYK value is (0,15,20,34).

  • cyan value is 0.00%
  • magenta value is 14.88%
  • yellow value is 19.64%
  • key color value is 34.12%
CMYK:
(0,15,20,34)
C0M15Y20K34 
(0%,15%,20%,34%)
(0.00/0.15/0.20/0.34)	

CMYK percentages

%0
%14.88
%19.64
%34.12

Codes

Color #A88F87 in popluar color models

A88F87
RGB168143135
HSL15°15.94%59.41%
HSB/HSV15°19.64%65.88%
CMYK0.00%14.88%19.64%
34.12%

Color #A88F87 in popluar number systems.

HEXA88F87
Decimal168143135
Binary101010001000111110000111
Octal250217207

Shades and tints

Shades of #A88F87

#A88F87
(168,143,135)
#99827B
(153,130,123)
#8A756F
(138,117,111)
#7B6863
(123,104,99)
#6C5B57
(108,91,87)
#5D4E4B
(93,78,75)
#4E413F
(78,65,63)
#3F3433
(63,52,51)
#302727
(48,39,39)
#211A1B
(33,26,27)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #A88F87

#A88F87
(168,143,135)
#AF9991
(175,153,145)
#B6A39B
(182,163,155)
#BDADA5
(189,173,165)
#C4B7AF
(196,183,175)
#CBC1B9
(203,193,185)
#D2CBC3
(210,203,195)
#D9D5CD
(217,213,205)
#E0DFD7
(224,223,215)
#E7E9E1
(231,233,225)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88F87; }

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

This text font color is #A88F87.


Background Color

.myBgColor { background-color: #A88F87; }

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

This div background color is #A88F87.


Border color

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

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

This div border color is #A88F87.


Opacity

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

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

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

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

This text has shadow with #A88F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88F87 on black background.


Color preview on white background

This text has color #A88F87 on white background.



Black color preview on #A88F87 background

This text has black color on #A88F87 background.


White color preview on #A88F87 background

This text has white color on #A88F87 background.