COLOR #A3A139

HEX: #A3A139
RGB: (163,161,57)

Color info

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

RGB color model

#A3A139 color RGB value is (163,161,57).

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

RGB channels and saturation

R 163 of 255 = 64%
G 161 of 255 = 63%
B 57 of 255 = 22%

163
161
57

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

Portions of RGB colors in percentages

R + G + B =
163 + 161 + 57 = 381 (100%)
R 163 of 381 ~ 42.78%
G 161 of 381 ~ 42.26%
B 57 of 381 ~ 14.96%

%42.78
%42.26
%14.96

CMYK color model

#A3A139 color CMYK value is (0,1,65,36).

  • cyan value is 0.00%
  • magenta value is 1.23%
  • yellow value is 65.03%
  • key color value is 36.08%
CMYK:
(0,1,65,36)
C0M1Y65K36 
(0%,1%,65%,36%)
(0.00/0.01/0.65/0.36)	

CMYK percentages

%0
%1.23
%65.03
%36.08

Codes

Color #A3A139 in popluar color models

A3A139
RGB16316157
HSL59°48.18%43.14%
HSB/HSV59°65.03%63.92%
CMYK0.00%1.23%65.03%
36.08%

Color #A3A139 in popluar number systems.

HEXA3A139
Decimal16316157
Binary1010001110100001111001
Octal24324171

Shades and tints

Shades of #A3A139

#A3A139
(163,161,57)
#959334
(149,147,52)
#87852F
(135,133,47)
#79772A
(121,119,42)
#6B6925
(107,105,37)
#5D5B20
(93,91,32)
#4F4D1B
(79,77,27)
#413F16
(65,63,22)
#333111
(51,49,17)
#25230C
(37,35,12)
#171507
(23,21,7)
#000000
(0,0,0)

Tints of #A3A139

#A3A139
(163,161,57)
#ABA94B
(171,169,75)
#B3B15D
(179,177,93)
#BBB96F
(187,185,111)
#C3C181
(195,193,129)
#CBC993
(203,201,147)
#D3D1A5
(211,209,165)
#DBD9B7
(219,217,183)
#E3E1C9
(227,225,201)
#EBE9DB
(235,233,219)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A139; }

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

This text font color is #A3A139.


Background Color

.myBgColor { background-color: #A3A139; }

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

This div background color is #A3A139.


Border color

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

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

This div border color is #A3A139.


Opacity

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

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

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

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

This text has shadow with #A3A139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A139 on black background.


Color preview on white background

This text has color #A3A139 on white background.



Black color preview on #A3A139 background

This text has black color on #A3A139 background.


White color preview on #A3A139 background

This text has white color on #A3A139 background.