COLOR #A4B08D

HEX: #A4B08D
RGB: (164,176,141)

Color info

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

RGB color model

#A4B08D color RGB value is (164,176,141).

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

RGB channels and saturation

R 164 of 255 = 64%
G 176 of 255 = 69%
B 141 of 255 = 55%

164
176
141

R + G + B ~ 63%. #A4B08D is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 176 + 141 = 481 (100%)
R 164 of 481 ~ 34.1%
G 176 of 481 ~ 36.59%
B 141 of 481 ~ 29.31%

%34.1
%36.59
%29.31

CMYK color model

#A4B08D color CMYK value is (7,0,20,31).

  • cyan value is 6.82%
  • magenta value is 0.00%
  • yellow value is 19.89%
  • key color value is 30.98%
CMYK:
(7,0,20,31)
C7M0Y20K31 
(7%,0%,20%,31%)
(0.07/0.00/0.20/0.31)	

CMYK percentages

%6.82
%0
%19.89
%30.98

Codes

Color #A4B08D in popluar color models

A4B08D
RGB164176141
HSL81°18.13%62.16%
HSB/HSV81°19.89%69.02%
CMYK6.82%0.00%19.89%
30.98%

Color #A4B08D in popluar number systems.

HEXA4B08D
Decimal164176141
Binary101001001011000010001101
Octal244260215

Shades and tints

Shades of #A4B08D

#A4B08D
(164,176,141)
#96A081
(150,160,129)
#889075
(136,144,117)
#7A8069
(122,128,105)
#6C705D
(108,112,93)
#5E6051
(94,96,81)
#505045
(80,80,69)
#424039
(66,64,57)
#34302D
(52,48,45)
#262021
(38,32,33)
#181015
(24,16,21)
#000000
(0,0,0)

Tints of #A4B08D

#A4B08D
(164,176,141)
#ACB797
(172,183,151)
#B4BEA1
(180,190,161)
#BCC5AB
(188,197,171)
#C4CCB5
(196,204,181)
#CCD3BF
(204,211,191)
#D4DAC9
(212,218,201)
#DCE1D3
(220,225,211)
#E4E8DD
(228,232,221)
#ECEFE7
(236,239,231)
#F4F6F1
(244,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B08D; }

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

This text font color is #A4B08D.


Background Color

.myBgColor { background-color: #A4B08D; }

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

This div background color is #A4B08D.


Border color

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

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

This div border color is #A4B08D.


Opacity

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

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

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

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

This text has shadow with #A4B08D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B08D on black background.


Color preview on white background

This text has color #A4B08D on white background.



Black color preview on #A4B08D background

This text has black color on #A4B08D background.


White color preview on #A4B08D background

This text has white color on #A4B08D background.