COLOR #A0948D

HEX: #A0948D
RGB: (160,148,141)

Color info

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

RGB color model

#A0948D color RGB value is (160,148,141).

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

RGB channels and saturation

R 160 of 255 = 63%
G 148 of 255 = 58%
B 141 of 255 = 55%

160
148
141

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

Portions of RGB colors in percentages

R + G + B =
160 + 148 + 141 = 449 (100%)
R 160 of 449 ~ 35.63%
G 148 of 449 ~ 32.96%
B 141 of 449 ~ 31.4%

%35.63
%32.96
%31.4

CMYK color model

#A0948D color CMYK value is (0,7,12,37).

  • cyan value is 0.00%
  • magenta value is 7.50%
  • yellow value is 11.88%
  • key color value is 37.25%
CMYK:
(0,7,12,37)
C0M7Y12K37 
(0%,7%,12%,37%)
(0.00/0.07/0.12/0.37)	

CMYK percentages

%0
%7.5
%11.88
%37.25

Codes

Color #A0948D in popluar color models

A0948D
RGB160148141
HSL22°9.09%59.02%
HSB/HSV22°11.88%62.75%
CMYK0.00%7.50%11.88%
37.25%

Color #A0948D in popluar number systems.

HEXA0948D
Decimal160148141
Binary101000001001010010001101
Octal240224215

Shades and tints

Shades of #A0948D

#A0948D
(160,148,141)
#928781
(146,135,129)
#847A75
(132,122,117)
#766D69
(118,109,105)
#68605D
(104,96,93)
#5A5351
(90,83,81)
#4C4645
(76,70,69)
#3E3939
(62,57,57)
#302C2D
(48,44,45)
#221F21
(34,31,33)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #A0948D

#A0948D
(160,148,141)
#A89D97
(168,157,151)
#B0A6A1
(176,166,161)
#B8AFAB
(184,175,171)
#C0B8B5
(192,184,181)
#C8C1BF
(200,193,191)
#D0CAC9
(208,202,201)
#D8D3D3
(216,211,211)
#E0DCDD
(224,220,221)
#E8E5E7
(232,229,231)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0948D; }

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

This text font color is #A0948D.


Background Color

.myBgColor { background-color: #A0948D; }

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

This div background color is #A0948D.


Border color

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

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

This div border color is #A0948D.


Opacity

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

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

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

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

This text has shadow with #A0948D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0948D on black background.


Color preview on white background

This text has color #A0948D on white background.



Black color preview on #A0948D background

This text has black color on #A0948D background.


White color preview on #A0948D background

This text has white color on #A0948D background.