COLOR #A08B89

HEX: #A08B89
RGB: (160,139,137)

Color info

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

RGB color model

#A08B89 color RGB value is (160,139,137).

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

RGB channels and saturation

R 160 of 255 = 63%
G 139 of 255 = 55%
B 137 of 255 = 54%

160
139
137

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

Portions of RGB colors in percentages

R + G + B =
160 + 139 + 137 = 436 (100%)
R 160 of 436 ~ 36.7%
G 139 of 436 ~ 31.88%
B 137 of 436 ~ 31.42%

%36.7
%31.88
%31.42

CMYK color model

#A08B89 color CMYK value is (0,13,14,37).

  • cyan value is 0.00%
  • magenta value is 13.13%
  • yellow value is 14.38%
  • key color value is 37.25%
CMYK:
(0,13,14,37)
C0M13Y14K37 
(0%,13%,14%,37%)
(0.00/0.13/0.14/0.37)	

CMYK percentages

%0
%13.13
%14.38
%37.25

Codes

Color #A08B89 in popluar color models

A08B89
RGB160139137
HSL10.80%58.24%
HSB/HSV14.38%62.75%
CMYK0.00%13.13%14.38%
37.25%

Color #A08B89 in popluar number systems.

HEXA08B89
Decimal160139137
Binary101000001000101110001001
Octal240213211

Shades and tints

Shades of #A08B89

#A08B89
(160,139,137)
#927F7D
(146,127,125)
#847371
(132,115,113)
#766765
(118,103,101)
#685B59
(104,91,89)
#5A4F4D
(90,79,77)
#4C4341
(76,67,65)
#3E3735
(62,55,53)
#302B29
(48,43,41)
#221F1D
(34,31,29)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #A08B89

#A08B89
(160,139,137)
#A89593
(168,149,147)
#B09F9D
(176,159,157)
#B8A9A7
(184,169,167)
#C0B3B1
(192,179,177)
#C8BDBB
(200,189,187)
#D0C7C5
(208,199,197)
#D8D1CF
(216,209,207)
#E0DBD9
(224,219,217)
#E8E5E3
(232,229,227)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08B89; }

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

This text font color is #A08B89.


Background Color

.myBgColor { background-color: #A08B89; }

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

This div background color is #A08B89.


Border color

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

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

This div border color is #A08B89.


Opacity

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

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

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

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

This text has shadow with #A08B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08B89 on black background.


Color preview on white background

This text has color #A08B89 on white background.



Black color preview on #A08B89 background

This text has black color on #A08B89 background.


White color preview on #A08B89 background

This text has white color on #A08B89 background.