COLOR #A3A212

HEX: #A3A212
RGB: (163,162,18)

Color info

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

RGB color model

#A3A212 color RGB value is (163,162,18).

  • red value is 163;
  • green value is 162;
  • blue value is 18.
RGB:
(163,162,18)
(64%,64%,7%)

RGB channels and saturation

R 163 of 255 = 64%
G 162 of 255 = 64%
B 18 of 255 = 7%

163
162
18

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

Portions of RGB colors in percentages

R + G + B =
163 + 162 + 18 = 343 (100%)
R 163 of 343 ~ 47.52%
G 162 of 343 ~ 47.23%
B 18 of 343 ~ 5.25%

%47.52
%47.23

CMYK color model

#A3A212 color CMYK value is (0,1,89,36).

  • cyan value is 0.00%
  • magenta value is 0.61%
  • yellow value is 88.96%
  • key color value is 36.08%
CMYK:
(0,1,89,36)
C0M1Y89K36 
(0%,1%,89%,36%)
(0.00/0.01/0.89/0.36)	

CMYK percentages

%0
%0.61
%88.96
%36.08

Codes

Color #A3A212 in popluar color models

A3A212
RGB16316218
HSL60°80.11%35.49%
HSB/HSV60°88.96%63.92%
CMYK0.00%0.61%88.96%
36.08%

Color #A3A212 in popluar number systems.

HEXA3A212
Decimal16316218
Binary101000111010001010010
Octal24324222

Shades and tints

Shades of #A3A212

#A3A212
(163,162,18)
#959411
(149,148,17)
#878610
(135,134,16)
#79780F
(121,120,15)
#6B6A0E
(107,106,14)
#5D5C0D
(93,92,13)
#4F4E0C
(79,78,12)
#41400B
(65,64,11)
#33320A
(51,50,10)
#252409
(37,36,9)
#171608
(23,22,8)
#000000
(0,0,0)

Tints of #A3A212

#A3A212
(163,162,18)
#ABAA27
(171,170,39)
#B3B23C
(179,178,60)
#BBBA51
(187,186,81)
#C3C266
(195,194,102)
#CBCA7B
(203,202,123)
#D3D290
(211,210,144)
#DBDAA5
(219,218,165)
#E3E2BA
(227,226,186)
#EBEACF
(235,234,207)
#F3F2E4
(243,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3A212 color. Also use rgb(163,162,18) instead hex code.

Text Font Color

.myTextColor { color: #A3A212; }

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

This text font color is #A3A212.


Background Color

.myBgColor { background-color: #A3A212; }

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

This div background color is #A3A212.


Border color

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

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

This div border color is #A3A212.


Opacity

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

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

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

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

This text has shadow with #A3A212 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A212 on black background.


Color preview on white background

This text has color #A3A212 on white background.



Black color preview on #A3A212 background

This text has black color on #A3A212 background.


White color preview on #A3A212 background

This text has white color on #A3A212 background.