COLOR #A08B73

HEX: #A08B73
RGB: (160,139,115)

Color info

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

RGB color model

#A08B73 color RGB value is (160,139,115).

  • red value is 160;
  • green value is 139;
  • blue value is 115.
RGB:
(160,139,115)
(63%,55%,45%)

RGB channels and saturation

R 160 of 255 = 63%
G 139 of 255 = 55%
B 115 of 255 = 45%

160
139
115

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

Portions of RGB colors in percentages

R + G + B =
160 + 139 + 115 = 414 (100%)
R 160 of 414 ~ 38.65%
G 139 of 414 ~ 33.57%
B 115 of 414 ~ 27.78%

%38.65
%33.57
%27.78

CMYK color model

#A08B73 color CMYK value is (0,13,28,37).

  • cyan value is 0.00%
  • magenta value is 13.13%
  • yellow value is 28.13%
  • key color value is 37.25%
CMYK:
(0,13,28,37)
C0M13Y28K37 
(0%,13%,28%,37%)
(0.00/0.13/0.28/0.37)	

CMYK percentages

%0
%13.13
%28.13
%37.25

Codes

Color #A08B73 in popluar color models

A08B73
RGB160139115
HSL32°19.15%53.92%
HSB/HSV32°28.13%62.75%
CMYK0.00%13.13%28.13%
37.25%

Color #A08B73 in popluar number systems.

HEXA08B73
Decimal160139115
Binary10100000100010111110011
Octal240213163

Shades and tints

Shades of #A08B73

#A08B73
(160,139,115)
#927F69
(146,127,105)
#84735F
(132,115,95)
#766755
(118,103,85)
#685B4B
(104,91,75)
#5A4F41
(90,79,65)
#4C4337
(76,67,55)
#3E372D
(62,55,45)
#302B23
(48,43,35)
#221F19
(34,31,25)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #A08B73

#A08B73
(160,139,115)
#A8957F
(168,149,127)
#B09F8B
(176,159,139)
#B8A997
(184,169,151)
#C0B3A3
(192,179,163)
#C8BDAF
(200,189,175)
#D0C7BB
(208,199,187)
#D8D1C7
(216,209,199)
#E0DBD3
(224,219,211)
#E8E5DF
(232,229,223)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08B73 color. Also use rgb(160,139,115) instead hex code.

Text Font Color

.myTextColor { color: #A08B73; }

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

This text font color is #A08B73.


Background Color

.myBgColor { background-color: #A08B73; }

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

This div background color is #A08B73.


Border color

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

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

This div border color is #A08B73.


Opacity

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

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

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

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

This text has shadow with #A08B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08B73 on black background.


Color preview on white background

This text has color #A08B73 on white background.



Black color preview on #A08B73 background

This text has black color on #A08B73 background.


White color preview on #A08B73 background

This text has white color on #A08B73 background.