COLOR #A0988B

HEX: #A0988B
RGB: (160,152,139)

Color info

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

RGB color model

#A0988B color RGB value is (160,152,139).

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

RGB channels and saturation

R 160 of 255 = 63%
G 152 of 255 = 60%
B 139 of 255 = 55%

160
152
139

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

Portions of RGB colors in percentages

R + G + B =
160 + 152 + 139 = 451 (100%)
R 160 of 451 ~ 35.48%
G 152 of 451 ~ 33.7%
B 139 of 451 ~ 30.82%

%35.48
%33.7
%30.82

CMYK color model

#A0988B color CMYK value is (0,5,13,37).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 13.13%
  • key color value is 37.25%
CMYK:
(0,5,13,37)
C0M5Y13K37 
(0%,5%,13%,37%)
(0.00/0.05/0.13/0.37)	

CMYK percentages

%0
%5
%13.13
%37.25

Codes

Color #A0988B in popluar color models

A0988B
RGB160152139
HSL37°9.95%58.63%
HSB/HSV37°13.13%62.75%
CMYK0.00%5.00%13.13%
37.25%

Color #A0988B in popluar number systems.

HEXA0988B
Decimal160152139
Binary101000001001100010001011
Octal240230213

Shades and tints

Shades of #A0988B

#A0988B
(160,152,139)
#928B7F
(146,139,127)
#847E73
(132,126,115)
#767167
(118,113,103)
#68645B
(104,100,91)
#5A574F
(90,87,79)
#4C4A43
(76,74,67)
#3E3D37
(62,61,55)
#30302B
(48,48,43)
#22231F
(34,35,31)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #A0988B

#A0988B
(160,152,139)
#A8A195
(168,161,149)
#B0AA9F
(176,170,159)
#B8B3A9
(184,179,169)
#C0BCB3
(192,188,179)
#C8C5BD
(200,197,189)
#D0CEC7
(208,206,199)
#D8D7D1
(216,215,209)
#E0E0DB
(224,224,219)
#E8E9E5
(232,233,229)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0988B; }

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

This text font color is #A0988B.


Background Color

.myBgColor { background-color: #A0988B; }

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

This div background color is #A0988B.


Border color

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

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

This div border color is #A0988B.


Opacity

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

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

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

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

This text has shadow with #A0988B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0988B on black background.


Color preview on white background

This text has color #A0988B on white background.



Black color preview on #A0988B background

This text has black color on #A0988B background.


White color preview on #A0988B background

This text has white color on #A0988B background.