COLOR #A3A12C

HEX: #A3A12C
RGB: (163,161,44)

Color info

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

RGB color model

#A3A12C color RGB value is (163,161,44).

  • red value is 163;
  • green value is 161;
  • blue value is 44.
RGB:
(163,161,44)
(64%,63%,17%)

RGB channels and saturation

R 163 of 255 = 64%
G 161 of 255 = 63%
B 44 of 255 = 17%

163
161
44

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

Portions of RGB colors in percentages

R + G + B =
163 + 161 + 44 = 368 (100%)
R 163 of 368 ~ 44.29%
G 161 of 368 ~ 43.75%
B 44 of 368 ~ 11.96%

%44.29
%43.75
%11.96

CMYK color model

#A3A12C color CMYK value is (0,1,73,36).

  • cyan value is 0.00%
  • magenta value is 1.23%
  • yellow value is 73.01%
  • key color value is 36.08%
CMYK:
(0,1,73,36)
C0M1Y73K36 
(0%,1%,73%,36%)
(0.00/0.01/0.73/0.36)	

CMYK percentages

%0
%1.23
%73.01
%36.08

Codes

Color #A3A12C in popluar color models

A3A12C
RGB16316144
HSL59°57.49%40.59%
HSB/HSV59°73.01%63.92%
CMYK0.00%1.23%73.01%
36.08%

Color #A3A12C in popluar number systems.

HEXA3A12C
Decimal16316144
Binary1010001110100001101100
Octal24324154

Shades and tints

Shades of #A3A12C

#A3A12C
(163,161,44)
#959328
(149,147,40)
#878524
(135,133,36)
#797720
(121,119,32)
#6B691C
(107,105,28)
#5D5B18
(93,91,24)
#4F4D14
(79,77,20)
#413F10
(65,63,16)
#33310C
(51,49,12)
#252308
(37,35,8)
#171504
(23,21,4)
#000000
(0,0,0)

Tints of #A3A12C

#A3A12C
(163,161,44)
#ABA93F
(171,169,63)
#B3B152
(179,177,82)
#BBB965
(187,185,101)
#C3C178
(195,193,120)
#CBC98B
(203,201,139)
#D3D19E
(211,209,158)
#DBD9B1
(219,217,177)
#E3E1C4
(227,225,196)
#EBE9D7
(235,233,215)
#F3F1EA
(243,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3A12C color. Also use rgb(163,161,44) instead hex code.

Text Font Color

.myTextColor { color: #A3A12C; }

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

This text font color is #A3A12C.


Background Color

.myBgColor { background-color: #A3A12C; }

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

This div background color is #A3A12C.


Border color

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

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

This div border color is #A3A12C.


Opacity

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

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

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

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

This text has shadow with #A3A12C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A12C on black background.


Color preview on white background

This text has color #A3A12C on white background.



Black color preview on #A3A12C background

This text has black color on #A3A12C background.


White color preview on #A3A12C background

This text has white color on #A3A12C background.