COLOR #A4948C

HEX: #A4948C
RGB: (164,148,140)

Color info

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

RGB color model

#A4948C color RGB value is (164,148,140).

  • red value is 164;
  • green value is 148;
  • blue value is 140.
RGB:
(164,148,140)
(64%,58%,55%)

RGB channels and saturation

R 164 of 255 = 64%
G 148 of 255 = 58%
B 140 of 255 = 55%

164
148
140

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

Portions of RGB colors in percentages

R + G + B =
164 + 148 + 140 = 452 (100%)
R 164 of 452 ~ 36.28%
G 148 of 452 ~ 32.74%
B 140 of 452 ~ 30.97%

%36.28
%32.74
%30.97

CMYK color model

#A4948C color CMYK value is (0,10,15,36).

  • cyan value is 0.00%
  • magenta value is 9.76%
  • yellow value is 14.63%
  • key color value is 35.69%
CMYK:
(0,10,15,36)
C0M10Y15K36 
(0%,10%,15%,36%)
(0.00/0.10/0.15/0.36)	

CMYK percentages

%0
%9.76
%14.63
%35.69

Codes

Color #A4948C in popluar color models

A4948C
RGB164148140
HSL20°11.65%59.61%
HSB/HSV20°14.63%64.31%
CMYK0.00%9.76%14.63%
35.69%

Color #A4948C in popluar number systems.

HEXA4948C
Decimal164148140
Binary101001001001010010001100
Octal244224214

Shades and tints

Shades of #A4948C

#A4948C
(164,148,140)
#968780
(150,135,128)
#887A74
(136,122,116)
#7A6D68
(122,109,104)
#6C605C
(108,96,92)
#5E5350
(94,83,80)
#504644
(80,70,68)
#423938
(66,57,56)
#342C2C
(52,44,44)
#261F20
(38,31,32)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #A4948C

#A4948C
(164,148,140)
#AC9D96
(172,157,150)
#B4A6A0
(180,166,160)
#BCAFAA
(188,175,170)
#C4B8B4
(196,184,180)
#CCC1BE
(204,193,190)
#D4CAC8
(212,202,200)
#DCD3D2
(220,211,210)
#E4DCDC
(228,220,220)
#ECE5E6
(236,229,230)
#F4EEF0
(244,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4948C color. Also use rgb(164,148,140) instead hex code.

Text Font Color

.myTextColor { color: #A4948C; }

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

This text font color is #A4948C.


Background Color

.myBgColor { background-color: #A4948C; }

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

This div background color is #A4948C.


Border color

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

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

This div border color is #A4948C.


Opacity

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

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

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

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

This text has shadow with #A4948C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4948C on black background.


Color preview on white background

This text has color #A4948C on white background.



Black color preview on #A4948C background

This text has black color on #A4948C background.


White color preview on #A4948C background

This text has white color on #A4948C background.