COLOR #A2AB9E

HEX: #A2AB9E RGB: (162,171,158)

Color info

#A2AB9E contains red, green and blue colors in about the same proportion. Web safe color of #A2AB9E is #999999 (or #999).

RGB color model

#A2AB9E color RGB value is (162,171,158).

RGB: (162,171,158) (64%, 67%, 62%)

RGB channels and saturation

R 162 of 255 = 64%
G 171 of 255 = 67%
B 158 of 255 = 62%

162
171
158

R + G + B ~ 64%. #A2AB9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 171 + 158 = 491 (100%)
R 162 of 491 ~ 32.99%
G 171 of 491 ~ 34.83%
B 158 of 491 ~ 32.18'%

%32.99
%34.83
%32.18

CMYK color model

#A2AB9E color CMYK value is (5,0,8,33).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 7.60%
  • key color value is 32.94%

CMYK: (5,0,8,33)
C5M0Y8K33 (5%, 0%, 8%, 33%)
(0.05 / 0.00 / 0.08 / 0.33)

CMYK percentages

%5.26
%0
%7.6
%32.94

Codes

Color #A2AB9E in popluar color models

A2 AB 9E
RGB 162 171 158
HSL 102° 7.18% 64.51%
HSB/HSV 102° 7.60% 67.06%
CMYK 5.26% 0.00% 7.60%
32.94%

Color #A2AB9E in popluar number systems.

HEX A2 AB 9E
Decimal 162 171 158
Binary 10100010 10101011 10011110
Octal 242 253 236

Shades and tints

Shades of #A2AB9E

#A2AB9E
(162,171,158)
#949C90
(148,156,144)
#868D82
(134,141,130)
#787E74
(120,126,116)
#6A6F66
(106,111,102)
#5C6058
(92,96,88)
#4E514A
(78,81,74)
#40423C
(64,66,60)
#32332E
(50,51,46)
#242420
(36,36,32)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #A2AB9E

#A2AB9E
(162,171,158)
#AAB2A6
(170,178,166)
#B2B9AE
(178,185,174)
#BAC0B6
(186,192,182)
#C2C7BE
(194,199,190)
#CACEC6
(202,206,198)
#D2D5CE
(210,213,206)
#DADCD6
(218,220,214)
#E2E3DE
(226,227,222)
#EAEAE6
(234,234,230)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2AB9E; }

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

This text font color is #A2AB9E.

Background Color

.myBgColor { background-color: #A2AB9E; }

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

This div background color is #A2AB9E.

Border color

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

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

This div border color is #A2AB9E.

Opacity

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

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

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

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

This text has shadow with #A2AB9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2AB9E.

Preview

Color preview on black background

This text has color #A2AB9E on black background.


Color preview on white background

This text has color #A2AB9E on white background.


Black color preview on #A2AB9E background

This text has black color on #A2AB9E background.


White color preview on #A2AB9E background

This text has white color on #A2AB9E background.


Related colors

Complementary color

Complementary color for #hex is #5D5461.


I love getcolorcode.com

Triadic colors

1 #9EA2AB and #AB9EA2 with #A2AB9E are triadic colors.

2 #9EABA2 and #ABA29E with #A2AB9E are triadic colors.