COLOR #A08983

HEX: #A08983
RGB: (160,137,131)

Color info

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

RGB color model

#A08983 color RGB value is (160,137,131).

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

RGB channels and saturation

R 160 of 255 = 63%
G 137 of 255 = 54%
B 131 of 255 = 51%

160
137
131

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

Portions of RGB colors in percentages

R + G + B =
160 + 137 + 131 = 428 (100%)
R 160 of 428 ~ 37.38%
G 137 of 428 ~ 32.01%
B 131 of 428 ~ 30.61%

%37.38
%32.01
%30.61

CMYK color model

#A08983 color CMYK value is (0,14,18,37).

  • cyan value is 0.00%
  • magenta value is 14.38%
  • yellow value is 18.13%
  • key color value is 37.25%
CMYK:
(0,14,18,37)
C0M14Y18K37 
(0%,14%,18%,37%)
(0.00/0.14/0.18/0.37)	

CMYK percentages

%0
%14.38
%18.13
%37.25

Codes

Color #A08983 in popluar color models

A08983
RGB160137131
HSL12°13.24%57.06%
HSB/HSV12°18.13%62.75%
CMYK0.00%14.38%18.13%
37.25%

Color #A08983 in popluar number systems.

HEXA08983
Decimal160137131
Binary101000001000100110000011
Octal240211203

Shades and tints

Shades of #A08983

#A08983
(160,137,131)
#927D78
(146,125,120)
#84716D
(132,113,109)
#766562
(118,101,98)
#685957
(104,89,87)
#5A4D4C
(90,77,76)
#4C4141
(76,65,65)
#3E3536
(62,53,54)
#30292B
(48,41,43)
#221D20
(34,29,32)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #A08983

#A08983
(160,137,131)
#A8938E
(168,147,142)
#B09D99
(176,157,153)
#B8A7A4
(184,167,164)
#C0B1AF
(192,177,175)
#C8BBBA
(200,187,186)
#D0C5C5
(208,197,197)
#D8CFD0
(216,207,208)
#E0D9DB
(224,217,219)
#E8E3E6
(232,227,230)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08983; }

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

This text font color is #A08983.


Background Color

.myBgColor { background-color: #A08983; }

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

This div background color is #A08983.


Border color

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

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

This div border color is #A08983.


Opacity

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

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

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

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

This text has shadow with #A08983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08983 on black background.


Color preview on white background

This text has color #A08983 on white background.



Black color preview on #A08983 background

This text has black color on #A08983 background.


White color preview on #A08983 background

This text has white color on #A08983 background.