COLOR #A2AC73

HEX: #A2AC73 RGB: (162,172,115)

Color info

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

RGB color model

#A2AC73 color RGB value is (162,172,115).

RGB: (162,172,115) (64%, 67%, 45%)

RGB channels and saturation

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

162
172
115

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

Portions of RGB colors in percentages

R + G + B = 162 + 172 + 115 = 449 (100%)
R 162 of 449 ~ 36.08%
G 172 of 449 ~ 38.31%
B 115 of 449 ~ 25.61'%

%36.08
%38.31
%25.61

CMYK color model

#A2AC73 color CMYK value is (6,0,33,33).

  • cyan value is 5.81%
  • magenta value is 0.00%
  • yellow value is 33.14%
  • key color value is 32.55%

CMYK: (6,0,33,33)
C6M0Y33K33 (6%, 0%, 33%, 33%)
(0.06 / 0.00 / 0.33 / 0.33)

CMYK percentages

%5.81
%0
%33.14
%32.55

Codes

Color #A2AC73 in popluar color models

A2 AC 73
RGB 162 172 115
HSL 71° 25.56% 56.27%
HSB/HSV 71° 33.14% 67.45%
CMYK 5.81% 0.00% 33.14%
32.55%

Color #A2AC73 in popluar number systems.

HEX A2 AC 73
Decimal 162 172 115
Binary 10100010 10101100 1110011
Octal 242 254 163

Shades and tints

Shades of #A2AC73

#A2AC73
(162,172,115)
#949D69
(148,157,105)
#868E5F
(134,142,95)
#787F55
(120,127,85)
#6A704B
(106,112,75)
#5C6141
(92,97,65)
#4E5237
(78,82,55)
#40432D
(64,67,45)
#323423
(50,52,35)
#242519
(36,37,25)
#16160F
(22,22,15)
#000000
(0,0,0)

Tints of #A2AC73

#A2AC73
(162,172,115)
#AAB37F
(170,179,127)
#B2BA8B
(178,186,139)
#BAC197
(186,193,151)
#C2C8A3
(194,200,163)
#CACFAF
(202,207,175)
#D2D6BB
(210,214,187)
#DADDC7
(218,221,199)
#E2E4D3
(226,228,211)
#EAEBDF
(234,235,223)
#F2F2EB
(242,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2AC73; }

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

This text font color is #A2AC73.

Background Color

.myBgColor { background-color: #A2AC73; }

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

This div background color is #A2AC73.

Border color

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

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

This div border color is #A2AC73.

Opacity

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

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

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

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

This text has shadow with #A2AC73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2AC73.

Preview

Color preview on black background

This text has color #A2AC73 on black background.


Color preview on white background

This text has color #A2AC73 on white background.


Black color preview on #A2AC73 background

This text has black color on #A2AC73 background.


White color preview on #A2AC73 background

This text has white color on #A2AC73 background.


Related colors

Complementary color

Complementary color for #hex is #5D538C.


I love getcolorcode.com

Triadic colors

1 #73A2AC and #AC73A2 with #A2AC73 are triadic colors.

2 #73ACA2 and #ACA273 with #A2AC73 are triadic colors.