COLOR #A3A61C

HEX: #A3A61C
RGB: (163,166,28)

Color info

#A3A61C contains mainly red and green colors. Web safe color of #A3A61C is #999933 (or #993).

RGB color model

#A3A61C color RGB value is (163,166,28).

  • red value is 163;
  • green value is 166;
  • blue value is 28.
RGB:
(163,166,28)
(64%,65%,11%)

RGB channels and saturation

R 163 of 255 = 64%
G 166 of 255 = 65%
B 28 of 255 = 11%

163
166
28

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

Portions of RGB colors in percentages

R + G + B =
163 + 166 + 28 = 357 (100%)
R 163 of 357 ~ 45.66%
G 166 of 357 ~ 46.5%
B 28 of 357 ~ 7.84%

%45.66
%46.5

CMYK color model

#A3A61C color CMYK value is (2,0,83,35).

  • cyan value is 1.81%
  • magenta value is 0.00%
  • yellow value is 83.13%
  • key color value is 34.90%
CMYK:
(2,0,83,35)
C2M0Y83K35 
(2%,0%,83%,35%)
(0.02/0.00/0.83/0.35)	

CMYK percentages

%1.81
%0
%83.13
%34.9

Codes

Color #A3A61C in popluar color models

A3A61C
RGB16316628
HSL61°71.13%38.04%
HSB/HSV61°83.13%65.10%
CMYK1.81%0.00%83.13%
34.90%

Color #A3A61C in popluar number systems.

HEXA3A61C
Decimal16316628
Binary101000111010011011100
Octal24324634

Shades and tints

Shades of #A3A61C

#A3A61C
(163,166,28)
#95971A
(149,151,26)
#878818
(135,136,24)
#797916
(121,121,22)
#6B6A14
(107,106,20)
#5D5B12
(93,91,18)
#4F4C10
(79,76,16)
#413D0E
(65,61,14)
#332E0C
(51,46,12)
#251F0A
(37,31,10)
#171008
(23,16,8)
#000000
(0,0,0)

Tints of #A3A61C

#A3A61C
(163,166,28)
#ABAE30
(171,174,48)
#B3B644
(179,182,68)
#BBBE58
(187,190,88)
#C3C66C
(195,198,108)
#CBCE80
(203,206,128)
#D3D694
(211,214,148)
#DBDEA8
(219,222,168)
#E3E6BC
(227,230,188)
#EBEED0
(235,238,208)
#F3F6E4
(243,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3A61C color. Also use rgb(163,166,28) instead hex code.

Text Font Color

.myTextColor { color: #A3A61C; }

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

This text font color is #A3A61C.


Background Color

.myBgColor { background-color: #A3A61C; }

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

This div background color is #A3A61C.


Border color

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

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

This div border color is #A3A61C.


Opacity

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

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

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

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

This text has shadow with #A3A61C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A61C on black background.


Color preview on white background

This text has color #A3A61C on white background.



Black color preview on #A3A61C background

This text has black color on #A3A61C background.


White color preview on #A3A61C background

This text has white color on #A3A61C background.