COLOR #A4A556

HEX: #A4A556
RGB: (164,165,86)

Color info

#A4A556 contains mainly red and green colors. Web safe color of #A4A556 is #999966 (or #996).

RGB color model

#A4A556 color RGB value is (164,165,86).

  • red value is 164;
  • green value is 165;
  • blue value is 86.
RGB:
(164,165,86)
(64%,65%,34%)

RGB channels and saturation

R 164 of 255 = 64%
G 165 of 255 = 65%
B 86 of 255 = 34%

164
165
86

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

Portions of RGB colors in percentages

R + G + B =
164 + 165 + 86 = 415 (100%)
R 164 of 415 ~ 39.52%
G 165 of 415 ~ 39.76%
B 86 of 415 ~ 20.72%

%39.52
%39.76
%20.72

CMYK color model

#A4A556 color CMYK value is (1,0,48,35).

  • cyan value is 0.61%
  • magenta value is 0.00%
  • yellow value is 47.88%
  • key color value is 35.29%
CMYK:
(1,0,48,35)
C1M0Y48K35 
(1%,0%,48%,35%)
(0.01/0.00/0.48/0.35)	

CMYK percentages

%0.61
%0
%47.88
%35.29

Codes

Color #A4A556 in popluar color models

A4A556
RGB16416586
HSL61°31.47%49.22%
HSB/HSV61°47.88%64.71%
CMYK0.61%0.00%47.88%
35.29%

Color #A4A556 in popluar number systems.

HEXA4A556
Decimal16416586
Binary10100100101001011010110
Octal244245126

Shades and tints

Shades of #A4A556

#A4A556
(164,165,86)
#96964F
(150,150,79)
#888748
(136,135,72)
#7A7841
(122,120,65)
#6C693A
(108,105,58)
#5E5A33
(94,90,51)
#504B2C
(80,75,44)
#423C25
(66,60,37)
#342D1E
(52,45,30)
#261E17
(38,30,23)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #A4A556

#A4A556
(164,165,86)
#ACAD65
(172,173,101)
#B4B574
(180,181,116)
#BCBD83
(188,189,131)
#C4C592
(196,197,146)
#CCCDA1
(204,205,161)
#D4D5B0
(212,213,176)
#DCDDBF
(220,221,191)
#E4E5CE
(228,229,206)
#ECEDDD
(236,237,221)
#F4F5EC
(244,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4A556 color. Also use rgb(164,165,86) instead hex code.

Text Font Color

.myTextColor { color: #A4A556; }

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

This text font color is #A4A556.


Background Color

.myBgColor { background-color: #A4A556; }

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

This div background color is #A4A556.


Border color

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

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

This div border color is #A4A556.


Opacity

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

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

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

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

This text has shadow with #A4A556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A556 on black background.


Color preview on white background

This text has color #A4A556 on white background.



Black color preview on #A4A556 background

This text has black color on #A4A556 background.


White color preview on #A4A556 background

This text has white color on #A4A556 background.