COLOR #A2AC59

HEX: #A2AC59
RGB: (162,172,89)

Color info

#A2AC59 contains mainly red and green colors. Web safe color of #A2AC59 is #999966 (or #996).

RGB color model

#A2AC59 color RGB value is (162,172,89).

  • red value is 162;
  • green value is 172;
  • blue value is 89.
RGB:
(162,172,89)
(64%,67%,35%)

RGB channels and saturation

R 162 of 255 = 64%
G 172 of 255 = 67%
B 89 of 255 = 35%

162
172
89

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

Portions of RGB colors in percentages

R + G + B =
162 + 172 + 89 = 423 (100%)
R 162 of 423 ~ 38.3%
G 172 of 423 ~ 40.66%
B 89 of 423 ~ 21.04%

%38.3
%40.66
%21.04

CMYK color model

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

  • cyan value is 5.81%
  • magenta value is 0.00%
  • yellow value is 48.26%
  • key color value is 32.55%
CMYK:
(6,0,48,33)
C6M0Y48K33 
(6%,0%,48%,33%)
(0.06/0.00/0.48/0.33)	

CMYK percentages

%5.81
%0
%48.26
%32.55

Codes

Color #A2AC59 in popluar color models

A2AC59
RGB16217289
HSL67°33.33%51.18%
HSB/HSV67°48.26%67.45%
CMYK5.81%0.00%48.26%
32.55%

Color #A2AC59 in popluar number systems.

HEXA2AC59
Decimal16217289
Binary10100010101011001011001
Octal242254131

Shades and tints

Shades of #A2AC59

#A2AC59
(162,172,89)
#949D51
(148,157,81)
#868E49
(134,142,73)
#787F41
(120,127,65)
#6A7039
(106,112,57)
#5C6131
(92,97,49)
#4E5229
(78,82,41)
#404321
(64,67,33)
#323419
(50,52,25)
#242511
(36,37,17)
#161609
(22,22,9)
#000000
(0,0,0)

Tints of #A2AC59

#A2AC59
(162,172,89)
#AAB368
(170,179,104)
#B2BA77
(178,186,119)
#BAC186
(186,193,134)
#C2C895
(194,200,149)
#CACFA4
(202,207,164)
#D2D6B3
(210,214,179)
#DADDC2
(218,221,194)
#E2E4D1
(226,228,209)
#EAEBE0
(234,235,224)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2AC59; }

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

This text font color is #A2AC59.


Background Color

.myBgColor { background-color: #A2AC59; }

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

This div background color is #A2AC59.


Border color

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

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

This div border color is #A2AC59.


Opacity

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

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

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

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

This text has shadow with #A2AC59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2AC59 on black background.


Color preview on white background

This text has color #A2AC59 on white background.



Black color preview on #A2AC59 background

This text has black color on #A2AC59 background.


White color preview on #A2AC59 background

This text has white color on #A2AC59 background.