COLOR #A3A682

HEX: #A3A682 RGB: (163,166,130)

Color info

#A3A682 contains red, green and blue colors in about the same proportion. Web safe color of #A3A682 is #999999 (or #999).

RGB color model

#A3A682 color RGB value is (163,166,130).

RGB: (163,166,130) (64%, 65%, 51%)

RGB channels and saturation

R 163 of 255 = 64%
G 166 of 255 = 65%
B 130 of 255 = 51%

163
166
130

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

Portions of RGB colors in percentages

R + G + B = 163 + 166 + 130 = 459 (100%)
R 163 of 459 ~ 35.51%
G 166 of 459 ~ 36.17%
B 130 of 459 ~ 28.32'%

%35.51
%36.17
%28.32

CMYK color model

#A3A682 color CMYK value is (2,0,22,35).

  • cyan value is 1.81%
  • magenta value is 0.00%
  • yellow value is 21.69%
  • key color value is 34.90%

CMYK: (2,0,22,35)
C2M0Y22K35 (2%, 0%, 22%, 35%)
(0.02 / 0.00 / 0.22 / 0.35)

CMYK percentages

%1.81
%0
%21.69
%34.9

Codes

Color #A3A682 in popluar color models

A3 A6 82
RGB 163 166 130
HSL 65° 16.82% 58.04%
HSB/HSV 65° 21.69% 65.10%
CMYK 1.81% 0.00% 21.69%
34.90%

Color #A3A682 in popluar number systems.

HEX A3 A6 82
Decimal 163 166 130
Binary 10100011 10100110 10000010
Octal 243 246 202

Shades and tints

Shades of #A3A682

#A3A682
(163,166,130)
#959777
(149,151,119)
#87886C
(135,136,108)
#797961
(121,121,97)
#6B6A56
(107,106,86)
#5D5B4B
(93,91,75)
#4F4C40
(79,76,64)
#413D35
(65,61,53)
#332E2A
(51,46,42)
#251F1F
(37,31,31)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #A3A682

#A3A682
(163,166,130)
#ABAE8D
(171,174,141)
#B3B698
(179,182,152)
#BBBEA3
(187,190,163)
#C3C6AE
(195,198,174)
#CBCEB9
(203,206,185)
#D3D6C4
(211,214,196)
#DBDECF
(219,222,207)
#E3E6DA
(227,230,218)
#EBEEE5
(235,238,229)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3A682 color. Also use rgb(163,166,130) instead hex code.

Text Font Color

.myTextColor { color: #A3A682; }

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

This text font color is #A3A682.

Background Color

.myBgColor { background-color: #A3A682; }

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

This div background color is #A3A682.

Border color

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

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

This div border color is #A3A682.

Opacity

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

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

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

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

This text has shadow with #A3A682 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3A682.

Preview

Color preview on black background

This text has color #A3A682 on black background.


Color preview on white background

This text has color #A3A682 on white background.


Black color preview on #A3A682 background

This text has black color on #A3A682 background.


White color preview on #A3A682 background

This text has white color on #A3A682 background.


Related colors

Complementary color

Complementary color for #hex is #5C597D.


I love getcolorcode.com

Triadic colors

1 #82A3A6 and #A682A3 with #A3A682 are triadic colors.

2 #82A6A3 and #A6A382 with #A3A682 are triadic colors.