COLOR #A2AB6B

HEX: #A2AB6B RGB: (162,171,107)

Color info

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

RGB color model

#A2AB6B color RGB value is (162,171,107).

RGB: (162,171,107) (64%, 67%, 42%)

RGB channels and saturation

R 162 of 255 = 64%
G 171 of 255 = 67%
B 107 of 255 = 42%

162
171
107

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

Portions of RGB colors in percentages

R + G + B = 162 + 171 + 107 = 440 (100%)
R 162 of 440 ~ 36.82%
G 171 of 440 ~ 38.86%
B 107 of 440 ~ 24.32'%

%36.82
%38.86
%24.32

CMYK color model

#A2AB6B color CMYK value is (5,0,37,33).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 37.43%
  • key color value is 32.94%
CMYK: (5,0,37,33) C5M0Y37K33 (5%,0%,37%,33%) (0.05/0.00/0.37/0.33) 

CMYK percentages

%5.26
%0
%37.43
%32.94

Codes

Color #A2AB6B in popluar color models

A2 AB 6B
RGB 162 171 107
HSL 68° 27.59% 54.51%
HSB/HSV 68° 37.43% 67.06%
CMYK 5.26% 0.00% 37.43%
32.94%

Color #A2AB6B in popluar number systems.

HEX A2 AB 6B
Decimal 162 171 107
Binary 10100010 10101011 1101011
Octal 242 253 153

Shades and tints

Shades of #A2AB6B

#A2AB6B
(162,171,107)
#949C62
(148,156,98)
#868D59
(134,141,89)
#787E50
(120,126,80)
#6A6F47
(106,111,71)
#5C603E
(92,96,62)
#4E5135
(78,81,53)
#40422C
(64,66,44)
#323323
(50,51,35)
#24241A
(36,36,26)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #A2AB6B

#A2AB6B
(162,171,107)
#AAB278
(170,178,120)
#B2B985
(178,185,133)
#BAC092
(186,192,146)
#C2C79F
(194,199,159)
#CACEAC
(202,206,172)
#D2D5B9
(210,213,185)
#DADCC6
(218,220,198)
#E2E3D3
(226,227,211)
#EAEAE0
(234,234,224)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2AB6B; }

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

This text font color is #A2AB6B.

Background Color

.myBgColor { background-color: #A2AB6B; }

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

This div background color is #A2AB6B.

Border color

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

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

This div border color is #A2AB6B.

Opacity

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

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

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

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

This text has shadow with #A2AB6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2AB6B.

Preview

Color preview on black background

This text has color #A2AB6B on black background.


Color preview on white background

This text has color #A2AB6B on white background.


Black color preview on #A2AB6B background

This text has black color on #A2AB6B background.


White color preview on #A2AB6B background

This text has white color on #A2AB6B background.


Related colors

Complementary color

Complementary color for #hex is #5D5494.


I love getcolorcode.com

Triadic colors

1 #6BA2AB and #AB6BA2 with #A2AB6B are triadic colors.

2 #6BABA2 and #ABA26B with #A2AB6B are triadic colors.