COLOR #A3AC72

HEX: #A3AC72
RGB: (163,172,114)

Color info

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

RGB color model

#A3AC72 color RGB value is (163,172,114).

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

RGB channels and saturation

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

163
172
114

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

Portions of RGB colors in percentages

R + G + B =
163 + 172 + 114 = 449 (100%)
R 163 of 449 ~ 36.3%
G 172 of 449 ~ 38.31%
B 114 of 449 ~ 25.39%

%36.3
%38.31
%25.39

CMYK color model

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

  • cyan value is 5.23%
  • magenta value is 0.00%
  • yellow value is 33.72%
  • key color value is 32.55%
CMYK:
(5,0,34,33)
C5M0Y34K33 
(5%,0%,34%,33%)
(0.05/0.00/0.34/0.33)	

CMYK percentages

%5.23
%0
%33.72
%32.55

Codes

Color #A3AC72 in popluar color models

A3AC72
RGB163172114
HSL69°25.89%56.08%
HSB/HSV69°33.72%67.45%
CMYK5.23%0.00%33.72%
32.55%

Color #A3AC72 in popluar number systems.

HEXA3AC72
Decimal163172114
Binary10100011101011001110010
Octal243254162

Shades and tints

Shades of #A3AC72

#A3AC72
(163,172,114)
#959D68
(149,157,104)
#878E5E
(135,142,94)
#797F54
(121,127,84)
#6B704A
(107,112,74)
#5D6140
(93,97,64)
#4F5236
(79,82,54)
#41432C
(65,67,44)
#333422
(51,52,34)
#252518
(37,37,24)
#17160E
(23,22,14)
#000000
(0,0,0)

Tints of #A3AC72

#A3AC72
(163,172,114)
#ABB37E
(171,179,126)
#B3BA8A
(179,186,138)
#BBC196
(187,193,150)
#C3C8A2
(195,200,162)
#CBCFAE
(203,207,174)
#D3D6BA
(211,214,186)
#DBDDC6
(219,221,198)
#E3E4D2
(227,228,210)
#EBEBDE
(235,235,222)
#F3F2EA
(243,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3AC72; }

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

This text font color is #A3AC72.


Background Color

.myBgColor { background-color: #A3AC72; }

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

This div background color is #A3AC72.


Border color

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

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

This div border color is #A3AC72.


Opacity

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

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

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

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

This text has shadow with #A3AC72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AC72 on black background.


Color preview on white background

This text has color #A3AC72 on white background.



Black color preview on #A3AC72 background

This text has black color on #A3AC72 background.


White color preview on #A3AC72 background

This text has white color on #A3AC72 background.