COLOR #A4C09F

HEX: #A4C09F
RGB: (164,192,159)

Color info

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

RGB color model

#A4C09F color RGB value is (164,192,159).

  • red value is 164;
  • green value is 192;
  • blue value is 159.
RGB:
(164,192,159)
(64%,75%,62%)

RGB channels and saturation

R 164 of 255 = 64%
G 192 of 255 = 75%
B 159 of 255 = 62%

164
192
159

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

Portions of RGB colors in percentages

R + G + B =
164 + 192 + 159 = 515 (100%)
R 164 of 515 ~ 31.84%
G 192 of 515 ~ 37.28%
B 159 of 515 ~ 30.87%

%31.84
%37.28
%30.87

CMYK color model

#A4C09F color CMYK value is (15,0,17,25).

  • cyan value is 14.58%
  • magenta value is 0.00%
  • yellow value is 17.19%
  • key color value is 24.71%
CMYK:
(15,0,17,25)
C15M0Y17K25 
(15%,0%,17%,25%)
(0.15/0.00/0.17/0.25)	

CMYK percentages

%14.58
%0
%17.19
%24.71

Codes

Color #A4C09F in popluar color models

A4C09F
RGB164192159
HSL111°20.75%68.82%
HSB/HSV111°17.19%75.29%
CMYK14.58%0.00%17.19%
24.71%

Color #A4C09F in popluar number systems.

HEXA4C09F
Decimal164192159
Binary101001001100000010011111
Octal244300237

Shades and tints

Shades of #A4C09F

#A4C09F
(164,192,159)
#96AF91
(150,175,145)
#889E83
(136,158,131)
#7A8D75
(122,141,117)
#6C7C67
(108,124,103)
#5E6B59
(94,107,89)
#505A4B
(80,90,75)
#42493D
(66,73,61)
#34382F
(52,56,47)
#262721
(38,39,33)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #A4C09F

#A4C09F
(164,192,159)
#ACC5A7
(172,197,167)
#B4CAAF
(180,202,175)
#BCCFB7
(188,207,183)
#C4D4BF
(196,212,191)
#CCD9C7
(204,217,199)
#D4DECF
(212,222,207)
#DCE3D7
(220,227,215)
#E4E8DF
(228,232,223)
#ECEDE7
(236,237,231)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4C09F; }

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

This text font color is #A4C09F.


Background Color

.myBgColor { background-color: #A4C09F; }

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

This div background color is #A4C09F.


Border color

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

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

This div border color is #A4C09F.


Opacity

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

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

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

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

This text has shadow with #A4C09F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C09F on black background.


Color preview on white background

This text has color #A4C09F on white background.



Black color preview on #A4C09F background

This text has black color on #A4C09F background.


White color preview on #A4C09F background

This text has white color on #A4C09F background.