COLOR #A88C7F

HEX: #A88C7F
RGB: (168,140,127)

Color info

#A88C7F contains red, green and blue colors in about the same proportion. Web safe color of #A88C7F is #999966 (or #996).

RGB color model

#A88C7F color RGB value is (168,140,127).

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

RGB channels and saturation

R 168 of 255 = 66%
G 140 of 255 = 55%
B 127 of 255 = 50%

168
140
127

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

Portions of RGB colors in percentages

R + G + B =
168 + 140 + 127 = 435 (100%)
R 168 of 435 ~ 38.62%
G 140 of 435 ~ 32.18%
B 127 of 435 ~ 29.2%

%38.62
%32.18
%29.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 24.40%
  • key color value is 34.12%
CMYK:
(0,17,24,34)
C0M17Y24K34 
(0%,17%,24%,34%)
(0.00/0.17/0.24/0.34)	

CMYK percentages

%0
%16.67
%24.4
%34.12

Codes

Color #A88C7F in popluar color models

A88C7F
RGB168140127
HSL19°19.07%57.84%
HSB/HSV19°24.40%65.88%
CMYK0.00%16.67%24.40%
34.12%

Color #A88C7F in popluar number systems.

HEXA88C7F
Decimal168140127
Binary10101000100011001111111
Octal250214177

Shades and tints

Shades of #A88C7F

#A88C7F
(168,140,127)
#998074
(153,128,116)
#8A7469
(138,116,105)
#7B685E
(123,104,94)
#6C5C53
(108,92,83)
#5D5048
(93,80,72)
#4E443D
(78,68,61)
#3F3832
(63,56,50)
#302C27
(48,44,39)
#21201C
(33,32,28)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #A88C7F

#A88C7F
(168,140,127)
#AF968A
(175,150,138)
#B6A095
(182,160,149)
#BDAAA0
(189,170,160)
#C4B4AB
(196,180,171)
#CBBEB6
(203,190,182)
#D2C8C1
(210,200,193)
#D9D2CC
(217,210,204)
#E0DCD7
(224,220,215)
#E7E6E2
(231,230,226)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88C7F; }

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

This text font color is #A88C7F.


Background Color

.myBgColor { background-color: #A88C7F; }

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

This div background color is #A88C7F.


Border color

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

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

This div border color is #A88C7F.


Opacity

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

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

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

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

This text has shadow with #A88C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88C7F on black background.


Color preview on white background

This text has color #A88C7F on white background.



Black color preview on #A88C7F background

This text has black color on #A88C7F background.


White color preview on #A88C7F background

This text has white color on #A88C7F background.