COLOR #A2AB80

HEX: #A2AB80
RGB: (162,171,128)

Color info

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

RGB color model

#A2AB80 color RGB value is (162,171,128).

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

RGB channels and saturation

R 162 of 255 = 64%
G 171 of 255 = 67%
B 128 of 255 = 50%

162
171
128

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

Portions of RGB colors in percentages

R + G + B =
162 + 171 + 128 = 461 (100%)
R 162 of 461 ~ 35.14%
G 171 of 461 ~ 37.09%
B 128 of 461 ~ 27.77%

%35.14
%37.09
%27.77

CMYK color model

#A2AB80 color CMYK value is (5,0,25,33).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 25.15%
  • key color value is 32.94%
CMYK:
(5,0,25,33)
C5M0Y25K33 
(5%,0%,25%,33%)
(0.05/0.00/0.25/0.33)	

CMYK percentages

%5.26
%0
%25.15
%32.94

Codes

Color #A2AB80 in popluar color models

A2AB80
RGB162171128
HSL73°20.38%58.63%
HSB/HSV73°25.15%67.06%
CMYK5.26%0.00%25.15%
32.94%

Color #A2AB80 in popluar number systems.

HEXA2AB80
Decimal162171128
Binary101000101010101110000000
Octal242253200

Shades and tints

Shades of #A2AB80

#A2AB80
(162,171,128)
#949C75
(148,156,117)
#868D6A
(134,141,106)
#787E5F
(120,126,95)
#6A6F54
(106,111,84)
#5C6049
(92,96,73)
#4E513E
(78,81,62)
#404233
(64,66,51)
#323328
(50,51,40)
#24241D
(36,36,29)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #A2AB80

#A2AB80
(162,171,128)
#AAB28B
(170,178,139)
#B2B996
(178,185,150)
#BAC0A1
(186,192,161)
#C2C7AC
(194,199,172)
#CACEB7
(202,206,183)
#D2D5C2
(210,213,194)
#DADCCD
(218,220,205)
#E2E3D8
(226,227,216)
#EAEAE3
(234,234,227)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2AB80; }

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

This text font color is #A2AB80.


Background Color

.myBgColor { background-color: #A2AB80; }

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

This div background color is #A2AB80.


Border color

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

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

This div border color is #A2AB80.


Opacity

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

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

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

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

This text has shadow with #A2AB80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2AB80 on black background.


Color preview on white background

This text has color #A2AB80 on white background.



Black color preview on #A2AB80 background

This text has black color on #A2AB80 background.


White color preview on #A2AB80 background

This text has white color on #A2AB80 background.