COLOR #A4B299

HEX: #A4B299
RGB: (164,178,153)

Color info

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

RGB color model

#A4B299 color RGB value is (164,178,153).

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

RGB channels and saturation

R 164 of 255 = 64%
G 178 of 255 = 70%
B 153 of 255 = 60%

164
178
153

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

Portions of RGB colors in percentages

R + G + B =
164 + 178 + 153 = 495 (100%)
R 164 of 495 ~ 33.13%
G 178 of 495 ~ 35.96%
B 153 of 495 ~ 30.91%

%33.13
%35.96
%30.91

CMYK color model

#A4B299 color CMYK value is (8,0,14,30).

  • cyan value is 7.87%
  • magenta value is 0.00%
  • yellow value is 14.04%
  • key color value is 30.20%
CMYK:
(8,0,14,30)
C8M0Y14K30 
(8%,0%,14%,30%)
(0.08/0.00/0.14/0.30)	

CMYK percentages

%7.87
%0
%14.04
%30.2

Codes

Color #A4B299 in popluar color models

A4B299
RGB164178153
HSL94°13.97%64.90%
HSB/HSV94°14.04%69.80%
CMYK7.87%0.00%14.04%
30.20%

Color #A4B299 in popluar number systems.

HEXA4B299
Decimal164178153
Binary101001001011001010011001
Octal244262231

Shades and tints

Shades of #A4B299

#A4B299
(164,178,153)
#96A28C
(150,162,140)
#88927F
(136,146,127)
#7A8272
(122,130,114)
#6C7265
(108,114,101)
#5E6258
(94,98,88)
#50524B
(80,82,75)
#42423E
(66,66,62)
#343231
(52,50,49)
#262224
(38,34,36)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #A4B299

#A4B299
(164,178,153)
#ACB9A2
(172,185,162)
#B4C0AB
(180,192,171)
#BCC7B4
(188,199,180)
#C4CEBD
(196,206,189)
#CCD5C6
(204,213,198)
#D4DCCF
(212,220,207)
#DCE3D8
(220,227,216)
#E4EAE1
(228,234,225)
#ECF1EA
(236,241,234)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B299; }

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

This text font color is #A4B299.


Background Color

.myBgColor { background-color: #A4B299; }

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

This div background color is #A4B299.


Border color

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

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

This div border color is #A4B299.


Opacity

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

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

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

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

This text has shadow with #A4B299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B299 on black background.


Color preview on white background

This text has color #A4B299 on white background.



Black color preview on #A4B299 background

This text has black color on #A4B299 background.


White color preview on #A4B299 background

This text has white color on #A4B299 background.