COLOR #A4B08F

HEX: #A4B08F
RGB: (164,176,143)

Color info

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

RGB color model

#A4B08F color RGB value is (164,176,143).

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

RGB channels and saturation

R 164 of 255 = 64%
G 176 of 255 = 69%
B 143 of 255 = 56%

164
176
143

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

Portions of RGB colors in percentages

R + G + B =
164 + 176 + 143 = 483 (100%)
R 164 of 483 ~ 33.95%
G 176 of 483 ~ 36.44%
B 143 of 483 ~ 29.61%

%33.95
%36.44
%29.61

CMYK color model

#A4B08F color CMYK value is (7,0,19,31).

  • cyan value is 6.82%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 30.98%
CMYK: (7,0,19,31) C7M0Y19K31 (7%,0%,19%,31%) (0.07/0.00/0.19/0.31)

CMYK percentages

%6.82
%0
%18.75
%30.98

Codes

Color #A4B08F in popluar color models

A4B08F
RGB164176143
HSL82°17.28%62.55%
HSB/HSV82°18.75%69.02%
CMYK6.82%0.00%18.75%
30.98%

Color #A4B08F in popluar number systems.

HEXA4B08F
Decimal164176143
Binary101001001011000010001111
Octal244260217

Shades and tints

Shades of #A4B08F

#A4B08F
(164,176,143)
#96A082
(150,160,130)
#889075
(136,144,117)
#7A8068
(122,128,104)
#6C705B
(108,112,91)
#5E604E
(94,96,78)
#505041
(80,80,65)
#424034
(66,64,52)
#343027
(52,48,39)
#26201A
(38,32,26)
#18100D
(24,16,13)
#000000
(0,0,0)

Tints of #A4B08F

#A4B08F
(164,176,143)
#ACB799
(172,183,153)
#B4BEA3
(180,190,163)
#BCC5AD
(188,197,173)
#C4CCB7
(196,204,183)
#CCD3C1
(204,211,193)
#D4DACB
(212,218,203)
#DCE1D5
(220,225,213)
#E4E8DF
(228,232,223)
#ECEFE9
(236,239,233)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B08F; }

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

This text font color is #A4B08F.


Background Color

.myBgColor { background-color: #A4B08F; }

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

This div background color is #A4B08F.


Border color

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

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

This div border color is #A4B08F.


Opacity

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

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

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

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

This text has shadow with #A4B08F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A4B08F on black background.


Color preview on white background

This text has color #A4B08F on white background.



Black color preview on #A4B08F background

This text has black color on #A4B08F background.


White color preview on #A4B08F background

This text has white color on #A4B08F background.