COLOR #A3A571

HEX: #A3A571
RGB: (163,165,113)

Color info

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

RGB color model

#A3A571 color RGB value is (163,165,113).

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

RGB channels and saturation

R 163 of 255 = 64%
G 165 of 255 = 65%
B 113 of 255 = 44%

163
165
113

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

Portions of RGB colors in percentages

R + G + B =
163 + 165 + 113 = 441 (100%)
R 163 of 441 ~ 36.96%
G 165 of 441 ~ 37.41%
B 113 of 441 ~ 25.62%

%36.96
%37.41
%25.62

CMYK color model

#A3A571 color CMYK value is (1,0,32,35).

  • cyan value is 1.21%
  • magenta value is 0.00%
  • yellow value is 31.52%
  • key color value is 35.29%
CMYK:
(1,0,32,35)
C1M0Y32K35 
(1%,0%,32%,35%)
(0.01/0.00/0.32/0.35)	

CMYK percentages

%1.21
%0
%31.52
%35.29

Codes

Color #A3A571 in popluar color models

A3A571
RGB163165113
HSL62°22.41%54.51%
HSB/HSV62°31.52%64.71%
CMYK1.21%0.00%31.52%
35.29%

Color #A3A571 in popluar number systems.

HEXA3A571
Decimal163165113
Binary10100011101001011110001
Octal243245161

Shades and tints

Shades of #A3A571

#A3A571
(163,165,113)
#959667
(149,150,103)
#87875D
(135,135,93)
#797853
(121,120,83)
#6B6949
(107,105,73)
#5D5A3F
(93,90,63)
#4F4B35
(79,75,53)
#413C2B
(65,60,43)
#332D21
(51,45,33)
#251E17
(37,30,23)
#170F0D
(23,15,13)
#000000
(0,0,0)

Tints of #A3A571

#A3A571
(163,165,113)
#ABAD7D
(171,173,125)
#B3B589
(179,181,137)
#BBBD95
(187,189,149)
#C3C5A1
(195,197,161)
#CBCDAD
(203,205,173)
#D3D5B9
(211,213,185)
#DBDDC5
(219,221,197)
#E3E5D1
(227,229,209)
#EBEDDD
(235,237,221)
#F3F5E9
(243,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A571; }

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

This text font color is #A3A571.


Background Color

.myBgColor { background-color: #A3A571; }

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

This div background color is #A3A571.


Border color

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

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

This div border color is #A3A571.


Opacity

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

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

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

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

This text has shadow with #A3A571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A571 on black background.


Color preview on white background

This text has color #A3A571 on white background.



Black color preview on #A3A571 background

This text has black color on #A3A571 background.


White color preview on #A3A571 background

This text has white color on #A3A571 background.