COLOR #A88D71

HEX: #A88D71
RGB: (168,141,113)

Color info

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

RGB color model

#A88D71 color RGB value is (168,141,113).

  • red value is 168;
  • green value is 141;
  • blue value is 113.
RGB:
(168,141,113)
(66%,55%,44%)

RGB channels and saturation

R 168 of 255 = 66%
G 141 of 255 = 55%
B 113 of 255 = 44%

168
141
113

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

Portions of RGB colors in percentages

R + G + B =
168 + 141 + 113 = 422 (100%)
R 168 of 422 ~ 39.81%
G 141 of 422 ~ 33.41%
B 113 of 422 ~ 26.78%

%39.81
%33.41
%26.78

CMYK color model

#A88D71 color CMYK value is (0,16,33,34).

  • cyan value is 0.00%
  • magenta value is 16.07%
  • yellow value is 32.74%
  • key color value is 34.12%
CMYK:
(0,16,33,34)
C0M16Y33K34 
(0%,16%,33%,34%)
(0.00/0.16/0.33/0.34)	

CMYK percentages

%0
%16.07
%32.74
%34.12

Codes

Color #A88D71 in popluar color models

A88D71
RGB168141113
HSL31°24.02%55.10%
HSB/HSV31°32.74%65.88%
CMYK0.00%16.07%32.74%
34.12%

Color #A88D71 in popluar number systems.

HEXA88D71
Decimal168141113
Binary10101000100011011110001
Octal250215161

Shades and tints

Shades of #A88D71

#A88D71
(168,141,113)
#998167
(153,129,103)
#8A755D
(138,117,93)
#7B6953
(123,105,83)
#6C5D49
(108,93,73)
#5D513F
(93,81,63)
#4E4535
(78,69,53)
#3F392B
(63,57,43)
#302D21
(48,45,33)
#212117
(33,33,23)
#12150D
(18,21,13)
#000000
(0,0,0)

Tints of #A88D71

#A88D71
(168,141,113)
#AF977D
(175,151,125)
#B6A189
(182,161,137)
#BDAB95
(189,171,149)
#C4B5A1
(196,181,161)
#CBBFAD
(203,191,173)
#D2C9B9
(210,201,185)
#D9D3C5
(217,211,197)
#E0DDD1
(224,221,209)
#E7E7DD
(231,231,221)
#EEF1E9
(238,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88D71 color. Also use rgb(168,141,113) instead hex code.

Text Font Color

.myTextColor { color: #A88D71; }

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

This text font color is #A88D71.


Background Color

.myBgColor { background-color: #A88D71; }

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

This div background color is #A88D71.


Border color

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

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

This div border color is #A88D71.


Opacity

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

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

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

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

This text has shadow with #A88D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88D71 on black background.


Color preview on white background

This text has color #A88D71 on white background.



Black color preview on #A88D71 background

This text has black color on #A88D71 background.


White color preview on #A88D71 background

This text has white color on #A88D71 background.