COLOR #A0888B

HEX: #A0888B
RGB: (160,136,139)

Color info

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

RGB color model

#A0888B color RGB value is (160,136,139).

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

RGB channels and saturation

R 160 of 255 = 63%
G 136 of 255 = 53%
B 139 of 255 = 55%

160
136
139

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

Portions of RGB colors in percentages

R + G + B =
160 + 136 + 139 = 435 (100%)
R 160 of 435 ~ 36.78%
G 136 of 435 ~ 31.26%
B 139 of 435 ~ 31.95%

%36.78
%31.26
%31.95

CMYK color model

#A0888B color CMYK value is (0,15,13,37).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 13.13%
  • key color value is 37.25%
CMYK:
(0,15,13,37)
C0M15Y13K37 
(0%,15%,13%,37%)
(0.00/0.15/0.13/0.37)	

CMYK percentages

%0
%15
%13.13
%37.25

Codes

Color #A0888B in popluar color models

A0888B
RGB160136139
HSL353°11.21%58.04%
HSB/HSV353°15.00%62.75%
CMYK0.00%15.00%13.13%
37.25%

Color #A0888B in popluar number systems.

HEXA0888B
Decimal160136139
Binary101000001000100010001011
Octal240210213

Shades and tints

Shades of #A0888B

#A0888B
(160,136,139)
#927C7F
(146,124,127)
#847073
(132,112,115)
#766467
(118,100,103)
#68585B
(104,88,91)
#5A4C4F
(90,76,79)
#4C4043
(76,64,67)
#3E3437
(62,52,55)
#30282B
(48,40,43)
#221C1F
(34,28,31)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #A0888B

#A0888B
(160,136,139)
#A89295
(168,146,149)
#B09C9F
(176,156,159)
#B8A6A9
(184,166,169)
#C0B0B3
(192,176,179)
#C8BABD
(200,186,189)
#D0C4C7
(208,196,199)
#D8CED1
(216,206,209)
#E0D8DB
(224,216,219)
#E8E2E5
(232,226,229)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0888B; }

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

This text font color is #A0888B.


Background Color

.myBgColor { background-color: #A0888B; }

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

This div background color is #A0888B.


Border color

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

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

This div border color is #A0888B.


Opacity

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

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

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

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

This text has shadow with #A0888B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0888B on black background.


Color preview on white background

This text has color #A0888B on white background.



Black color preview on #A0888B background

This text has black color on #A0888B background.


White color preview on #A0888B background

This text has white color on #A0888B background.