COLOR #A4918C

HEX: #A4918C
RGB: (164,145,140)

Color info

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

RGB color model

#A4918C color RGB value is (164,145,140).

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

RGB channels and saturation

R 164 of 255 = 64%
G 145 of 255 = 57%
B 140 of 255 = 55%

164
145
140

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

Portions of RGB colors in percentages

R + G + B =
164 + 145 + 140 = 449 (100%)
R 164 of 449 ~ 36.53%
G 145 of 449 ~ 32.29%
B 140 of 449 ~ 31.18%

%36.53
%32.29
%31.18

CMYK color model

#A4918C color CMYK value is (0,12,15,36).

  • cyan value is 0.00%
  • magenta value is 11.59%
  • yellow value is 14.63%
  • key color value is 35.69%
CMYK:
(0,12,15,36)
C0M12Y15K36 
(0%,12%,15%,36%)
(0.00/0.12/0.15/0.36)	

CMYK percentages

%0
%11.59
%14.63
%35.69

Codes

Color #A4918C in popluar color models

A4918C
RGB164145140
HSL13°11.65%59.61%
HSB/HSV13°14.63%64.31%
CMYK0.00%11.59%14.63%
35.69%

Color #A4918C in popluar number systems.

HEXA4918C
Decimal164145140
Binary101001001001000110001100
Octal244221214

Shades and tints

Shades of #A4918C

#A4918C
(164,145,140)
#968480
(150,132,128)
#887774
(136,119,116)
#7A6A68
(122,106,104)
#6C5D5C
(108,93,92)
#5E5050
(94,80,80)
#504344
(80,67,68)
#423638
(66,54,56)
#34292C
(52,41,44)
#261C20
(38,28,32)
#180F14
(24,15,20)
#000000
(0,0,0)

Tints of #A4918C

#A4918C
(164,145,140)
#AC9B96
(172,155,150)
#B4A5A0
(180,165,160)
#BCAFAA
(188,175,170)
#C4B9B4
(196,185,180)
#CCC3BE
(204,195,190)
#D4CDC8
(212,205,200)
#DCD7D2
(220,215,210)
#E4E1DC
(228,225,220)
#ECEBE6
(236,235,230)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4918C; }

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

This text font color is #A4918C.


Background Color

.myBgColor { background-color: #A4918C; }

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

This div background color is #A4918C.


Border color

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

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

This div border color is #A4918C.


Opacity

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

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

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

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

This text has shadow with #A4918C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4918C on black background.


Color preview on white background

This text has color #A4918C on white background.



Black color preview on #A4918C background

This text has black color on #A4918C background.


White color preview on #A4918C background

This text has white color on #A4918C background.