COLOR #A88571

HEX: #A88571
RGB: (168,133,113)

Color info

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

RGB color model

#A88571 color RGB value is (168,133,113).

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

RGB channels and saturation

R 168 of 255 = 66%
G 133 of 255 = 52%
B 113 of 255 = 44%

168
133
113

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

Portions of RGB colors in percentages

R + G + B =
168 + 133 + 113 = 414 (100%)
R 168 of 414 ~ 40.58%
G 133 of 414 ~ 32.13%
B 113 of 414 ~ 27.29%

%40.58
%32.13
%27.29

CMYK color model

#A88571 color CMYK value is (0,21,33,34).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 32.74%
  • key color value is 34.12%
CMYK:
(0,21,33,34)
C0M21Y33K34 
(0%,21%,33%,34%)
(0.00/0.21/0.33/0.34)	

CMYK percentages

%0
%20.83
%32.74
%34.12

Codes

Color #A88571 in popluar color models

A88571
RGB168133113
HSL22°24.02%55.10%
HSB/HSV22°32.74%65.88%
CMYK0.00%20.83%32.74%
34.12%

Color #A88571 in popluar number systems.

HEXA88571
Decimal168133113
Binary10101000100001011110001
Octal250205161

Shades and tints

Shades of #A88571

#A88571
(168,133,113)
#997967
(153,121,103)
#8A6D5D
(138,109,93)
#7B6153
(123,97,83)
#6C5549
(108,85,73)
#5D493F
(93,73,63)
#4E3D35
(78,61,53)
#3F312B
(63,49,43)
#302521
(48,37,33)
#211917
(33,25,23)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #A88571

#A88571
(168,133,113)
#AF907D
(175,144,125)
#B69B89
(182,155,137)
#BDA695
(189,166,149)
#C4B1A1
(196,177,161)
#CBBCAD
(203,188,173)
#D2C7B9
(210,199,185)
#D9D2C5
(217,210,197)
#E0DDD1
(224,221,209)
#E7E8DD
(231,232,221)
#EEF3E9
(238,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88571; }

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

This text font color is #A88571.


Background Color

.myBgColor { background-color: #A88571; }

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

This div background color is #A88571.


Border color

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

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

This div border color is #A88571.


Opacity

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

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

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

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

This text has shadow with #A88571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88571 on black background.


Color preview on white background

This text has color #A88571 on white background.



Black color preview on #A88571 background

This text has black color on #A88571 background.


White color preview on #A88571 background

This text has white color on #A88571 background.