COLOR #A88C5E

HEX: #A88C5E
RGB: (168,140,94)

Color info

#A88C5E contains mainly red and green colors. Web safe color of #A88C5E is #999966 (or #996).

RGB color model

#A88C5E color RGB value is (168,140,94).

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

RGB channels and saturation

R 168 of 255 = 66%
G 140 of 255 = 55%
B 94 of 255 = 37%

168
140
94

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

Portions of RGB colors in percentages

R + G + B =
168 + 140 + 94 = 402 (100%)
R 168 of 402 ~ 41.79%
G 140 of 402 ~ 34.83%
B 94 of 402 ~ 23.38%

%41.79
%34.83
%23.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 44.05%
  • key color value is 34.12%
CMYK:
(0,17,44,34)
C0M17Y44K34 
(0%,17%,44%,34%)
(0.00/0.17/0.44/0.34)	

CMYK percentages

%0
%16.67
%44.05
%34.12

Codes

Color #A88C5E in popluar color models

A88C5E
RGB16814094
HSL37°29.84%51.37%
HSB/HSV37°44.05%65.88%
CMYK0.00%16.67%44.05%
34.12%

Color #A88C5E in popluar number systems.

HEXA88C5E
Decimal16814094
Binary10101000100011001011110
Octal250214136

Shades and tints

Shades of #A88C5E

#A88C5E
(168,140,94)
#998056
(153,128,86)
#8A744E
(138,116,78)
#7B6846
(123,104,70)
#6C5C3E
(108,92,62)
#5D5036
(93,80,54)
#4E442E
(78,68,46)
#3F3826
(63,56,38)
#302C1E
(48,44,30)
#212016
(33,32,22)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #A88C5E

#A88C5E
(168,140,94)
#AF966C
(175,150,108)
#B6A07A
(182,160,122)
#BDAA88
(189,170,136)
#C4B496
(196,180,150)
#CBBEA4
(203,190,164)
#D2C8B2
(210,200,178)
#D9D2C0
(217,210,192)
#E0DCCE
(224,220,206)
#E7E6DC
(231,230,220)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88C5E; }

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

This text font color is #A88C5E.


Background Color

.myBgColor { background-color: #A88C5E; }

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

This div background color is #A88C5E.


Border color

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

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

This div border color is #A88C5E.


Opacity

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

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

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

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

This text has shadow with #A88C5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88C5E on black background.


Color preview on white background

This text has color #A88C5E on white background.



Black color preview on #A88C5E background

This text has black color on #A88C5E background.


White color preview on #A88C5E background

This text has white color on #A88C5E background.