COLOR #A3A385

HEX: #A3A385
RGB: (163,163,133)

Color info

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

RGB color model

#A3A385 color RGB value is (163,163,133).

  • red value is 163;
  • green value is 163;
  • blue value is 133.
RGB:
(163,163,133)
(64%,64%,52%)

RGB channels and saturation

R 163 of 255 = 64%
G 163 of 255 = 64%
B 133 of 255 = 52%

163
163
133

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

Portions of RGB colors in percentages

R + G + B =
163 + 163 + 133 = 459 (100%)
R 163 of 459 ~ 35.51%
G 163 of 459 ~ 35.51%
B 133 of 459 ~ 28.98%

%35.51
%35.51
%28.98

CMYK color model

#A3A385 color CMYK value is (0,0,18,36).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 18.40%
  • key color value is 36.08%
CMYK:
(0,0,18,36)
C0M0Y18K36 
(0%,0%,18%,36%)
(0.00/0.00/0.18/0.36)	

CMYK percentages

%0
%0
%18.4
%36.08

Codes

Color #A3A385 in popluar color models

A3A385
RGB163163133
HSL60°14.02%58.04%
HSB/HSV60°18.40%63.92%
CMYK0.00%0.00%18.40%
36.08%

Color #A3A385 in popluar number systems.

HEXA3A385
Decimal163163133
Binary101000111010001110000101
Octal243243205

Shades and tints

Shades of #A3A385

#A3A385
(163,163,133)
#959579
(149,149,121)
#87876D
(135,135,109)
#797961
(121,121,97)
#6B6B55
(107,107,85)
#5D5D49
(93,93,73)
#4F4F3D
(79,79,61)
#414131
(65,65,49)
#333325
(51,51,37)
#252519
(37,37,25)
#17170D
(23,23,13)
#000000
(0,0,0)

Tints of #A3A385

#A3A385
(163,163,133)
#ABAB90
(171,171,144)
#B3B39B
(179,179,155)
#BBBBA6
(187,187,166)
#C3C3B1
(195,195,177)
#CBCBBC
(203,203,188)
#D3D3C7
(211,211,199)
#DBDBD2
(219,219,210)
#E3E3DD
(227,227,221)
#EBEBE8
(235,235,232)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A385; }

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

This text font color is #A3A385.


Background Color

.myBgColor { background-color: #A3A385; }

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

This div background color is #A3A385.


Border color

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

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

This div border color is #A3A385.


Opacity

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

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

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

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

This text has shadow with #A3A385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A385 on black background.


Color preview on white background

This text has color #A3A385 on white background.



Black color preview on #A3A385 background

This text has black color on #A3A385 background.


White color preview on #A3A385 background

This text has white color on #A3A385 background.