COLOR #A4C99F

HEX: #A4C99F RGB: (164,201,159)

Color info

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

RGB color model

#A4C99F color RGB value is (164,201,159).

RGB: (164,201,159) (64%, 79%, 62%)

RGB channels and saturation

R 164 of 255 = 64%
G 201 of 255 = 79%
B 159 of 255 = 62%

164
201
159

R + G + B ~ 68%. #A4C99F is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 201 + 159 = 524 (100%)
R 164 of 524 ~ 31.3%
G 201 of 524 ~ 38.36%
B 159 of 524 ~ 30.34'%

%31.3
%38.36
%30.34

CMYK color model

#A4C99F color CMYK value is (18,0,21,21).

  • cyan value is 18.41%
  • magenta value is 0.00%
  • yellow value is 20.90%
  • key color value is 21.18%

CMYK: (18,0,21,21)
C18M0Y21K21 (18%, 0%, 21%, 21%)
(0.18 / 0.00 / 0.21 / 0.21)

CMYK percentages

%18.41
%0
%20.9
%21.18

Codes

Color #A4C99F in popluar color models

A4 C9 9F
RGB 164 201 159
HSL 113° 28.00% 70.59%
HSB/HSV 113° 20.90% 78.82%
CMYK 18.41% 0.00% 20.90%
21.18%

Color #A4C99F in popluar number systems.

HEX A4 C9 9F
Decimal 164 201 159
Binary 10100100 11001001 10011111
Octal 244 311 237

Shades and tints

Shades of #A4C99F

#A4C99F
(164,201,159)
#96B791
(150,183,145)
#88A583
(136,165,131)
#7A9375
(122,147,117)
#6C8167
(108,129,103)
#5E6F59
(94,111,89)
#505D4B
(80,93,75)
#424B3D
(66,75,61)
#34392F
(52,57,47)
#262721
(38,39,33)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #A4C99F

#A4C99F
(164,201,159)
#ACCDA7
(172,205,167)
#B4D1AF
(180,209,175)
#BCD5B7
(188,213,183)
#C4D9BF
(196,217,191)
#CCDDC7
(204,221,199)
#D4E1CF
(212,225,207)
#DCE5D7
(220,229,215)
#E4E9DF
(228,233,223)
#ECEDE7
(236,237,231)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C99F color. Also use rgb(164,201,159) instead hex code.

Text Font Color

.myTextColor { color: #A4C99F; }

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

This text font color is #A4C99F.

Background Color

.myBgColor { background-color: #A4C99F; }

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

This div background color is #A4C99F.

Border color

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

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

This div border color is #A4C99F.

Opacity

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

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

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

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

This text has shadow with #A4C99F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4C99F.

Preview

Color preview on black background

This text has color #A4C99F on black background.


Color preview on white background

This text has color #A4C99F on white background.


Black color preview on #A4C99F background

This text has black color on #A4C99F background.


White color preview on #A4C99F background

This text has white color on #A4C99F background.


Related colors

Complementary color

Complementary color for #hex is #5B3660.


I love getcolorcode.com

Triadic colors

1 #9FA4C9 and #C99FA4 with #A4C99F are triadic colors.

2 #9FC9A4 and #C9A49F with #A4C99F are triadic colors.