COLOR #A4A56C

HEX: #A4A56C
RGB: (164,165,108)

Color info

#A4A56C contains red, green and blue colors in about the same proportion. Web safe color of #A4A56C is #999966 (or #996).

RGB color model

#A4A56C color RGB value is (164,165,108).

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

RGB channels and saturation

R 164 of 255 = 64%
G 165 of 255 = 65%
B 108 of 255 = 42%

164
165
108

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

Portions of RGB colors in percentages

R + G + B =
164 + 165 + 108 = 437 (100%)
R 164 of 437 ~ 37.53%
G 165 of 437 ~ 37.76%
B 108 of 437 ~ 24.71%

%37.53
%37.76
%24.71

CMYK color model

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

  • cyan value is 0.61%
  • magenta value is 0.00%
  • yellow value is 34.55%
  • key color value is 35.29%
CMYK:
(1,0,35,35)
C1M0Y35K35 
(1%,0%,35%,35%)
(0.01/0.00/0.35/0.35)	

CMYK percentages

%0.61
%0
%34.55
%35.29

Codes

Color #A4A56C in popluar color models

A4A56C
RGB164165108
HSL61°24.05%53.53%
HSB/HSV61°34.55%64.71%
CMYK0.61%0.00%34.55%
35.29%

Color #A4A56C in popluar number systems.

HEXA4A56C
Decimal164165108
Binary10100100101001011101100
Octal244245154

Shades and tints

Shades of #A4A56C

#A4A56C
(164,165,108)
#969663
(150,150,99)
#88875A
(136,135,90)
#7A7851
(122,120,81)
#6C6948
(108,105,72)
#5E5A3F
(94,90,63)
#504B36
(80,75,54)
#423C2D
(66,60,45)
#342D24
(52,45,36)
#261E1B
(38,30,27)
#180F12
(24,15,18)
#000000
(0,0,0)

Tints of #A4A56C

#A4A56C
(164,165,108)
#ACAD79
(172,173,121)
#B4B586
(180,181,134)
#BCBD93
(188,189,147)
#C4C5A0
(196,197,160)
#CCCDAD
(204,205,173)
#D4D5BA
(212,213,186)
#DCDDC7
(220,221,199)
#E4E5D4
(228,229,212)
#ECEDE1
(236,237,225)
#F4F5EE
(244,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A56C; }

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

This text font color is #A4A56C.


Background Color

.myBgColor { background-color: #A4A56C; }

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

This div background color is #A4A56C.


Border color

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

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

This div border color is #A4A56C.


Opacity

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

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

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

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

This text has shadow with #A4A56C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A56C on black background.


Color preview on white background

This text has color #A4A56C on white background.



Black color preview on #A4A56C background

This text has black color on #A4A56C background.


White color preview on #A4A56C background

This text has white color on #A4A56C background.