COLOR #A3A58C

HEX: #A3A58C
RGB: (163,165,140)

Color info

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

RGB color model

#A3A58C color RGB value is (163,165,140).

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

RGB channels and saturation

R 163 of 255 = 64%
G 165 of 255 = 65%
B 140 of 255 = 55%

163
165
140

R + G + B ~ 61%. #A3A58C is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 165 + 140 = 468 (100%)
R 163 of 468 ~ 34.83%
G 165 of 468 ~ 35.26%
B 140 of 468 ~ 29.91%

%34.83
%35.26
%29.91

CMYK color model

#A3A58C color CMYK value is (1,0,15,35).

  • cyan value is 1.21%
  • magenta value is 0.00%
  • yellow value is 15.15%
  • key color value is 35.29%
CMYK:
(1,0,15,35)
C1M0Y15K35 
(1%,0%,15%,35%)
(0.01/0.00/0.15/0.35)	

CMYK percentages

%1.21
%0
%15.15
%35.29

Codes

Color #A3A58C in popluar color models

A3A58C
RGB163165140
HSL65°12.20%59.80%
HSB/HSV65°15.15%64.71%
CMYK1.21%0.00%15.15%
35.29%

Color #A3A58C in popluar number systems.

HEXA3A58C
Decimal163165140
Binary101000111010010110001100
Octal243245214

Shades and tints

Shades of #A3A58C

#A3A58C
(163,165,140)
#959680
(149,150,128)
#878774
(135,135,116)
#797868
(121,120,104)
#6B695C
(107,105,92)
#5D5A50
(93,90,80)
#4F4B44
(79,75,68)
#413C38
(65,60,56)
#332D2C
(51,45,44)
#251E20
(37,30,32)
#170F14
(23,15,20)
#000000
(0,0,0)

Tints of #A3A58C

#A3A58C
(163,165,140)
#ABAD96
(171,173,150)
#B3B5A0
(179,181,160)
#BBBDAA
(187,189,170)
#C3C5B4
(195,197,180)
#CBCDBE
(203,205,190)
#D3D5C8
(211,213,200)
#DBDDD2
(219,221,210)
#E3E5DC
(227,229,220)
#EBEDE6
(235,237,230)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A58C; }

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

This text font color is #A3A58C.


Background Color

.myBgColor { background-color: #A3A58C; }

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

This div background color is #A3A58C.


Border color

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

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

This div border color is #A3A58C.


Opacity

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

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

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

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

This text has shadow with #A3A58C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A58C on black background.


Color preview on white background

This text has color #A3A58C on white background.



Black color preview on #A3A58C background

This text has black color on #A3A58C background.


White color preview on #A3A58C background

This text has white color on #A3A58C background.