COLOR #A4898D

HEX: #A4898D
RGB: (164,137,141)

Color info

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

RGB color model

#A4898D color RGB value is (164,137,141).

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

RGB channels and saturation

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

164
137
141

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

Portions of RGB colors in percentages

R + G + B =
164 + 137 + 141 = 442 (100%)
R 164 of 442 ~ 37.1%
G 137 of 442 ~ 31%
B 141 of 442 ~ 31.9%

%37.1
%31
%31.9

CMYK color model

#A4898D color CMYK value is (0,16,14,36).

  • cyan value is 0.00%
  • magenta value is 16.46%
  • yellow value is 14.02%
  • key color value is 35.69%
CMYK:
(0,16,14,36)
C0M16Y14K36 
(0%,16%,14%,36%)
(0.00/0.16/0.14/0.36)	

CMYK percentages

%0
%16.46
%14.02
%35.69

Codes

Color #A4898D in popluar color models

A4898D
RGB164137141
HSL351°12.92%59.02%
HSB/HSV351°16.46%64.31%
CMYK0.00%16.46%14.02%
35.69%

Color #A4898D in popluar number systems.

HEXA4898D
Decimal164137141
Binary101001001000100110001101
Octal244211215

Shades and tints

Shades of #A4898D

#A4898D
(164,137,141)
#967D81
(150,125,129)
#887175
(136,113,117)
#7A6569
(122,101,105)
#6C595D
(108,89,93)
#5E4D51
(94,77,81)
#504145
(80,65,69)
#423539
(66,53,57)
#34292D
(52,41,45)
#261D21
(38,29,33)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #A4898D

#A4898D
(164,137,141)
#AC9397
(172,147,151)
#B49DA1
(180,157,161)
#BCA7AB
(188,167,171)
#C4B1B5
(196,177,181)
#CCBBBF
(204,187,191)
#D4C5C9
(212,197,201)
#DCCFD3
(220,207,211)
#E4D9DD
(228,217,221)
#ECE3E7
(236,227,231)
#F4EDF1
(244,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4898D; }

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

This text font color is #A4898D.


Background Color

.myBgColor { background-color: #A4898D; }

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

This div background color is #A4898D.


Border color

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

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

This div border color is #A4898D.


Opacity

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

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

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

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

This text has shadow with #A4898D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4898D on black background.


Color preview on white background

This text has color #A4898D on white background.



Black color preview on #A4898D background

This text has black color on #A4898D background.


White color preview on #A4898D background

This text has white color on #A4898D background.