COLOR #A2AB60

HEX: #A2AB60
RGB: (162,171,96)

Color info

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

RGB color model

#A2AB60 color RGB value is (162,171,96).

  • red value is 162;
  • green value is 171;
  • blue value is 96.
RGB:
(162,171,96)
(64%,67%,38%)

RGB channels and saturation

R 162 of 255 = 64%
G 171 of 255 = 67%
B 96 of 255 = 38%

162
171
96

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

Portions of RGB colors in percentages

R + G + B =
162 + 171 + 96 = 429 (100%)
R 162 of 429 ~ 37.76%
G 171 of 429 ~ 39.86%
B 96 of 429 ~ 22.38%

%37.76
%39.86
%22.38

CMYK color model

#A2AB60 color CMYK value is (5,0,44,33).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 43.86%
  • key color value is 32.94%
CMYK:
(5,0,44,33)
C5M0Y44K33 
(5%,0%,44%,33%)
(0.05/0.00/0.44/0.33)	

CMYK percentages

%5.26
%0
%43.86
%32.94

Codes

Color #A2AB60 in popluar color models

A2AB60
RGB16217196
HSL67°30.86%52.35%
HSB/HSV67°43.86%67.06%
CMYK5.26%0.00%43.86%
32.94%

Color #A2AB60 in popluar number systems.

HEXA2AB60
Decimal16217196
Binary10100010101010111100000
Octal242253140

Shades and tints

Shades of #A2AB60

#A2AB60
(162,171,96)
#949C58
(148,156,88)
#868D50
(134,141,80)
#787E48
(120,126,72)
#6A6F40
(106,111,64)
#5C6038
(92,96,56)
#4E5130
(78,81,48)
#404228
(64,66,40)
#323320
(50,51,32)
#242418
(36,36,24)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #A2AB60

#A2AB60
(162,171,96)
#AAB26E
(170,178,110)
#B2B97C
(178,185,124)
#BAC08A
(186,192,138)
#C2C798
(194,199,152)
#CACEA6
(202,206,166)
#D2D5B4
(210,213,180)
#DADCC2
(218,220,194)
#E2E3D0
(226,227,208)
#EAEADE
(234,234,222)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2AB60 color. Also use rgb(162,171,96) instead hex code.

Text Font Color

.myTextColor { color: #A2AB60; }

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

This text font color is #A2AB60.


Background Color

.myBgColor { background-color: #A2AB60; }

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

This div background color is #A2AB60.


Border color

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

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

This div border color is #A2AB60.


Opacity

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

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

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

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

This text has shadow with #A2AB60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2AB60 on black background.


Color preview on white background

This text has color #A2AB60 on white background.



Black color preview on #A2AB60 background

This text has black color on #A2AB60 background.


White color preview on #A2AB60 background

This text has white color on #A2AB60 background.