COLOR #A4B88A

HEX: #A4B88A
RGB: (164,184,138)

Color info

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

RGB color model

#A4B88A color RGB value is (164,184,138).

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

RGB channels and saturation

R 164 of 255 = 64%
G 184 of 255 = 72%
B 138 of 255 = 54%

164
184
138

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

Portions of RGB colors in percentages

R + G + B =
164 + 184 + 138 = 486 (100%)
R 164 of 486 ~ 33.74%
G 184 of 486 ~ 37.86%
B 138 of 486 ~ 28.4%

%33.74
%37.86
%28.4

CMYK color model

#A4B88A color CMYK value is (11,0,25,28).

  • cyan value is 10.87%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 27.84%
CMYK:
(11,0,25,28)
C11M0Y25K28 
(11%,0%,25%,28%)
(0.11/0.00/0.25/0.28)	

CMYK percentages

%10.87
%0
%25
%27.84

Codes

Color #A4B88A in popluar color models

A4B88A
RGB164184138
HSL86°24.47%63.14%
HSB/HSV86°25.00%72.16%
CMYK10.87%0.00%25.00%
27.84%

Color #A4B88A in popluar number systems.

HEXA4B88A
Decimal164184138
Binary101001001011100010001010
Octal244270212

Shades and tints

Shades of #A4B88A

#A4B88A
(164,184,138)
#96A87E
(150,168,126)
#889872
(136,152,114)
#7A8866
(122,136,102)
#6C785A
(108,120,90)
#5E684E
(94,104,78)
#505842
(80,88,66)
#424836
(66,72,54)
#34382A
(52,56,42)
#26281E
(38,40,30)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #A4B88A

#A4B88A
(164,184,138)
#ACBE94
(172,190,148)
#B4C49E
(180,196,158)
#BCCAA8
(188,202,168)
#C4D0B2
(196,208,178)
#CCD6BC
(204,214,188)
#D4DCC6
(212,220,198)
#DCE2D0
(220,226,208)
#E4E8DA
(228,232,218)
#ECEEE4
(236,238,228)
#F4F4EE
(244,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B88A; }

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

This text font color is #A4B88A.


Background Color

.myBgColor { background-color: #A4B88A; }

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

This div background color is #A4B88A.


Border color

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

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

This div border color is #A4B88A.


Opacity

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

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

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

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

This text has shadow with #A4B88A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B88A on black background.


Color preview on white background

This text has color #A4B88A on white background.



Black color preview on #A4B88A background

This text has black color on #A4B88A background.


White color preview on #A4B88A background

This text has white color on #A4B88A background.