COLOR #A4918E

HEX: #A4918E
RGB: (164,145,142)

Color info

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

RGB color model

#A4918E color RGB value is (164,145,142).

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

RGB channels and saturation

R 164 of 255 = 64%
G 145 of 255 = 57%
B 142 of 255 = 56%

164
145
142

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

Portions of RGB colors in percentages

R + G + B =
164 + 145 + 142 = 451 (100%)
R 164 of 451 ~ 36.36%
G 145 of 451 ~ 32.15%
B 142 of 451 ~ 31.49%

%36.36
%32.15
%31.49

CMYK color model

#A4918E color CMYK value is (0,12,13,36).

  • cyan value is 0.00%
  • magenta value is 11.59%
  • yellow value is 13.41%
  • key color value is 35.69%
CMYK:
(0,12,13,36)
C0M12Y13K36 
(0%,12%,13%,36%)
(0.00/0.12/0.13/0.36)	

CMYK percentages

%0
%11.59
%13.41
%35.69

Codes

Color #A4918E in popluar color models

A4918E
RGB164145142
HSL10.78%60.00%
HSB/HSV13.41%64.31%
CMYK0.00%11.59%13.41%
35.69%

Color #A4918E in popluar number systems.

HEXA4918E
Decimal164145142
Binary101001001001000110001110
Octal244221216

Shades and tints

Shades of #A4918E

#A4918E
(164,145,142)
#968482
(150,132,130)
#887776
(136,119,118)
#7A6A6A
(122,106,106)
#6C5D5E
(108,93,94)
#5E5052
(94,80,82)
#504346
(80,67,70)
#42363A
(66,54,58)
#34292E
(52,41,46)
#261C22
(38,28,34)
#180F16
(24,15,22)
#000000
(0,0,0)

Tints of #A4918E

#A4918E
(164,145,142)
#AC9B98
(172,155,152)
#B4A5A2
(180,165,162)
#BCAFAC
(188,175,172)
#C4B9B6
(196,185,182)
#CCC3C0
(204,195,192)
#D4CDCA
(212,205,202)
#DCD7D4
(220,215,212)
#E4E1DE
(228,225,222)
#ECEBE8
(236,235,232)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4918E; }

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

This text font color is #A4918E.


Background Color

.myBgColor { background-color: #A4918E; }

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

This div background color is #A4918E.


Border color

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

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

This div border color is #A4918E.


Opacity

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

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

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

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

This text has shadow with #A4918E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4918E on black background.


Color preview on white background

This text has color #A4918E on white background.



Black color preview on #A4918E background

This text has black color on #A4918E background.


White color preview on #A4918E background

This text has white color on #A4918E background.