COLOR #A4998D

HEX: #A4998D
RGB: (164,153,141)

Color info

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

RGB color model

#A4998D color RGB value is (164,153,141).

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

RGB channels and saturation

R 164 of 255 = 64%
G 153 of 255 = 60%
B 141 of 255 = 55%

164
153
141

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

Portions of RGB colors in percentages

R + G + B =
164 + 153 + 141 = 458 (100%)
R 164 of 458 ~ 35.81%
G 153 of 458 ~ 33.41%
B 141 of 458 ~ 30.79%

%35.81
%33.41
%30.79

CMYK color model

#A4998D color CMYK value is (0,7,14,36).

  • cyan value is 0.00%
  • magenta value is 6.71%
  • yellow value is 14.02%
  • key color value is 35.69%
CMYK:
(0,7,14,36)
C0M7Y14K36 
(0%,7%,14%,36%)
(0.00/0.07/0.14/0.36)	

CMYK percentages

%0
%6.71
%14.02
%35.69

Codes

Color #A4998D in popluar color models

A4998D
RGB164153141
HSL31°11.22%59.80%
HSB/HSV31°14.02%64.31%
CMYK0.00%6.71%14.02%
35.69%

Color #A4998D in popluar number systems.

HEXA4998D
Decimal164153141
Binary101001001001100110001101
Octal244231215

Shades and tints

Shades of #A4998D

#A4998D
(164,153,141)
#968C81
(150,140,129)
#887F75
(136,127,117)
#7A7269
(122,114,105)
#6C655D
(108,101,93)
#5E5851
(94,88,81)
#504B45
(80,75,69)
#423E39
(66,62,57)
#34312D
(52,49,45)
#262421
(38,36,33)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #A4998D

#A4998D
(164,153,141)
#ACA297
(172,162,151)
#B4ABA1
(180,171,161)
#BCB4AB
(188,180,171)
#C4BDB5
(196,189,181)
#CCC6BF
(204,198,191)
#D4CFC9
(212,207,201)
#DCD8D3
(220,216,211)
#E4E1DD
(228,225,221)
#ECEAE7
(236,234,231)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4998D; }

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

This text font color is #A4998D.


Background Color

.myBgColor { background-color: #A4998D; }

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

This div background color is #A4998D.


Border color

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

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

This div border color is #A4998D.


Opacity

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

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

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

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

This text has shadow with #A4998D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4998D on black background.


Color preview on white background

This text has color #A4998D on white background.



Black color preview on #A4998D background

This text has black color on #A4998D background.


White color preview on #A4998D background

This text has white color on #A4998D background.