COLOR #A0AC60

HEX: #A0AC60
RGB: (160,172,96)

Color info

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

RGB color model

#A0AC60 color RGB value is (160,172,96).

  • red value is 160;
  • green value is 172;
  • blue value is 96.
RGB:
(160,172,96)
(63%,67%,38%)

RGB channels and saturation

R 160 of 255 = 63%
G 172 of 255 = 67%
B 96 of 255 = 38%

160
172
96

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

Portions of RGB colors in percentages

R + G + B =
160 + 172 + 96 = 428 (100%)
R 160 of 428 ~ 37.38%
G 172 of 428 ~ 40.19%
B 96 of 428 ~ 22.43%

%37.38
%40.19
%22.43

CMYK color model

#A0AC60 color CMYK value is (7,0,44,33).

  • cyan value is 6.98%
  • magenta value is 0.00%
  • yellow value is 44.19%
  • key color value is 32.55%
CMYK:
(7,0,44,33)
C7M0Y44K33 
(7%,0%,44%,33%)
(0.07/0.00/0.44/0.33)	

CMYK percentages

%6.98
%0
%44.19
%32.55

Codes

Color #A0AC60 in popluar color models

A0AC60
RGB16017296
HSL69°31.40%52.55%
HSB/HSV69°44.19%67.45%
CMYK6.98%0.00%44.19%
32.55%

Color #A0AC60 in popluar number systems.

HEXA0AC60
Decimal16017296
Binary10100000101011001100000
Octal240254140

Shades and tints

Shades of #A0AC60

#A0AC60
(160,172,96)
#929D58
(146,157,88)
#848E50
(132,142,80)
#767F48
(118,127,72)
#687040
(104,112,64)
#5A6138
(90,97,56)
#4C5230
(76,82,48)
#3E4328
(62,67,40)
#303420
(48,52,32)
#222518
(34,37,24)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #A0AC60

#A0AC60
(160,172,96)
#A8B36E
(168,179,110)
#B0BA7C
(176,186,124)
#B8C18A
(184,193,138)
#C0C898
(192,200,152)
#C8CFA6
(200,207,166)
#D0D6B4
(208,214,180)
#D8DDC2
(216,221,194)
#E0E4D0
(224,228,208)
#E8EBDE
(232,235,222)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0AC60 color. Also use rgb(160,172,96) instead hex code.

Text Font Color

.myTextColor { color: #A0AC60; }

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

This text font color is #A0AC60.


Background Color

.myBgColor { background-color: #A0AC60; }

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

This div background color is #A0AC60.


Border color

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

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

This div border color is #A0AC60.


Opacity

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

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

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

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

This text has shadow with #A0AC60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0AC60 on black background.


Color preview on white background

This text has color #A0AC60 on white background.



Black color preview on #A0AC60 background

This text has black color on #A0AC60 background.


White color preview on #A0AC60 background

This text has white color on #A0AC60 background.