COLOR #A4A36A

HEX: #A4A36A
RGB: (164,163,106)

Color info

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

RGB color model

#A4A36A color RGB value is (164,163,106).

  • red value is 164;
  • green value is 163;
  • blue value is 106.
RGB:
(164,163,106)
(64%,64%,42%)

RGB channels and saturation

R 164 of 255 = 64%
G 163 of 255 = 64%
B 106 of 255 = 42%

164
163
106

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

Portions of RGB colors in percentages

R + G + B =
164 + 163 + 106 = 433 (100%)
R 164 of 433 ~ 37.88%
G 163 of 433 ~ 37.64%
B 106 of 433 ~ 24.48%

%37.88
%37.64
%24.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.61%
  • yellow value is 35.37%
  • key color value is 35.69%
CMYK:
(0,1,35,36)
C0M1Y35K36 
(0%,1%,35%,36%)
(0.00/0.01/0.35/0.36)	

CMYK percentages

%0
%0.61
%35.37
%35.69

Codes

Color #A4A36A in popluar color models

A4A36A
RGB164163106
HSL59°24.17%52.94%
HSB/HSV59°35.37%64.31%
CMYK0.00%0.61%35.37%
35.69%

Color #A4A36A in popluar number systems.

HEXA4A36A
Decimal164163106
Binary10100100101000111101010
Octal244243152

Shades and tints

Shades of #A4A36A

#A4A36A
(164,163,106)
#969561
(150,149,97)
#888758
(136,135,88)
#7A794F
(122,121,79)
#6C6B46
(108,107,70)
#5E5D3D
(94,93,61)
#504F34
(80,79,52)
#42412B
(66,65,43)
#343322
(52,51,34)
#262519
(38,37,25)
#181710
(24,23,16)
#000000
(0,0,0)

Tints of #A4A36A

#A4A36A
(164,163,106)
#ACAB77
(172,171,119)
#B4B384
(180,179,132)
#BCBB91
(188,187,145)
#C4C39E
(196,195,158)
#CCCBAB
(204,203,171)
#D4D3B8
(212,211,184)
#DCDBC5
(220,219,197)
#E4E3D2
(228,227,210)
#ECEBDF
(236,235,223)
#F4F3EC
(244,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4A36A color. Also use rgb(164,163,106) instead hex code.

Text Font Color

.myTextColor { color: #A4A36A; }

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

This text font color is #A4A36A.


Background Color

.myBgColor { background-color: #A4A36A; }

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

This div background color is #A4A36A.


Border color

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

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

This div border color is #A4A36A.


Opacity

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

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

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

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

This text has shadow with #A4A36A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A36A on black background.


Color preview on white background

This text has color #A4A36A on white background.



Black color preview on #A4A36A background

This text has black color on #A4A36A background.


White color preview on #A4A36A background

This text has white color on #A4A36A background.