COLOR #A4A20F

HEX: #A4A20F
RGB: (164,162,15)

Color info

#A4A20F contains mainly red and green colors. Web safe color of #A4A20F is #999900 (or #990).

RGB color model

#A4A20F color RGB value is (164,162,15).

  • red value is 164;
  • green value is 162;
  • blue value is 15.
RGB:
(164,162,15)
(64%,64%,6%)

RGB channels and saturation

R 164 of 255 = 64%
G 162 of 255 = 64%
B 15 of 255 = 6%

164
162
15

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

Portions of RGB colors in percentages

R + G + B =
164 + 162 + 15 = 341 (100%)
R 164 of 341 ~ 48.09%
G 162 of 341 ~ 47.51%
B 15 of 341 ~ 4.4%

%48.09
%47.51

CMYK color model

#A4A20F color CMYK value is (0,1,91,36).

  • cyan value is 0.00%
  • magenta value is 1.22%
  • yellow value is 90.85%
  • key color value is 35.69%
CMYK:
(0,1,91,36)
C0M1Y91K36 
(0%,1%,91%,36%)
(0.00/0.01/0.91/0.36)	

CMYK percentages

%0
%1.22
%90.85
%35.69

Codes

Color #A4A20F in popluar color models

A4A20F
RGB16416215
HSL59°83.24%35.10%
HSB/HSV59°90.85%64.31%
CMYK0.00%1.22%90.85%
35.69%

Color #A4A20F in popluar number systems.

HEXA4A20F
Decimal16416215
Binary10100100101000101111
Octal24424217

Shades and tints

Shades of #A4A20F

#A4A20F
(164,162,15)
#96940E
(150,148,14)
#88860D
(136,134,13)
#7A780C
(122,120,12)
#6C6A0B
(108,106,11)
#5E5C0A
(94,92,10)
#504E09
(80,78,9)
#424008
(66,64,8)
#343207
(52,50,7)
#262406
(38,36,6)
#181605
(24,22,5)
#000000
(0,0,0)

Tints of #A4A20F

#A4A20F
(164,162,15)
#ACAA24
(172,170,36)
#B4B239
(180,178,57)
#BCBA4E
(188,186,78)
#C4C263
(196,194,99)
#CCCA78
(204,202,120)
#D4D28D
(212,210,141)
#DCDAA2
(220,218,162)
#E4E2B7
(228,226,183)
#ECEACC
(236,234,204)
#F4F2E1
(244,242,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4A20F color. Also use rgb(164,162,15) instead hex code.

Text Font Color

.myTextColor { color: #A4A20F; }

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

This text font color is #A4A20F.


Background Color

.myBgColor { background-color: #A4A20F; }

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

This div background color is #A4A20F.


Border color

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

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

This div border color is #A4A20F.


Opacity

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

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

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

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

This text has shadow with #A4A20F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A20F on black background.


Color preview on white background

This text has color #A4A20F on white background.



Black color preview on #A4A20F background

This text has black color on #A4A20F background.


White color preview on #A4A20F background

This text has white color on #A4A20F background.