COLOR #A4B09E

HEX: #A4B09E
RGB: (164,176,158)

Color info

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

RGB color model

#A4B09E color RGB value is (164,176,158).

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

RGB channels and saturation

R 164 of 255 = 64%
G 176 of 255 = 69%
B 158 of 255 = 62%

164
176
158

R + G + B ~ 65%. #A4B09E is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 176 + 158 = 498 (100%)
R 164 of 498 ~ 32.93%
G 176 of 498 ~ 35.34%
B 158 of 498 ~ 31.73%

%32.93
%35.34
%31.73

CMYK color model

#A4B09E color CMYK value is (7,0,10,31).

  • cyan value is 6.82%
  • magenta value is 0.00%
  • yellow value is 10.23%
  • key color value is 30.98%
CMYK:
(7,0,10,31)
C7M0Y10K31 
(7%,0%,10%,31%)
(0.07/0.00/0.10/0.31)	

CMYK percentages

%6.82
%0
%10.23
%30.98

Codes

Color #A4B09E in popluar color models

A4B09E
RGB164176158
HSL100°10.23%65.49%
HSB/HSV100°10.23%69.02%
CMYK6.82%0.00%10.23%
30.98%

Color #A4B09E in popluar number systems.

HEXA4B09E
Decimal164176158
Binary101001001011000010011110
Octal244260236

Shades and tints

Shades of #A4B09E

#A4B09E
(164,176,158)
#96A090
(150,160,144)
#889082
(136,144,130)
#7A8074
(122,128,116)
#6C7066
(108,112,102)
#5E6058
(94,96,88)
#50504A
(80,80,74)
#42403C
(66,64,60)
#34302E
(52,48,46)
#262020
(38,32,32)
#181012
(24,16,18)
#000000
(0,0,0)

Tints of #A4B09E

#A4B09E
(164,176,158)
#ACB7A6
(172,183,166)
#B4BEAE
(180,190,174)
#BCC5B6
(188,197,182)
#C4CCBE
(196,204,190)
#CCD3C6
(204,211,198)
#D4DACE
(212,218,206)
#DCE1D6
(220,225,214)
#E4E8DE
(228,232,222)
#ECEFE6
(236,239,230)
#F4F6EE
(244,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B09E; }

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

This text font color is #A4B09E.


Background Color

.myBgColor { background-color: #A4B09E; }

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

This div background color is #A4B09E.


Border color

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

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

This div border color is #A4B09E.


Opacity

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

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

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

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

This text has shadow with #A4B09E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B09E on black background.


Color preview on white background

This text has color #A4B09E on white background.



Black color preview on #A4B09E background

This text has black color on #A4B09E background.


White color preview on #A4B09E background

This text has white color on #A4B09E background.