COLOR #A2AC78

HEX: #A2AC78
RGB: (162,172,120)

Color info

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

RGB color model

#A2AC78 color RGB value is (162,172,120).

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

RGB channels and saturation

R 162 of 255 = 64%
G 172 of 255 = 67%
B 120 of 255 = 47%

162
172
120

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

Portions of RGB colors in percentages

R + G + B =
162 + 172 + 120 = 454 (100%)
R 162 of 454 ~ 35.68%
G 172 of 454 ~ 37.89%
B 120 of 454 ~ 26.43%

%35.68
%37.89
%26.43

CMYK color model

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

  • cyan value is 5.81%
  • magenta value is 0.00%
  • yellow value is 30.23%
  • key color value is 32.55%
CMYK:
(6,0,30,33)
C6M0Y30K33 
(6%,0%,30%,33%)
(0.06/0.00/0.30/0.33)	

CMYK percentages

%5.81
%0
%30.23
%32.55

Codes

Color #A2AC78 in popluar color models

A2AC78
RGB162172120
HSL72°23.85%57.25%
HSB/HSV72°30.23%67.45%
CMYK5.81%0.00%30.23%
32.55%

Color #A2AC78 in popluar number systems.

HEXA2AC78
Decimal162172120
Binary10100010101011001111000
Octal242254170

Shades and tints

Shades of #A2AC78

#A2AC78
(162,172,120)
#949D6E
(148,157,110)
#868E64
(134,142,100)
#787F5A
(120,127,90)
#6A7050
(106,112,80)
#5C6146
(92,97,70)
#4E523C
(78,82,60)
#404332
(64,67,50)
#323428
(50,52,40)
#24251E
(36,37,30)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #A2AC78

#A2AC78
(162,172,120)
#AAB384
(170,179,132)
#B2BA90
(178,186,144)
#BAC19C
(186,193,156)
#C2C8A8
(194,200,168)
#CACFB4
(202,207,180)
#D2D6C0
(210,214,192)
#DADDCC
(218,221,204)
#E2E4D8
(226,228,216)
#EAEBE4
(234,235,228)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2AC78; }

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

This text font color is #A2AC78.


Background Color

.myBgColor { background-color: #A2AC78; }

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

This div background color is #A2AC78.


Border color

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

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

This div border color is #A2AC78.


Opacity

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

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

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

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

This text has shadow with #A2AC78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2AC78 on black background.


Color preview on white background

This text has color #A2AC78 on white background.



Black color preview on #A2AC78 background

This text has black color on #A2AC78 background.


White color preview on #A2AC78 background

This text has white color on #A2AC78 background.