COLOR #A3A473

HEX: #A3A473
RGB: (163,164,115)

Color info

#A3A473 contains red, green and blue colors in about the same proportion. Web safe color of #A3A473 is #999966 (or #996).

RGB color model

#A3A473 color RGB value is (163,164,115).

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

RGB channels and saturation

R 163 of 255 = 64%
G 164 of 255 = 64%
B 115 of 255 = 45%

163
164
115

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

Portions of RGB colors in percentages

R + G + B =
163 + 164 + 115 = 442 (100%)
R 163 of 442 ~ 36.88%
G 164 of 442 ~ 37.1%
B 115 of 442 ~ 26.02%

%36.88
%37.1
%26.02

CMYK color model

#A3A473 color CMYK value is (1,0,30,36).

  • cyan value is 0.61%
  • magenta value is 0.00%
  • yellow value is 29.88%
  • key color value is 35.69%
CMYK:
(1,0,30,36)
C1M0Y30K36 
(1%,0%,30%,36%)
(0.01/0.00/0.30/0.36)	

CMYK percentages

%0.61
%0
%29.88
%35.69

Codes

Color #A3A473 in popluar color models

A3A473
RGB163164115
HSL61°21.21%54.71%
HSB/HSV61°29.88%64.31%
CMYK0.61%0.00%29.88%
35.69%

Color #A3A473 in popluar number systems.

HEXA3A473
Decimal163164115
Binary10100011101001001110011
Octal243244163

Shades and tints

Shades of #A3A473

#A3A473
(163,164,115)
#959669
(149,150,105)
#87885F
(135,136,95)
#797A55
(121,122,85)
#6B6C4B
(107,108,75)
#5D5E41
(93,94,65)
#4F5037
(79,80,55)
#41422D
(65,66,45)
#333423
(51,52,35)
#252619
(37,38,25)
#17180F
(23,24,15)
#000000
(0,0,0)

Tints of #A3A473

#A3A473
(163,164,115)
#ABAC7F
(171,172,127)
#B3B48B
(179,180,139)
#BBBC97
(187,188,151)
#C3C4A3
(195,196,163)
#CBCCAF
(203,204,175)
#D3D4BB
(211,212,187)
#DBDCC7
(219,220,199)
#E3E4D3
(227,228,211)
#EBECDF
(235,236,223)
#F3F4EB
(243,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A473; }

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

This text font color is #A3A473.


Background Color

.myBgColor { background-color: #A3A473; }

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

This div background color is #A3A473.


Border color

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

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

This div border color is #A3A473.


Opacity

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

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

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

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

This text has shadow with #A3A473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A473 on black background.


Color preview on white background

This text has color #A3A473 on white background.



Black color preview on #A3A473 background

This text has black color on #A3A473 background.


White color preview on #A3A473 background

This text has white color on #A3A473 background.