COLOR #A0948E

HEX: #A0948E
RGB: (160,148,142)

Color info

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

RGB color model

#A0948E color RGB value is (160,148,142).

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

RGB channels and saturation

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

160
148
142

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

Portions of RGB colors in percentages

R + G + B =
160 + 148 + 142 = 450 (100%)
R 160 of 450 ~ 35.56%
G 148 of 450 ~ 32.89%
B 142 of 450 ~ 31.56%

%35.56
%32.89
%31.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.50%
  • 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
%7.5
%11.25
%37.25

Codes

Color #A0948E in popluar color models

A0948E
RGB160148142
HSL20°8.65%59.22%
HSB/HSV20°11.25%62.75%
CMYK0.00%7.50%11.25%
37.25%

Color #A0948E in popluar number systems.

HEXA0948E
Decimal160148142
Binary101000001001010010001110
Octal240224216

Shades and tints

Shades of #A0948E

#A0948E
(160,148,142)
#928782
(146,135,130)
#847A76
(132,122,118)
#766D6A
(118,109,106)
#68605E
(104,96,94)
#5A5352
(90,83,82)
#4C4646
(76,70,70)
#3E393A
(62,57,58)
#302C2E
(48,44,46)
#221F22
(34,31,34)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #A0948E

#A0948E
(160,148,142)
#A89D98
(168,157,152)
#B0A6A2
(176,166,162)
#B8AFAC
(184,175,172)
#C0B8B6
(192,184,182)
#C8C1C0
(200,193,192)
#D0CACA
(208,202,202)
#D8D3D4
(216,211,212)
#E0DCDE
(224,220,222)
#E8E5E8
(232,229,232)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0948E; }

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

This text font color is #A0948E.


Background Color

.myBgColor { background-color: #A0948E; }

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

This div background color is #A0948E.


Border color

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

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

This div border color is #A0948E.


Opacity

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

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

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

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

This text has shadow with #A0948E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0948E on black background.


Color preview on white background

This text has color #A0948E on white background.



Black color preview on #A0948E background

This text has black color on #A0948E background.


White color preview on #A0948E background

This text has white color on #A0948E background.