COLOR #A3A84E

HEX: #A3A84E RGB: (163,168,78)

Color info

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

RGB color model

#A3A84E color RGB value is (163,168,78).

RGB: (163,168,78) (64%, 66%, 31%)

RGB channels and saturation

R 163 of 255 = 64%
G 168 of 255 = 66%
B 78 of 255 = 31%

163
168
78

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

Portions of RGB colors in percentages

R + G + B = 163 + 168 + 78 = 409 (100%)
R 163 of 409 ~ 39.85%
G 168 of 409 ~ 41.08%
B 78 of 409 ~ 19.07'%

%39.85
%41.08
%19.07

CMYK color model

#A3A84E color CMYK value is (3,0,54,34).

  • cyan value is 2.98%
  • magenta value is 0.00%
  • yellow value is 53.57%
  • key color value is 34.12%

CMYK: (3,0,54,34)
C3M0Y54K34 (3%, 0%, 54%, 34%)
(0.03 / 0.00 / 0.54 / 0.34)

CMYK percentages

%2.98
%0
%53.57
%34.12

Codes

Color #A3A84E in popluar color models

A3 A8 4E
RGB 163 168 78
HSL 63° 36.59% 48.24%
HSB/HSV 63° 53.57% 65.88%
CMYK 2.98% 0.00% 53.57%
34.12%

Color #A3A84E in popluar number systems.

HEX A3 A8 4E
Decimal 163 168 78
Binary 10100011 10101000 1001110
Octal 243 250 116

Shades and tints

Shades of #A3A84E

#A3A84E
(163,168,78)
#959947
(149,153,71)
#878A40
(135,138,64)
#797B39
(121,123,57)
#6B6C32
(107,108,50)
#5D5D2B
(93,93,43)
#4F4E24
(79,78,36)
#413F1D
(65,63,29)
#333016
(51,48,22)
#25210F
(37,33,15)
#171208
(23,18,8)
#000000
(0,0,0)

Tints of #A3A84E

#A3A84E
(163,168,78)
#ABAF5E
(171,175,94)
#B3B66E
(179,182,110)
#BBBD7E
(187,189,126)
#C3C48E
(195,196,142)
#CBCB9E
(203,203,158)
#D3D2AE
(211,210,174)
#DBD9BE
(219,217,190)
#E3E0CE
(227,224,206)
#EBE7DE
(235,231,222)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3A84E color. Also use rgb(163,168,78) instead hex code.

Text Font Color

.myTextColor { color: #A3A84E; }

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

This text font color is #A3A84E.

Background Color

.myBgColor { background-color: #A3A84E; }

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

This div background color is #A3A84E.

Border color

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

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

This div border color is #A3A84E.

Opacity

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

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

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

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

This text has shadow with #A3A84E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3A84E.

Preview

Color preview on black background

This text has color #A3A84E on black background.


Color preview on white background

This text has color #A3A84E on white background.


Black color preview on #A3A84E background

This text has black color on #A3A84E background.


White color preview on #A3A84E background

This text has white color on #A3A84E background.


Related colors

Complementary color

Complementary color for #hex is #5C57B1.


I love getcolorcode.com

Triadic colors

1 #4EA3A8 and #A84EA3 with #A3A84E are triadic colors.

2 #4EA8A3 and #A8A34E with #A3A84E are triadic colors.