COLOR #A4B98E

HEX: #A4B98E RGB: (164,185,142)

Color info

#A4B98E contains red, green and blue colors in about the same proportion. Web safe color of #A4B98E is #99CC99 (or #9C9).

RGB color model

#A4B98E color RGB value is (164,185,142).

RGB: (164,185,142) (64%, 73%, 56%)

RGB channels and saturation

R 164 of 255 = 64%
G 185 of 255 = 73%
B 142 of 255 = 56%

164
185
142

R + G + B ~ 64%. #A4B98E is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 185 + 142 = 491 (100%)
R 164 of 491 ~ 33.4%
G 185 of 491 ~ 37.68%
B 142 of 491 ~ 28.92'%

%33.4
%37.68
%28.92

CMYK color model

#A4B98E color CMYK value is (11,0,23,27).

  • cyan value is 11.35%
  • magenta value is 0.00%
  • yellow value is 23.24%
  • key color value is 27.45%

CMYK: (11,0,23,27)
C11M0Y23K27 (11%, 0%, 23%, 27%)
(0.11 / 0.00 / 0.23 / 0.27)

CMYK percentages

%11.35
%0
%23.24
%27.45

Codes

Color #A4B98E in popluar color models

A4 B9 8E
RGB 164 185 142
HSL 89° 23.50% 64.12%
HSB/HSV 89° 23.24% 72.55%
CMYK 11.35% 0.00% 23.24%
27.45%

Color #A4B98E in popluar number systems.

HEX A4 B9 8E
Decimal 164 185 142
Binary 10100100 10111001 10001110
Octal 244 271 216

Shades and tints

Shades of #A4B98E

#A4B98E
(164,185,142)
#96A982
(150,169,130)
#889976
(136,153,118)
#7A896A
(122,137,106)
#6C795E
(108,121,94)
#5E6952
(94,105,82)
#505946
(80,89,70)
#42493A
(66,73,58)
#34392E
(52,57,46)
#262922
(38,41,34)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #A4B98E

#A4B98E
(164,185,142)
#ACBF98
(172,191,152)
#B4C5A2
(180,197,162)
#BCCBAC
(188,203,172)
#C4D1B6
(196,209,182)
#CCD7C0
(204,215,192)
#D4DDCA
(212,221,202)
#DCE3D4
(220,227,212)
#E4E9DE
(228,233,222)
#ECEFE8
(236,239,232)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B98E; }

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

This text font color is #A4B98E.

Background Color

.myBgColor { background-color: #A4B98E; }

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

This div background color is #A4B98E.

Border color

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

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

This div border color is #A4B98E.

Opacity

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

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

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

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

This text has shadow with #A4B98E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4B98E.

Preview

Color preview on black background

This text has color #A4B98E on black background.


Color preview on white background

This text has color #A4B98E on white background.


Black color preview on #A4B98E background

This text has black color on #A4B98E background.


White color preview on #A4B98E background

This text has white color on #A4B98E background.


Related colors

Complementary color

Complementary color for #hex is #5B4671.


I love getcolorcode.com

Triadic colors

1 #8EA4B9 and #B98EA4 with #A4B98E are triadic colors.

2 #8EB9A4 and #B9A48E with #A4B98E are triadic colors.