COLOR #A4B08A

HEX: #A4B08A
RGB: (164,176,138)

Color info

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

RGB color model

#A4B08A color RGB value is (164,176,138).

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

RGB channels and saturation

R 164 of 255 = 64%
G 176 of 255 = 69%
B 138 of 255 = 54%

164
176
138

R + G + B ~ 62%. #A4B08A is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 176 + 138 = 478 (100%)
R 164 of 478 ~ 34.31%
G 176 of 478 ~ 36.82%
B 138 of 478 ~ 28.87%

%34.31
%36.82
%28.87

CMYK color model

#A4B08A color CMYK value is (7,0,22,31).

  • cyan value is 6.82%
  • magenta value is 0.00%
  • yellow value is 21.59%
  • key color value is 30.98%
CMYK:
(7,0,22,31)
C7M0Y22K31 
(7%,0%,22%,31%)
(0.07/0.00/0.22/0.31)	

CMYK percentages

%6.82
%0
%21.59
%30.98

Codes

Color #A4B08A in popluar color models

A4B08A
RGB164176138
HSL79°19.39%61.57%
HSB/HSV79°21.59%69.02%
CMYK6.82%0.00%21.59%
30.98%

Color #A4B08A in popluar number systems.

HEXA4B08A
Decimal164176138
Binary101001001011000010001010
Octal244260212

Shades and tints

Shades of #A4B08A

#A4B08A
(164,176,138)
#96A07E
(150,160,126)
#889072
(136,144,114)
#7A8066
(122,128,102)
#6C705A
(108,112,90)
#5E604E
(94,96,78)
#505042
(80,80,66)
#424036
(66,64,54)
#34302A
(52,48,42)
#26201E
(38,32,30)
#181012
(24,16,18)
#000000
(0,0,0)

Tints of #A4B08A

#A4B08A
(164,176,138)
#ACB794
(172,183,148)
#B4BE9E
(180,190,158)
#BCC5A8
(188,197,168)
#C4CCB2
(196,204,178)
#CCD3BC
(204,211,188)
#D4DAC6
(212,218,198)
#DCE1D0
(220,225,208)
#E4E8DA
(228,232,218)
#ECEFE4
(236,239,228)
#F4F6EE
(244,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B08A; }

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

This text font color is #A4B08A.


Background Color

.myBgColor { background-color: #A4B08A; }

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

This div background color is #A4B08A.


Border color

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

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

This div border color is #A4B08A.


Opacity

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

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

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

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

This text has shadow with #A4B08A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B08A on black background.


Color preview on white background

This text has color #A4B08A on white background.



Black color preview on #A4B08A background

This text has black color on #A4B08A background.


White color preview on #A4B08A background

This text has white color on #A4B08A background.