COLOR #A3AC73

HEX: #A3AC73
RGB: (163,172,115)

Color info

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

RGB color model

#A3AC73 color RGB value is (163,172,115).

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

RGB channels and saturation

R 163 of 255 = 64%
G 172 of 255 = 67%
B 115 of 255 = 45%

163
172
115

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

Portions of RGB colors in percentages

R + G + B =
163 + 172 + 115 = 450 (100%)
R 163 of 450 ~ 36.22%
G 172 of 450 ~ 38.22%
B 115 of 450 ~ 25.56%

%36.22
%38.22
%25.56

CMYK color model

#A3AC73 color CMYK value is (5,0,33,33).

  • cyan value is 5.23%
  • magenta value is 0.00%
  • yellow value is 33.14%
  • key color value is 32.55%
CMYK:
(5,0,33,33)
C5M0Y33K33 
(5%,0%,33%,33%)
(0.05/0.00/0.33/0.33)	

CMYK percentages

%5.23
%0
%33.14
%32.55

Codes

Color #A3AC73 in popluar color models

A3AC73
RGB163172115
HSL69°25.56%56.27%
HSB/HSV69°33.14%67.45%
CMYK5.23%0.00%33.14%
32.55%

Color #A3AC73 in popluar number systems.

HEXA3AC73
Decimal163172115
Binary10100011101011001110011
Octal243254163

Shades and tints

Shades of #A3AC73

#A3AC73
(163,172,115)
#959D69
(149,157,105)
#878E5F
(135,142,95)
#797F55
(121,127,85)
#6B704B
(107,112,75)
#5D6141
(93,97,65)
#4F5237
(79,82,55)
#41432D
(65,67,45)
#333423
(51,52,35)
#252519
(37,37,25)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #A3AC73

#A3AC73
(163,172,115)
#ABB37F
(171,179,127)
#B3BA8B
(179,186,139)
#BBC197
(187,193,151)
#C3C8A3
(195,200,163)
#CBCFAF
(203,207,175)
#D3D6BB
(211,214,187)
#DBDDC7
(219,221,199)
#E3E4D3
(227,228,211)
#EBEBDF
(235,235,223)
#F3F2EB
(243,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3AC73; }

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

This text font color is #A3AC73.


Background Color

.myBgColor { background-color: #A3AC73; }

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

This div background color is #A3AC73.


Border color

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

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

This div border color is #A3AC73.


Opacity

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

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

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

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

This text has shadow with #A3AC73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AC73 on black background.


Color preview on white background

This text has color #A3AC73 on white background.



Black color preview on #A3AC73 background

This text has black color on #A3AC73 background.


White color preview on #A3AC73 background

This text has white color on #A3AC73 background.