COLOR #A4B099

HEX: #A4B099
RGB: (164,176,153)

Color info

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

RGB color model

#A4B099 color RGB value is (164,176,153).

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

RGB channels and saturation

R 164 of 255 = 64%
G 176 of 255 = 69%
B 153 of 255 = 60%

164
176
153

R + G + B ~ 64%. #A4B099 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 176 + 153 = 493 (100%)
R 164 of 493 ~ 33.27%
G 176 of 493 ~ 35.7%
B 153 of 493 ~ 31.03%

%33.27
%35.7
%31.03

CMYK color model

#A4B099 color CMYK value is (7,0,13,31).

  • cyan value is 6.82%
  • magenta value is 0.00%
  • yellow value is 13.07%
  • key color value is 30.98%
CMYK:
(7,0,13,31)
C7M0Y13K31 
(7%,0%,13%,31%)
(0.07/0.00/0.13/0.31)	

CMYK percentages

%6.82
%0
%13.07
%30.98

Codes

Color #A4B099 in popluar color models

A4B099
RGB164176153
HSL91°12.71%64.51%
HSB/HSV91°13.07%69.02%
CMYK6.82%0.00%13.07%
30.98%

Color #A4B099 in popluar number systems.

HEXA4B099
Decimal164176153
Binary101001001011000010011001
Octal244260231

Shades and tints

Shades of #A4B099

#A4B099
(164,176,153)
#96A08C
(150,160,140)
#88907F
(136,144,127)
#7A8072
(122,128,114)
#6C7065
(108,112,101)
#5E6058
(94,96,88)
#50504B
(80,80,75)
#42403E
(66,64,62)
#343031
(52,48,49)
#262024
(38,32,36)
#181017
(24,16,23)
#000000
(0,0,0)

Tints of #A4B099

#A4B099
(164,176,153)
#ACB7A2
(172,183,162)
#B4BEAB
(180,190,171)
#BCC5B4
(188,197,180)
#C4CCBD
(196,204,189)
#CCD3C6
(204,211,198)
#D4DACF
(212,218,207)
#DCE1D8
(220,225,216)
#E4E8E1
(228,232,225)
#ECEFEA
(236,239,234)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B099; }

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

This text font color is #A4B099.


Background Color

.myBgColor { background-color: #A4B099; }

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

This div background color is #A4B099.


Border color

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

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

This div border color is #A4B099.


Opacity

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

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

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

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

This text has shadow with #A4B099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B099 on black background.


Color preview on white background

This text has color #A4B099 on white background.



Black color preview on #A4B099 background

This text has black color on #A4B099 background.


White color preview on #A4B099 background

This text has white color on #A4B099 background.