COLOR #A3A86D

HEX: #A3A86D RGB: (163,168,109)

Color info

#A3A86D contains red, green and blue colors in about the same proportion. Web safe color of #A3A86D is #999966 (or #996).

RGB color model

#A3A86D color RGB value is (163,168,109).

RGB: (163,168,109) (64%, 66%, 43%)

RGB channels and saturation

R 163 of 255 = 64%
G 168 of 255 = 66%
B 109 of 255 = 43%

163
168
109

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

Portions of RGB colors in percentages

R + G + B = 163 + 168 + 109 = 440 (100%)
R 163 of 440 ~ 37.05%
G 168 of 440 ~ 38.18%
B 109 of 440 ~ 24.77'%

%37.05
%38.18
%24.77

CMYK color model

#A3A86D color CMYK value is (3,0,35,34).

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

CMYK: (3,0,35,34)
C3M0Y35K34 (3%, 0%, 35%, 34%)
(0.03 / 0.00 / 0.35 / 0.34)

CMYK percentages

%2.98
%0
%35.12
%34.12

Codes

Color #A3A86D in popluar color models

A3 A8 6D
RGB 163 168 109
HSL 65° 25.32% 54.31%
HSB/HSV 65° 35.12% 65.88%
CMYK 2.98% 0.00% 35.12%
34.12%

Color #A3A86D in popluar number systems.

HEX A3 A8 6D
Decimal 163 168 109
Binary 10100011 10101000 1101101
Octal 243 250 155

Shades and tints

Shades of #A3A86D

#A3A86D
(163,168,109)
#959964
(149,153,100)
#878A5B
(135,138,91)
#797B52
(121,123,82)
#6B6C49
(107,108,73)
#5D5D40
(93,93,64)
#4F4E37
(79,78,55)
#413F2E
(65,63,46)
#333025
(51,48,37)
#25211C
(37,33,28)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #A3A86D

#A3A86D
(163,168,109)
#ABAF7A
(171,175,122)
#B3B687
(179,182,135)
#BBBD94
(187,189,148)
#C3C4A1
(195,196,161)
#CBCBAE
(203,203,174)
#D3D2BB
(211,210,187)
#DBD9C8
(219,217,200)
#E3E0D5
(227,224,213)
#EBE7E2
(235,231,226)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A86D; }

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

This text font color is #A3A86D.

Background Color

.myBgColor { background-color: #A3A86D; }

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

This div background color is #A3A86D.

Border color

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

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

This div border color is #A3A86D.

Opacity

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

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

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

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

This text has shadow with #A3A86D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3A86D.

Preview

Color preview on black background

This text has color #A3A86D on black background.


Color preview on white background

This text has color #A3A86D on white background.


Black color preview on #A3A86D background

This text has black color on #A3A86D background.


White color preview on #A3A86D background

This text has white color on #A3A86D background.


Related colors

Complementary color

Complementary color for #hex is #5C5792.


I love getcolorcode.com

Triadic colors

1 #6DA3A8 and #A86DA3 with #A3A86D are triadic colors.

2 #6DA8A3 and #A8A36D with #A3A86D are triadic colors.