COLOR #A88B71

HEX: #A88B71 RGB: (168,139,113)

Color info

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

RGB color model

#A88B71 color RGB value is (168,139,113).

RGB: (168,139,113) (66%, 55%, 44%)

RGB channels and saturation

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

168
139
113

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

Portions of RGB colors in percentages

R + G + B = 168 + 139 + 113 = 420 (100%)
R 168 of 420 ~ 40%
G 139 of 420 ~ 33.1%
B 113 of 420 ~ 26.9'%

%40
%33.1
%26.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.26%
  • yellow value is 32.74%
  • key color value is 34.12%

CMYK: (0,17,33,34)
C0M17Y33K34 (0%, 17%, 33%, 34%)
(0.00 / 0.17 / 0.33 / 0.34)

CMYK percentages

%0
%17.26
%32.74
%34.12

Codes

Color #A88B71 in popluar color models

A8 8B 71
RGB 168 139 113
HSL 28° 24.02% 55.10%
HSB/HSV 28° 32.74% 65.88%
CMYK 0.00% 17.26% 32.74%
34.12%

Color #A88B71 in popluar number systems.

HEX A8 8B 71
Decimal 168 139 113
Binary 10101000 10001011 1110001
Octal 250 213 161

Shades and tints

Shades of #A88B71

#A88B71
(168,139,113)
#997F67
(153,127,103)
#8A735D
(138,115,93)
#7B6753
(123,103,83)
#6C5B49
(108,91,73)
#5D4F3F
(93,79,63)
#4E4335
(78,67,53)
#3F372B
(63,55,43)
#302B21
(48,43,33)
#211F17
(33,31,23)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #A88B71

#A88B71
(168,139,113)
#AF957D
(175,149,125)
#B69F89
(182,159,137)
#BDA995
(189,169,149)
#C4B3A1
(196,179,161)
#CBBDAD
(203,189,173)
#D2C7B9
(210,199,185)
#D9D1C5
(217,209,197)
#E0DBD1
(224,219,209)
#E7E5DD
(231,229,221)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88B71; }

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

This text font color is #A88B71.

Background Color

.myBgColor { background-color: #A88B71; }

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

This div background color is #A88B71.

Border color

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

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

This div border color is #A88B71.

Opacity

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

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

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

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

This text has shadow with #A88B71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88B71.

Preview

Color preview on black background

This text has color #A88B71 on black background.


Color preview on white background

This text has color #A88B71 on white background.


Black color preview on #A88B71 background

This text has black color on #A88B71 background.


White color preview on #A88B71 background

This text has white color on #A88B71 background.


Related colors

Complementary color

Complementary color for #hex is #57748E.


I love getcolorcode.com

Triadic colors

1 #71A88B and #8B71A8 with #A88B71 are triadic colors.

2 #718BA8 and #8BA871 with #A88B71 are triadic colors.