COLOR #A4C29F

HEX: #A4C29F RGB: (164,194,159)

Color info

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

RGB color model

#A4C29F color RGB value is (164,194,159).

RGB: (164,194,159) (64%, 76%, 62%)

RGB channels and saturation

R 164 of 255 = 64%
G 194 of 255 = 76%
B 159 of 255 = 62%

164
194
159

R + G + B ~ 67%. #A4C29F is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 194 + 159 = 517 (100%)
R 164 of 517 ~ 31.72%
G 194 of 517 ~ 37.52%
B 159 of 517 ~ 30.75'%

%31.72
%37.52
%30.75

CMYK color model

#A4C29F color CMYK value is (15,0,18,24).

  • cyan value is 15.46%
  • magenta value is 0.00%
  • yellow value is 18.04%
  • key color value is 23.92%

CMYK: (15,0,18,24)
C15M0Y18K24 (15%, 0%, 18%, 24%)
(0.15 / 0.00 / 0.18 / 0.24)

CMYK percentages

%15.46
%0
%18.04
%23.92

Codes

Color #A4C29F in popluar color models

A4 C2 9F
RGB 164 194 159
HSL 111° 22.29% 69.22%
HSB/HSV 111° 18.04% 76.08%
CMYK 15.46% 0.00% 18.04%
23.92%

Color #A4C29F in popluar number systems.

HEX A4 C2 9F
Decimal 164 194 159
Binary 10100100 11000010 10011111
Octal 244 302 237

Shades and tints

Shades of #A4C29F

#A4C29F
(164,194,159)
#96B191
(150,177,145)
#88A083
(136,160,131)
#7A8F75
(122,143,117)
#6C7E67
(108,126,103)
#5E6D59
(94,109,89)
#505C4B
(80,92,75)
#424B3D
(66,75,61)
#343A2F
(52,58,47)
#262921
(38,41,33)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #A4C29F

#A4C29F
(164,194,159)
#ACC7A7
(172,199,167)
#B4CCAF
(180,204,175)
#BCD1B7
(188,209,183)
#C4D6BF
(196,214,191)
#CCDBC7
(204,219,199)
#D4E0CF
(212,224,207)
#DCE5D7
(220,229,215)
#E4EADF
(228,234,223)
#ECEFE7
(236,239,231)
#F4F4EF
(244,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4C29F; }

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

This text font color is #A4C29F.

Background Color

.myBgColor { background-color: #A4C29F; }

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

This div background color is #A4C29F.

Border color

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

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

This div border color is #A4C29F.

Opacity

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

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

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

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

This text has shadow with #A4C29F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4C29F.

Preview

Color preview on black background

This text has color #A4C29F on black background.


Color preview on white background

This text has color #A4C29F on white background.


Black color preview on #A4C29F background

This text has black color on #A4C29F background.


White color preview on #A4C29F background

This text has white color on #A4C29F background.


Related colors

Complementary color

Complementary color for #hex is #5B3D60.


I love getcolorcode.com

Triadic colors

1 #9FA4C2 and #C29FA4 with #A4C29F are triadic colors.

2 #9FC2A4 and #C2A49F with #A4C29F are triadic colors.