COLOR #A4C585

HEX: #A4C585
RGB: (164,197,133)

Color info

#A4C585 contains mainly red and green colors. Web safe color of #A4C585 is #99CC99 (or #9C9).

RGB color model

#A4C585 color RGB value is (164,197,133).

  • red value is 164;
  • green value is 197;
  • blue value is 133.
RGB:
(164,197,133)
(64%,77%,52%)

RGB channels and saturation

R 164 of 255 = 64%
G 197 of 255 = 77%
B 133 of 255 = 52%

164
197
133

R + G + B ~ 64%. #A4C585 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 197 + 133 = 494 (100%)
R 164 of 494 ~ 33.2%
G 197 of 494 ~ 39.88%
B 133 of 494 ~ 26.92%

%33.2
%39.88
%26.92

CMYK color model

#A4C585 color CMYK value is (17,0,32,23).

  • cyan value is 16.75%
  • magenta value is 0.00%
  • yellow value is 32.49%
  • key color value is 22.75%
CMYK:
(17,0,32,23)
C17M0Y32K23 
(17%,0%,32%,23%)
(0.17/0.00/0.32/0.23)	

CMYK percentages

%16.75
%0
%32.49
%22.75

Codes

Color #A4C585 in popluar color models

A4C585
RGB164197133
HSL91°35.56%64.71%
HSB/HSV91°32.49%77.25%
CMYK16.75%0.00%32.49%
22.75%

Color #A4C585 in popluar number systems.

HEXA4C585
Decimal164197133
Binary101001001100010110000101
Octal244305205

Shades and tints

Shades of #A4C585

#A4C585
(164,197,133)
#96B479
(150,180,121)
#88A36D
(136,163,109)
#7A9261
(122,146,97)
#6C8155
(108,129,85)
#5E7049
(94,112,73)
#505F3D
(80,95,61)
#424E31
(66,78,49)
#343D25
(52,61,37)
#262C19
(38,44,25)
#181B0D
(24,27,13)
#000000
(0,0,0)

Tints of #A4C585

#A4C585
(164,197,133)
#ACCA90
(172,202,144)
#B4CF9B
(180,207,155)
#BCD4A6
(188,212,166)
#C4D9B1
(196,217,177)
#CCDEBC
(204,222,188)
#D4E3C7
(212,227,199)
#DCE8D2
(220,232,210)
#E4EDDD
(228,237,221)
#ECF2E8
(236,242,232)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C585 color. Also use rgb(164,197,133) instead hex code.

Text Font Color

.myTextColor { color: #A4C585; }

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

This text font color is #A4C585.


Background Color

.myBgColor { background-color: #A4C585; }

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

This div background color is #A4C585.


Border color

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

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

This div border color is #A4C585.


Opacity

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

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

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

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

This text has shadow with #A4C585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C585 on black background.


Color preview on white background

This text has color #A4C585 on white background.



Black color preview on #A4C585 background

This text has black color on #A4C585 background.


White color preview on #A4C585 background

This text has white color on #A4C585 background.