COLOR #A2AB62

HEX: #A2AB62
RGB: (162,171,98)

Color info

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

RGB color model

#A2AB62 color RGB value is (162,171,98).

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

RGB channels and saturation

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

162
171
98

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

Portions of RGB colors in percentages

R + G + B =
162 + 171 + 98 = 431 (100%)
R 162 of 431 ~ 37.59%
G 171 of 431 ~ 39.68%
B 98 of 431 ~ 22.74%

%37.59
%39.68
%22.74

CMYK color model

#A2AB62 color CMYK value is (5,0,43,33).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 42.69%
  • key color value is 32.94%
CMYK:
(5,0,43,33)
C5M0Y43K33 
(5%,0%,43%,33%)
(0.05/0.00/0.43/0.33)	

CMYK percentages

%5.26
%0
%42.69
%32.94

Codes

Color #A2AB62 in popluar color models

A2AB62
RGB16217198
HSL67°30.29%52.75%
HSB/HSV67°42.69%67.06%
CMYK5.26%0.00%42.69%
32.94%

Color #A2AB62 in popluar number systems.

HEXA2AB62
Decimal16217198
Binary10100010101010111100010
Octal242253142

Shades and tints

Shades of #A2AB62

#A2AB62
(162,171,98)
#949C5A
(148,156,90)
#868D52
(134,141,82)
#787E4A
(120,126,74)
#6A6F42
(106,111,66)
#5C603A
(92,96,58)
#4E5132
(78,81,50)
#40422A
(64,66,42)
#323322
(50,51,34)
#24241A
(36,36,26)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #A2AB62

#A2AB62
(162,171,98)
#AAB270
(170,178,112)
#B2B97E
(178,185,126)
#BAC08C
(186,192,140)
#C2C79A
(194,199,154)
#CACEA8
(202,206,168)
#D2D5B6
(210,213,182)
#DADCC4
(218,220,196)
#E2E3D2
(226,227,210)
#EAEAE0
(234,234,224)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2AB62; }

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

This text font color is #A2AB62.


Background Color

.myBgColor { background-color: #A2AB62; }

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

This div background color is #A2AB62.


Border color

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

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

This div border color is #A2AB62.


Opacity

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

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

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

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

This text has shadow with #A2AB62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2AB62 on black background.


Color preview on white background

This text has color #A2AB62 on white background.



Black color preview on #A2AB62 background

This text has black color on #A2AB62 background.


White color preview on #A2AB62 background

This text has white color on #A2AB62 background.