COLOR #A4B999

HEX: #A4B999
RGB: (164,185,153)

Color info

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

RGB color model

#A4B999 color RGB value is (164,185,153).

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

RGB channels and saturation

R 164 of 255 = 64%
G 185 of 255 = 73%
B 153 of 255 = 60%

164
185
153

R + G + B ~ 66%. #A4B999 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 185 + 153 = 502 (100%)
R 164 of 502 ~ 32.67%
G 185 of 502 ~ 36.85%
B 153 of 502 ~ 30.48%

%32.67
%36.85
%30.48

CMYK color model

#A4B999 color CMYK value is (11,0,17,27).

  • cyan value is 11.35%
  • magenta value is 0.00%
  • yellow value is 17.30%
  • key color value is 27.45%
CMYK:
(11,0,17,27)
C11M0Y17K27 
(11%,0%,17%,27%)
(0.11/0.00/0.17/0.27)	

CMYK percentages

%11.35
%0
%17.3
%27.45

Codes

Color #A4B999 in popluar color models

A4B999
RGB164185153
HSL99°18.60%66.27%
HSB/HSV99°17.30%72.55%
CMYK11.35%0.00%17.30%
27.45%

Color #A4B999 in popluar number systems.

HEXA4B999
Decimal164185153
Binary101001001011100110011001
Octal244271231

Shades and tints

Shades of #A4B999

#A4B999
(164,185,153)
#96A98C
(150,169,140)
#88997F
(136,153,127)
#7A8972
(122,137,114)
#6C7965
(108,121,101)
#5E6958
(94,105,88)
#50594B
(80,89,75)
#42493E
(66,73,62)
#343931
(52,57,49)
#262924
(38,41,36)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #A4B999

#A4B999
(164,185,153)
#ACBFA2
(172,191,162)
#B4C5AB
(180,197,171)
#BCCBB4
(188,203,180)
#C4D1BD
(196,209,189)
#CCD7C6
(204,215,198)
#D4DDCF
(212,221,207)
#DCE3D8
(220,227,216)
#E4E9E1
(228,233,225)
#ECEFEA
(236,239,234)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B999; }

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

This text font color is #A4B999.


Background Color

.myBgColor { background-color: #A4B999; }

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

This div background color is #A4B999.


Border color

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

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

This div border color is #A4B999.


Opacity

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

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

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

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

This text has shadow with #A4B999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B999 on black background.


Color preview on white background

This text has color #A4B999 on white background.



Black color preview on #A4B999 background

This text has black color on #A4B999 background.


White color preview on #A4B999 background

This text has white color on #A4B999 background.