COLOR #A3A593

HEX: #A3A593
RGB: (163,165,147)

Color info

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

RGB color model

#A3A593 color RGB value is (163,165,147).

  • red value is 163;
  • green value is 165;
  • blue value is 147.
RGB:
(163,165,147)
(64%,65%,58%)

RGB channels and saturation

R 163 of 255 = 64%
G 165 of 255 = 65%
B 147 of 255 = 58%

163
165
147

R + G + B ~ 62%. #A3A593 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 165 + 147 = 475 (100%)
R 163 of 475 ~ 34.32%
G 165 of 475 ~ 34.74%
B 147 of 475 ~ 30.95%

%34.32
%34.74
%30.95

CMYK color model

#A3A593 color CMYK value is (1,0,11,35).

  • cyan value is 1.21%
  • magenta value is 0.00%
  • yellow value is 10.91%
  • key color value is 35.29%
CMYK:
(1,0,11,35)
C1M0Y11K35 
(1%,0%,11%,35%)
(0.01/0.00/0.11/0.35)	

CMYK percentages

%1.21
%0
%10.91
%35.29

Codes

Color #A3A593 in popluar color models

A3A593
RGB163165147
HSL67°9.09%61.18%
HSB/HSV67°10.91%64.71%
CMYK1.21%0.00%10.91%
35.29%

Color #A3A593 in popluar number systems.

HEXA3A593
Decimal163165147
Binary101000111010010110010011
Octal243245223

Shades and tints

Shades of #A3A593

#A3A593
(163,165,147)
#959686
(149,150,134)
#878779
(135,135,121)
#79786C
(121,120,108)
#6B695F
(107,105,95)
#5D5A52
(93,90,82)
#4F4B45
(79,75,69)
#413C38
(65,60,56)
#332D2B
(51,45,43)
#251E1E
(37,30,30)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #A3A593

#A3A593
(163,165,147)
#ABAD9C
(171,173,156)
#B3B5A5
(179,181,165)
#BBBDAE
(187,189,174)
#C3C5B7
(195,197,183)
#CBCDC0
(203,205,192)
#D3D5C9
(211,213,201)
#DBDDD2
(219,221,210)
#E3E5DB
(227,229,219)
#EBEDE4
(235,237,228)
#F3F5ED
(243,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3A593 color. Also use rgb(163,165,147) instead hex code.

Text Font Color

.myTextColor { color: #A3A593; }

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

This text font color is #A3A593.


Background Color

.myBgColor { background-color: #A3A593; }

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

This div background color is #A3A593.


Border color

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

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

This div border color is #A3A593.


Opacity

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

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

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

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

This text has shadow with #A3A593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A593 on black background.


Color preview on white background

This text has color #A3A593 on white background.



Black color preview on #A3A593 background

This text has black color on #A3A593 background.


White color preview on #A3A593 background

This text has white color on #A3A593 background.