COLOR #A0958E

HEX: #A0958E
RGB: (160,149,142)

Color info

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

RGB color model

#A0958E color RGB value is (160,149,142).

  • red value is 160;
  • green value is 149;
  • blue value is 142.
RGB:
(160,149,142)
(63%,58%,56%)

RGB channels and saturation

R 160 of 255 = 63%
G 149 of 255 = 58%
B 142 of 255 = 56%

160
149
142

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

Portions of RGB colors in percentages

R + G + B =
160 + 149 + 142 = 451 (100%)
R 160 of 451 ~ 35.48%
G 149 of 451 ~ 33.04%
B 142 of 451 ~ 31.49%

%35.48
%33.04
%31.49

CMYK color model

#A0958E color CMYK value is (0,7,11,37).

  • cyan value is 0.00%
  • magenta value is 6.87%
  • yellow value is 11.25%
  • key color value is 37.25%
CMYK:
(0,7,11,37)
C0M7Y11K37 
(0%,7%,11%,37%)
(0.00/0.07/0.11/0.37)	

CMYK percentages

%0
%6.87
%11.25
%37.25

Codes

Color #A0958E in popluar color models

A0958E
RGB160149142
HSL23°8.65%59.22%
HSB/HSV23°11.25%62.75%
CMYK0.00%6.87%11.25%
37.25%

Color #A0958E in popluar number systems.

HEXA0958E
Decimal160149142
Binary101000001001010110001110
Octal240225216

Shades and tints

Shades of #A0958E

#A0958E
(160,149,142)
#928882
(146,136,130)
#847B76
(132,123,118)
#766E6A
(118,110,106)
#68615E
(104,97,94)
#5A5452
(90,84,82)
#4C4746
(76,71,70)
#3E3A3A
(62,58,58)
#302D2E
(48,45,46)
#222022
(34,32,34)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #A0958E

#A0958E
(160,149,142)
#A89E98
(168,158,152)
#B0A7A2
(176,167,162)
#B8B0AC
(184,176,172)
#C0B9B6
(192,185,182)
#C8C2C0
(200,194,192)
#D0CBCA
(208,203,202)
#D8D4D4
(216,212,212)
#E0DDDE
(224,221,222)
#E8E6E8
(232,230,232)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0958E color. Also use rgb(160,149,142) instead hex code.

Text Font Color

.myTextColor { color: #A0958E; }

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

This text font color is #A0958E.


Background Color

.myBgColor { background-color: #A0958E; }

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

This div background color is #A0958E.


Border color

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

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

This div border color is #A0958E.


Opacity

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

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

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

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

This text has shadow with #A0958E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0958E on black background.


Color preview on white background

This text has color #A0958E on white background.



Black color preview on #A0958E background

This text has black color on #A0958E background.


White color preview on #A0958E background

This text has white color on #A0958E background.