COLOR #A08A71

HEX: #A08A71
RGB: (160,138,113)

Color info

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

RGB color model

#A08A71 color RGB value is (160,138,113).

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

RGB channels and saturation

R 160 of 255 = 63%
G 138 of 255 = 54%
B 113 of 255 = 44%

160
138
113

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

Portions of RGB colors in percentages

R + G + B =
160 + 138 + 113 = 411 (100%)
R 160 of 411 ~ 38.93%
G 138 of 411 ~ 33.58%
B 113 of 411 ~ 27.49%

%38.93
%33.58
%27.49

CMYK color model

#A08A71 color CMYK value is (0,14,29,37).

  • cyan value is 0.00%
  • magenta value is 13.75%
  • yellow value is 29.38%
  • key color value is 37.25%
CMYK:
(0,14,29,37)
C0M14Y29K37 
(0%,14%,29%,37%)
(0.00/0.14/0.29/0.37)	

CMYK percentages

%0
%13.75
%29.38
%37.25

Codes

Color #A08A71 in popluar color models

A08A71
RGB160138113
HSL32°19.83%53.53%
HSB/HSV32°29.38%62.75%
CMYK0.00%13.75%29.38%
37.25%

Color #A08A71 in popluar number systems.

HEXA08A71
Decimal160138113
Binary10100000100010101110001
Octal240212161

Shades and tints

Shades of #A08A71

#A08A71
(160,138,113)
#927E67
(146,126,103)
#84725D
(132,114,93)
#766653
(118,102,83)
#685A49
(104,90,73)
#5A4E3F
(90,78,63)
#4C4235
(76,66,53)
#3E362B
(62,54,43)
#302A21
(48,42,33)
#221E17
(34,30,23)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #A08A71

#A08A71
(160,138,113)
#A8947D
(168,148,125)
#B09E89
(176,158,137)
#B8A895
(184,168,149)
#C0B2A1
(192,178,161)
#C8BCAD
(200,188,173)
#D0C6B9
(208,198,185)
#D8D0C5
(216,208,197)
#E0DAD1
(224,218,209)
#E8E4DD
(232,228,221)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08A71; }

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

This text font color is #A08A71.


Background Color

.myBgColor { background-color: #A08A71; }

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

This div background color is #A08A71.


Border color

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

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

This div border color is #A08A71.


Opacity

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

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

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

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

This text has shadow with #A08A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08A71 on black background.


Color preview on white background

This text has color #A08A71 on white background.



Black color preview on #A08A71 background

This text has black color on #A08A71 background.


White color preview on #A08A71 background

This text has white color on #A08A71 background.