COLOR #A08871

HEX: #A08871
RGB: (160,136,113)

Color info

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

RGB color model

#A08871 color RGB value is (160,136,113).

  • red value is 160;
  • green value is 136;
  • blue value is 113.
RGB:
(160,136,113)
(63%,53%,44%)

RGB channels and saturation

R 160 of 255 = 63%
G 136 of 255 = 53%
B 113 of 255 = 44%

160
136
113

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

Portions of RGB colors in percentages

R + G + B =
160 + 136 + 113 = 409 (100%)
R 160 of 409 ~ 39.12%
G 136 of 409 ~ 33.25%
B 113 of 409 ~ 27.63%

%39.12
%33.25
%27.63

CMYK color model

#A08871 color CMYK value is (0,15,29,37).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 29.38%
  • key color value is 37.25%
CMYK:
(0,15,29,37)
C0M15Y29K37 
(0%,15%,29%,37%)
(0.00/0.15/0.29/0.37)	

CMYK percentages

%0
%15
%29.38
%37.25

Codes

Color #A08871 in popluar color models

A08871
RGB160136113
HSL29°19.83%53.53%
HSB/HSV29°29.38%62.75%
CMYK0.00%15.00%29.38%
37.25%

Color #A08871 in popluar number systems.

HEXA08871
Decimal160136113
Binary10100000100010001110001
Octal240210161

Shades and tints

Shades of #A08871

#A08871
(160,136,113)
#927C67
(146,124,103)
#84705D
(132,112,93)
#766453
(118,100,83)
#685849
(104,88,73)
#5A4C3F
(90,76,63)
#4C4035
(76,64,53)
#3E342B
(62,52,43)
#302821
(48,40,33)
#221C17
(34,28,23)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #A08871

#A08871
(160,136,113)
#A8927D
(168,146,125)
#B09C89
(176,156,137)
#B8A695
(184,166,149)
#C0B0A1
(192,176,161)
#C8BAAD
(200,186,173)
#D0C4B9
(208,196,185)
#D8CEC5
(216,206,197)
#E0D8D1
(224,216,209)
#E8E2DD
(232,226,221)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08871 color. Also use rgb(160,136,113) instead hex code.

Text Font Color

.myTextColor { color: #A08871; }

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

This text font color is #A08871.


Background Color

.myBgColor { background-color: #A08871; }

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

This div background color is #A08871.


Border color

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

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

This div border color is #A08871.


Opacity

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

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

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

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

This text has shadow with #A08871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08871 on black background.


Color preview on white background

This text has color #A08871 on white background.



Black color preview on #A08871 background

This text has black color on #A08871 background.


White color preview on #A08871 background

This text has white color on #A08871 background.