COLOR #A3A95E

HEX: #A3A95E
RGB: (163,169,94)

Color info

#A3A95E contains mainly red and green colors. Web safe color of #A3A95E is #999966 (or #996).

RGB color model

#A3A95E color RGB value is (163,169,94).

  • red value is 163;
  • green value is 169;
  • blue value is 94.
RGB:
(163,169,94)
(64%,66%,37%)

RGB channels and saturation

R 163 of 255 = 64%
G 169 of 255 = 66%
B 94 of 255 = 37%

163
169
94

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

Portions of RGB colors in percentages

R + G + B =
163 + 169 + 94 = 426 (100%)
R 163 of 426 ~ 38.26%
G 169 of 426 ~ 39.67%
B 94 of 426 ~ 22.07%

%38.26
%39.67
%22.07

CMYK color model

#A3A95E color CMYK value is (4,0,44,34).

  • cyan value is 3.55%
  • magenta value is 0.00%
  • yellow value is 44.38%
  • key color value is 33.73%
CMYK:
(4,0,44,34)
C4M0Y44K34 
(4%,0%,44%,34%)
(0.04/0.00/0.44/0.34)	

CMYK percentages

%3.55
%0
%44.38
%33.73

Codes

Color #A3A95E in popluar color models

A3A95E
RGB16316994
HSL65°30.36%51.57%
HSB/HSV65°44.38%66.27%
CMYK3.55%0.00%44.38%
33.73%

Color #A3A95E in popluar number systems.

HEXA3A95E
Decimal16316994
Binary10100011101010011011110
Octal243251136

Shades and tints

Shades of #A3A95E

#A3A95E
(163,169,94)
#959A56
(149,154,86)
#878B4E
(135,139,78)
#797C46
(121,124,70)
#6B6D3E
(107,109,62)
#5D5E36
(93,94,54)
#4F4F2E
(79,79,46)
#414026
(65,64,38)
#33311E
(51,49,30)
#252216
(37,34,22)
#17130E
(23,19,14)
#000000
(0,0,0)

Tints of #A3A95E

#A3A95E
(163,169,94)
#ABB06C
(171,176,108)
#B3B77A
(179,183,122)
#BBBE88
(187,190,136)
#C3C596
(195,197,150)
#CBCCA4
(203,204,164)
#D3D3B2
(211,211,178)
#DBDAC0
(219,218,192)
#E3E1CE
(227,225,206)
#EBE8DC
(235,232,220)
#F3EFEA
(243,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3A95E color. Also use rgb(163,169,94) instead hex code.

Text Font Color

.myTextColor { color: #A3A95E; }

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

This text font color is #A3A95E.


Background Color

.myBgColor { background-color: #A3A95E; }

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

This div background color is #A3A95E.


Border color

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

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

This div border color is #A3A95E.


Opacity

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

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

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

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

This text has shadow with #A3A95E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A95E on black background.


Color preview on white background

This text has color #A3A95E on white background.



Black color preview on #A3A95E background

This text has black color on #A3A95E background.


White color preview on #A3A95E background

This text has white color on #A3A95E background.