COLOR #A4898B

HEX: #A4898B
RGB: (164,137,139)

Color info

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

RGB color model

#A4898B color RGB value is (164,137,139).

  • red value is 164;
  • green value is 137;
  • blue value is 139.
RGB:
(164,137,139)
(64%,54%,55%)

RGB channels and saturation

R 164 of 255 = 64%
G 137 of 255 = 54%
B 139 of 255 = 55%

164
137
139

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

Portions of RGB colors in percentages

R + G + B =
164 + 137 + 139 = 440 (100%)
R 164 of 440 ~ 37.27%
G 137 of 440 ~ 31.14%
B 139 of 440 ~ 31.59%

%37.27
%31.14
%31.59

CMYK color model

#A4898B color CMYK value is (0,16,15,36).

  • cyan value is 0.00%
  • magenta value is 16.46%
  • yellow value is 15.24%
  • key color value is 35.69%
CMYK:
(0,16,15,36)
C0M16Y15K36 
(0%,16%,15%,36%)
(0.00/0.16/0.15/0.36)	

CMYK percentages

%0
%16.46
%15.24
%35.69

Codes

Color #A4898B in popluar color models

A4898B
RGB164137139
HSL356°12.92%59.02%
HSB/HSV356°16.46%64.31%
CMYK0.00%16.46%15.24%
35.69%

Color #A4898B in popluar number systems.

HEXA4898B
Decimal164137139
Binary101001001000100110001011
Octal244211213

Shades and tints

Shades of #A4898B

#A4898B
(164,137,139)
#967D7F
(150,125,127)
#887173
(136,113,115)
#7A6567
(122,101,103)
#6C595B
(108,89,91)
#5E4D4F
(94,77,79)
#504143
(80,65,67)
#423537
(66,53,55)
#34292B
(52,41,43)
#261D1F
(38,29,31)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #A4898B

#A4898B
(164,137,139)
#AC9395
(172,147,149)
#B49D9F
(180,157,159)
#BCA7A9
(188,167,169)
#C4B1B3
(196,177,179)
#CCBBBD
(204,187,189)
#D4C5C7
(212,197,199)
#DCCFD1
(220,207,209)
#E4D9DB
(228,217,219)
#ECE3E5
(236,227,229)
#F4EDEF
(244,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4898B color. Also use rgb(164,137,139) instead hex code.

Text Font Color

.myTextColor { color: #A4898B; }

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

This text font color is #A4898B.


Background Color

.myBgColor { background-color: #A4898B; }

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

This div background color is #A4898B.


Border color

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

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

This div border color is #A4898B.


Opacity

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

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

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

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

This text has shadow with #A4898B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4898B on black background.


Color preview on white background

This text has color #A4898B on white background.



Black color preview on #A4898B background

This text has black color on #A4898B background.


White color preview on #A4898B background

This text has white color on #A4898B background.