COLOR #A88C8B

HEX: #A88C8B
RGB: (168,140,139)

Color info

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

RGB color model

#A88C8B color RGB value is (168,140,139).

  • red value is 168;
  • green value is 140;
  • blue value is 139.
RGB: (168,140,139) (66%,55%,55%)

RGB channels and saturation

R 168 of 255 = 66%
G 140 of 255 = 55%
B 139 of 255 = 55%

168
140
139

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

Portions of RGB colors in percentages

R + G + B =
168 + 140 + 139 = 447 (100%)
R 168 of 447 ~ 37.58%
G 140 of 447 ~ 31.32%
B 139 of 447 ~ 31.1%

%37.58
%31.32
%31.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 17.26%
  • key color value is 34.12%
CMYK: (0,17,17,34) C0M17Y17K34 (0%,17%,17%,34%) (0.00/0.17/0.17/0.34)

CMYK percentages

%0
%16.67
%17.26
%34.12

Codes

Color #A88C8B in popluar color models

A88C8B
RGB168140139
HSL14.29%60.20%
HSB/HSV17.26%65.88%
CMYK0.00%16.67%17.26%
34.12%

Color #A88C8B in popluar number systems.

HEXA88C8B
Decimal168140139
Binary101010001000110010001011
Octal250214213

Shades and tints

Shades of #A88C8B

#A88C8B
(168,140,139)
#99807F
(153,128,127)
#8A7473
(138,116,115)
#7B6867
(123,104,103)
#6C5C5B
(108,92,91)
#5D504F
(93,80,79)
#4E4443
(78,68,67)
#3F3837
(63,56,55)
#302C2B
(48,44,43)
#21201F
(33,32,31)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #A88C8B

#A88C8B
(168,140,139)
#AF9695
(175,150,149)
#B6A09F
(182,160,159)
#BDAAA9
(189,170,169)
#C4B4B3
(196,180,179)
#CBBEBD
(203,190,189)
#D2C8C7
(210,200,199)
#D9D2D1
(217,210,209)
#E0DCDB
(224,220,219)
#E7E6E5
(231,230,229)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88C8B; }

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

This text font color is #A88C8B.


Background Color

.myBgColor { background-color: #A88C8B; }

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

This div background color is #A88C8B.


Border color

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

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

This div border color is #A88C8B.


Opacity

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

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

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

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

This text has shadow with #A88C8B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A88C8B on black background.


Color preview on white background

This text has color #A88C8B on white background.



Black color preview on #A88C8B background

This text has black color on #A88C8B background.


White color preview on #A88C8B background

This text has white color on #A88C8B background.