COLOR #A2AB7E

HEX: #A2AB7E
RGB: (162,171,126)

Color info

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

RGB color model

#A2AB7E color RGB value is (162,171,126).

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

RGB channels and saturation

R 162 of 255 = 64%
G 171 of 255 = 67%
B 126 of 255 = 49%

162
171
126

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

Portions of RGB colors in percentages

R + G + B =
162 + 171 + 126 = 459 (100%)
R 162 of 459 ~ 35.29%
G 171 of 459 ~ 37.25%
B 126 of 459 ~ 27.45%

%35.29
%37.25
%27.45

CMYK color model

#A2AB7E color CMYK value is (5,0,26,33).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 32.94%
CMYK: (5,0,26,33) C5M0Y26K33 (5%,0%,26%,33%) (0.05/0.00/0.26/0.33)

CMYK percentages

%5.26
%0
%26.32
%32.94

Codes

Color #A2AB7E in popluar color models

A2AB7E
RGB162171126
HSL72°21.13%58.24%
HSB/HSV72°26.32%67.06%
CMYK5.26%0.00%26.32%
32.94%

Color #A2AB7E in popluar number systems.

HEXA2AB7E
Decimal162171126
Binary10100010101010111111110
Octal242253176

Shades and tints

Shades of #A2AB7E

#A2AB7E
(162,171,126)
#949C73
(148,156,115)
#868D68
(134,141,104)
#787E5D
(120,126,93)
#6A6F52
(106,111,82)
#5C6047
(92,96,71)
#4E513C
(78,81,60)
#404231
(64,66,49)
#323326
(50,51,38)
#24241B
(36,36,27)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #A2AB7E

#A2AB7E
(162,171,126)
#AAB289
(170,178,137)
#B2B994
(178,185,148)
#BAC09F
(186,192,159)
#C2C7AA
(194,199,170)
#CACEB5
(202,206,181)
#D2D5C0
(210,213,192)
#DADCCB
(218,220,203)
#E2E3D6
(226,227,214)
#EAEAE1
(234,234,225)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2AB7E; }

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

This text font color is #A2AB7E.


Background Color

.myBgColor { background-color: #A2AB7E; }

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

This div background color is #A2AB7E.


Border color

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

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

This div border color is #A2AB7E.


Opacity

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

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

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

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

This text has shadow with #A2AB7E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A2AB7E on black background.


Color preview on white background

This text has color #A2AB7E on white background.



Black color preview on #A2AB7E background

This text has black color on #A2AB7E background.


White color preview on #A2AB7E background

This text has white color on #A2AB7E background.