COLOR #A0938B

HEX: #A0938B
RGB: (160,147,139)

Color info

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

RGB color model

#A0938B color RGB value is (160,147,139).

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

RGB channels and saturation

R 160 of 255 = 63%
G 147 of 255 = 58%
B 139 of 255 = 55%

160
147
139

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

Portions of RGB colors in percentages

R + G + B =
160 + 147 + 139 = 446 (100%)
R 160 of 446 ~ 35.87%
G 147 of 446 ~ 32.96%
B 139 of 446 ~ 31.17%

%35.87
%32.96
%31.17

CMYK color model

#A0938B color CMYK value is (0,8,13,37).

  • cyan value is 0.00%
  • magenta value is 8.13%
  • yellow value is 13.13%
  • key color value is 37.25%
CMYK:
(0,8,13,37)
C0M8Y13K37 
(0%,8%,13%,37%)
(0.00/0.08/0.13/0.37)	

CMYK percentages

%0
%8.13
%13.13
%37.25

Codes

Color #A0938B in popluar color models

A0938B
RGB160147139
HSL23°9.95%58.63%
HSB/HSV23°13.13%62.75%
CMYK0.00%8.13%13.13%
37.25%

Color #A0938B in popluar number systems.

HEXA0938B
Decimal160147139
Binary101000001001001110001011
Octal240223213

Shades and tints

Shades of #A0938B

#A0938B
(160,147,139)
#92867F
(146,134,127)
#847973
(132,121,115)
#766C67
(118,108,103)
#685F5B
(104,95,91)
#5A524F
(90,82,79)
#4C4543
(76,69,67)
#3E3837
(62,56,55)
#302B2B
(48,43,43)
#221E1F
(34,30,31)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #A0938B

#A0938B
(160,147,139)
#A89C95
(168,156,149)
#B0A59F
(176,165,159)
#B8AEA9
(184,174,169)
#C0B7B3
(192,183,179)
#C8C0BD
(200,192,189)
#D0C9C7
(208,201,199)
#D8D2D1
(216,210,209)
#E0DBDB
(224,219,219)
#E8E4E5
(232,228,229)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0938B; }

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

This text font color is #A0938B.


Background Color

.myBgColor { background-color: #A0938B; }

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

This div background color is #A0938B.


Border color

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

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

This div border color is #A0938B.


Opacity

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

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

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

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

This text has shadow with #A0938B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0938B on black background.


Color preview on white background

This text has color #A0938B on white background.



Black color preview on #A0938B background

This text has black color on #A0938B background.


White color preview on #A0938B background

This text has white color on #A0938B background.