COLOR #A08986

HEX: #A08986
RGB: (160,137,134)

Color info

#A08986 contains red, green and blue colors in about the same proportion. Web safe color of #A08986 is #999999 (or #999).

RGB color model

#A08986 color RGB value is (160,137,134).

  • red value is 160;
  • green value is 137;
  • blue value is 134.
RGB:
(160,137,134)
(63%,54%,53%)

RGB channels and saturation

R 160 of 255 = 63%
G 137 of 255 = 54%
B 134 of 255 = 53%

160
137
134

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

Portions of RGB colors in percentages

R + G + B =
160 + 137 + 134 = 431 (100%)
R 160 of 431 ~ 37.12%
G 137 of 431 ~ 31.79%
B 134 of 431 ~ 31.09%

%37.12
%31.79
%31.09

CMYK color model

#A08986 color CMYK value is (0,14,16,37).

  • cyan value is 0.00%
  • magenta value is 14.38%
  • yellow value is 16.25%
  • key color value is 37.25%
CMYK:
(0,14,16,37)
C0M14Y16K37 
(0%,14%,16%,37%)
(0.00/0.14/0.16/0.37)	

CMYK percentages

%0
%14.38
%16.25
%37.25

Codes

Color #A08986 in popluar color models

A08986
RGB160137134
HSL12.04%57.65%
HSB/HSV16.25%62.75%
CMYK0.00%14.38%16.25%
37.25%

Color #A08986 in popluar number systems.

HEXA08986
Decimal160137134
Binary101000001000100110000110
Octal240211206

Shades and tints

Shades of #A08986

#A08986
(160,137,134)
#927D7A
(146,125,122)
#84716E
(132,113,110)
#766562
(118,101,98)
#685956
(104,89,86)
#5A4D4A
(90,77,74)
#4C413E
(76,65,62)
#3E3532
(62,53,50)
#302926
(48,41,38)
#221D1A
(34,29,26)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #A08986

#A08986
(160,137,134)
#A89391
(168,147,145)
#B09D9C
(176,157,156)
#B8A7A7
(184,167,167)
#C0B1B2
(192,177,178)
#C8BBBD
(200,187,189)
#D0C5C8
(208,197,200)
#D8CFD3
(216,207,211)
#E0D9DE
(224,217,222)
#E8E3E9
(232,227,233)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08986 color. Also use rgb(160,137,134) instead hex code.

Text Font Color

.myTextColor { color: #A08986; }

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

This text font color is #A08986.


Background Color

.myBgColor { background-color: #A08986; }

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

This div background color is #A08986.


Border color

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

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

This div border color is #A08986.


Opacity

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

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

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

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

This text has shadow with #A08986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08986 on black background.


Color preview on white background

This text has color #A08986 on white background.



Black color preview on #A08986 background

This text has black color on #A08986 background.


White color preview on #A08986 background

This text has white color on #A08986 background.