COLOR #A3A482

HEX: #A3A482
RGB: (163,164,130)

Color info

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

RGB color model

#A3A482 color RGB value is (163,164,130).

  • red value is 163;
  • green value is 164;
  • blue value is 130.
RGB:
(163,164,130)
(64%,64%,51%)

RGB channels and saturation

R 163 of 255 = 64%
G 164 of 255 = 64%
B 130 of 255 = 51%

163
164
130

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

Portions of RGB colors in percentages

R + G + B =
163 + 164 + 130 = 457 (100%)
R 163 of 457 ~ 35.67%
G 164 of 457 ~ 35.89%
B 130 of 457 ~ 28.45%

%35.67
%35.89
%28.45

CMYK color model

#A3A482 color CMYK value is (1,0,21,36).

  • cyan value is 0.61%
  • magenta value is 0.00%
  • yellow value is 20.73%
  • key color value is 35.69%
CMYK:
(1,0,21,36)
C1M0Y21K36 
(1%,0%,21%,36%)
(0.01/0.00/0.21/0.36)	

CMYK percentages

%0.61
%0
%20.73
%35.69

Codes

Color #A3A482 in popluar color models

A3A482
RGB163164130
HSL62°15.74%57.65%
HSB/HSV62°20.73%64.31%
CMYK0.61%0.00%20.73%
35.69%

Color #A3A482 in popluar number systems.

HEXA3A482
Decimal163164130
Binary101000111010010010000010
Octal243244202

Shades and tints

Shades of #A3A482

#A3A482
(163,164,130)
#959677
(149,150,119)
#87886C
(135,136,108)
#797A61
(121,122,97)
#6B6C56
(107,108,86)
#5D5E4B
(93,94,75)
#4F5040
(79,80,64)
#414235
(65,66,53)
#33342A
(51,52,42)
#25261F
(37,38,31)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #A3A482

#A3A482
(163,164,130)
#ABAC8D
(171,172,141)
#B3B498
(179,180,152)
#BBBCA3
(187,188,163)
#C3C4AE
(195,196,174)
#CBCCB9
(203,204,185)
#D3D4C4
(211,212,196)
#DBDCCF
(219,220,207)
#E3E4DA
(227,228,218)
#EBECE5
(235,236,229)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A482; }

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

This text font color is #A3A482.


Background Color

.myBgColor { background-color: #A3A482; }

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

This div background color is #A3A482.


Border color

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

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

This div border color is #A3A482.


Opacity

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

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

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

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

This text has shadow with #A3A482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A482 on black background.


Color preview on white background

This text has color #A3A482 on white background.



Black color preview on #A3A482 background

This text has black color on #A3A482 background.


White color preview on #A3A482 background

This text has white color on #A3A482 background.