COLOR #A0948F

HEX: #A0948F
RGB: (160,148,143)

Color info

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

RGB color model

#A0948F color RGB value is (160,148,143).

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

RGB channels and saturation

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

160
148
143

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

Portions of RGB colors in percentages

R + G + B =
160 + 148 + 143 = 451 (100%)
R 160 of 451 ~ 35.48%
G 148 of 451 ~ 32.82%
B 143 of 451 ~ 31.71%

%35.48
%32.82
%31.71

CMYK color model

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

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

Codes

Color #A0948F in popluar color models

A0948F
RGB160148143
HSL18°8.21%59.41%
HSB/HSV18°10.63%62.75%
CMYK0.00%7.50%10.63%
37.25%

Color #A0948F in popluar number systems.

HEXA0948F
Decimal160148143
Binary101000001001010010001111
Octal240224217

Shades and tints

Shades of #A0948F

#A0948F
(160,148,143)
#928782
(146,135,130)
#847A75
(132,122,117)
#766D68
(118,109,104)
#68605B
(104,96,91)
#5A534E
(90,83,78)
#4C4641
(76,70,65)
#3E3934
(62,57,52)
#302C27
(48,44,39)
#221F1A
(34,31,26)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #A0948F

#A0948F
(160,148,143)
#A89D99
(168,157,153)
#B0A6A3
(176,166,163)
#B8AFAD
(184,175,173)
#C0B8B7
(192,184,183)
#C8C1C1
(200,193,193)
#D0CACB
(208,202,203)
#D8D3D5
(216,211,213)
#E0DCDF
(224,220,223)
#E8E5E9
(232,229,233)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0948F; }

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

This text font color is #A0948F.


Background Color

.myBgColor { background-color: #A0948F; }

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

This div background color is #A0948F.


Border color

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

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

This div border color is #A0948F.


Opacity

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

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

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

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

This text has shadow with #A0948F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0948F on black background.


Color preview on white background

This text has color #A0948F on white background.



Black color preview on #A0948F background

This text has black color on #A0948F background.


White color preview on #A0948F background

This text has white color on #A0948F background.