COLOR #A4C48C

HEX: #A4C48C RGB: (164,196,140)

Color info

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

RGB color model

#A4C48C color RGB value is (164,196,140).

RGB: (164,196,140) (64%, 77%, 55%)

RGB channels and saturation

R 164 of 255 = 64%
G 196 of 255 = 77%
B 140 of 255 = 55%

164
196
140

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

Portions of RGB colors in percentages

R + G + B = 164 + 196 + 140 = 500 (100%)
R 164 of 500 ~ 32.8%
G 196 of 500 ~ 39.2%
B 140 of 500 ~ 28'%

%32.8
%39.2
%28

CMYK color model

#A4C48C color CMYK value is (16,0,29,23).

  • cyan value is 16.33%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 23.14%

CMYK: (16,0,29,23)
C16M0Y29K23 (16%, 0%, 29%, 23%)
(0.16 / 0.00 / 0.29 / 0.23)

CMYK percentages

%16.33
%0
%28.57
%23.14

Codes

Color #A4C48C in popluar color models

A4 C4 8C
RGB 164 196 140
HSL 94° 32.18% 65.88%
HSB/HSV 94° 28.57% 76.86%
CMYK 16.33% 0.00% 28.57%
23.14%

Color #A4C48C in popluar number systems.

HEX A4 C4 8C
Decimal 164 196 140
Binary 10100100 11000100 10001100
Octal 244 304 214

Shades and tints

Shades of #A4C48C

#A4C48C
(164,196,140)
#96B380
(150,179,128)
#88A274
(136,162,116)
#7A9168
(122,145,104)
#6C805C
(108,128,92)
#5E6F50
(94,111,80)
#505E44
(80,94,68)
#424D38
(66,77,56)
#343C2C
(52,60,44)
#262B20
(38,43,32)
#181A14
(24,26,20)
#000000
(0,0,0)

Tints of #A4C48C

#A4C48C
(164,196,140)
#ACC996
(172,201,150)
#B4CEA0
(180,206,160)
#BCD3AA
(188,211,170)
#C4D8B4
(196,216,180)
#CCDDBE
(204,221,190)
#D4E2C8
(212,226,200)
#DCE7D2
(220,231,210)
#E4ECDC
(228,236,220)
#ECF1E6
(236,241,230)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C48C color. Also use rgb(164,196,140) instead hex code.

Text Font Color

.myTextColor { color: #A4C48C; }

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

This text font color is #A4C48C.

Background Color

.myBgColor { background-color: #A4C48C; }

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

This div background color is #A4C48C.

Border color

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

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

This div border color is #A4C48C.

Opacity

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

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

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

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

This text has shadow with #A4C48C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4C48C.

Preview

Color preview on black background

This text has color #A4C48C on black background.


Color preview on white background

This text has color #A4C48C on white background.


Black color preview on #A4C48C background

This text has black color on #A4C48C background.


White color preview on #A4C48C background

This text has white color on #A4C48C background.


Related colors

Complementary color

Complementary color for #hex is #5B3B73.


I love getcolorcode.com

Triadic colors

1 #8CA4C4 and #C48CA4 with #A4C48C are triadic colors.

2 #8CC4A4 and #C4A48C with #A4C48C are triadic colors.