COLOR #A4898C

HEX: #A4898C RGB: (164,137,140)

Color info

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

RGB color model

#A4898C color RGB value is (164,137,140).

RGB: (164,137,140) (64%, 54%, 55%)

RGB channels and saturation

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

164
137
140

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

Portions of RGB colors in percentages

R + G + B = 164 + 137 + 140 = 441 (100%)
R 164 of 441 ~ 37.19%
G 137 of 441 ~ 31.07%
B 140 of 441 ~ 31.75'%

%37.19
%31.07
%31.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.46%
  • yellow value is 14.63%
  • 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
%14.63
%35.69

Codes

Color #A4898C in popluar color models

A4 89 8C
RGB 164 137 140
HSL 353° 12.92% 59.02%
HSB/HSV 353° 16.46% 64.31%
CMYK 0.00% 16.46% 14.63%
35.69%

Color #A4898C in popluar number systems.

HEX A4 89 8C
Decimal 164 137 140
Binary 10100100 10001001 10001100
Octal 244 211 214

Shades and tints

Shades of #A4898C

#A4898C
(164,137,140)
#967D80
(150,125,128)
#887174
(136,113,116)
#7A6568
(122,101,104)
#6C595C
(108,89,92)
#5E4D50
(94,77,80)
#504144
(80,65,68)
#423538
(66,53,56)
#34292C
(52,41,44)
#261D20
(38,29,32)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #A4898C

#A4898C
(164,137,140)
#AC9396
(172,147,150)
#B49DA0
(180,157,160)
#BCA7AA
(188,167,170)
#C4B1B4
(196,177,180)
#CCBBBE
(204,187,190)
#D4C5C8
(212,197,200)
#DCCFD2
(220,207,210)
#E4D9DC
(228,217,220)
#ECE3E6
(236,227,230)
#F4EDF0
(244,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4898C; }

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

This text font color is #A4898C.

Background Color

.myBgColor { background-color: #A4898C; }

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

This div background color is #A4898C.

Border color

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

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

This div border color is #A4898C.

Opacity

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

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

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

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

This text has shadow with #A4898C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4898C.

Preview

Color preview on black background

This text has color #A4898C on black background.


Color preview on white background

This text has color #A4898C on white background.


Black color preview on #A4898C background

This text has black color on #A4898C background.


White color preview on #A4898C background

This text has white color on #A4898C background.


Related colors

Complementary color

Complementary color for #hex is #5B7673.


I love getcolorcode.com

Triadic colors

1 #8CA489 and #898CA4 with #A4898C are triadic colors.

2 #8C89A4 and #89A48C with #A4898C are triadic colors.