COLOR #A4C069

HEX: #A4C069
RGB: (164,192,105)

Color info

#A4C069 contains mainly red and green colors. Web safe color of #A4C069 is #99CC66 (or #9C6).

RGB color model

#A4C069 color RGB value is (164,192,105).

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

RGB channels and saturation

R 164 of 255 = 64%
G 192 of 255 = 75%
B 105 of 255 = 41%

164
192
105

R + G + B ~ 60%. #A4C069 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
164 + 192 + 105 = 461 (100%)
R 164 of 461 ~ 35.57%
G 192 of 461 ~ 41.65%
B 105 of 461 ~ 22.78%

%35.57
%41.65
%22.78

CMYK color model

#A4C069 color CMYK value is (15,0,45,25).

  • cyan value is 14.58%
  • magenta value is 0.00%
  • yellow value is 45.31%
  • key color value is 24.71%
CMYK:
(15,0,45,25)
C15M0Y45K25 
(15%,0%,45%,25%)
(0.15/0.00/0.45/0.25)	

CMYK percentages

%14.58
%0
%45.31
%24.71

Codes

Color #A4C069 in popluar color models

A4C069
RGB164192105
HSL79°40.85%58.24%
HSB/HSV79°45.31%75.29%
CMYK14.58%0.00%45.31%
24.71%

Color #A4C069 in popluar number systems.

HEXA4C069
Decimal164192105
Binary10100100110000001101001
Octal244300151

Shades and tints

Shades of #A4C069

#A4C069
(164,192,105)
#96AF60
(150,175,96)
#889E57
(136,158,87)
#7A8D4E
(122,141,78)
#6C7C45
(108,124,69)
#5E6B3C
(94,107,60)
#505A33
(80,90,51)
#42492A
(66,73,42)
#343821
(52,56,33)
#262718
(38,39,24)
#18160F
(24,22,15)
#000000
(0,0,0)

Tints of #A4C069

#A4C069
(164,192,105)
#ACC576
(172,197,118)
#B4CA83
(180,202,131)
#BCCF90
(188,207,144)
#C4D49D
(196,212,157)
#CCD9AA
(204,217,170)
#D4DEB7
(212,222,183)
#DCE3C4
(220,227,196)
#E4E8D1
(228,232,209)
#ECEDDE
(236,237,222)
#F4F2EB
(244,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4C069; }

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

This text font color is #A4C069.


Background Color

.myBgColor { background-color: #A4C069; }

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

This div background color is #A4C069.


Border color

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

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

This div border color is #A4C069.


Opacity

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

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

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

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

This text has shadow with #A4C069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C069 on black background.


Color preview on white background

This text has color #A4C069 on white background.



Black color preview on #A4C069 background

This text has black color on #A4C069 background.


White color preview on #A4C069 background

This text has white color on #A4C069 background.