COLOR #A2AB87

HEX: #A2AB87 RGB: (162,171,135)

Color info

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

RGB color model

#A2AB87 color RGB value is (162,171,135).

RGB: (162,171,135) (64%, 67%, 53%)

RGB channels and saturation

R 162 of 255 = 64%
G 171 of 255 = 67%
B 135 of 255 = 53%

162
171
135

R + G + B ~ 61%. #A2AB87 is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 171 + 135 = 468 (100%)
R 162 of 468 ~ 34.62%
G 171 of 468 ~ 36.54%
B 135 of 468 ~ 28.85'%

%34.62
%36.54
%28.85

CMYK color model

#A2AB87 color CMYK value is (5,0,21,33).

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

CMYK: (5,0,21,33)
C5M0Y21K33 (5%, 0%, 21%, 33%)
(0.05 / 0.00 / 0.21 / 0.33)

CMYK percentages

%5.26
%0
%21.05
%32.94

Codes

Color #A2AB87 in popluar color models

A2 AB 87
RGB 162 171 135
HSL 75° 17.65% 60.00%
HSB/HSV 75° 21.05% 67.06%
CMYK 5.26% 0.00% 21.05%
32.94%

Color #A2AB87 in popluar number systems.

HEX A2 AB 87
Decimal 162 171 135
Binary 10100010 10101011 10000111
Octal 242 253 207

Shades and tints

Shades of #A2AB87

#A2AB87
(162,171,135)
#949C7B
(148,156,123)
#868D6F
(134,141,111)
#787E63
(120,126,99)
#6A6F57
(106,111,87)
#5C604B
(92,96,75)
#4E513F
(78,81,63)
#404233
(64,66,51)
#323327
(50,51,39)
#24241B
(36,36,27)
#16150F
(22,21,15)
#000000
(0,0,0)

Tints of #A2AB87

#A2AB87
(162,171,135)
#AAB291
(170,178,145)
#B2B99B
(178,185,155)
#BAC0A5
(186,192,165)
#C2C7AF
(194,199,175)
#CACEB9
(202,206,185)
#D2D5C3
(210,213,195)
#DADCCD
(218,220,205)
#E2E3D7
(226,227,215)
#EAEAE1
(234,234,225)
#F2F1EB
(242,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2AB87; }

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

This text font color is #A2AB87.

Background Color

.myBgColor { background-color: #A2AB87; }

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

This div background color is #A2AB87.

Border color

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

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

This div border color is #A2AB87.

Opacity

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

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

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

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

This text has shadow with #A2AB87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2AB87.

Preview

Color preview on black background

This text has color #A2AB87 on black background.


Color preview on white background

This text has color #A2AB87 on white background.


Black color preview on #A2AB87 background

This text has black color on #A2AB87 background.


White color preview on #A2AB87 background

This text has white color on #A2AB87 background.


Related colors

Complementary color

Complementary color for #hex is #5D5478.


I love getcolorcode.com

Triadic colors

1 #87A2AB and #AB87A2 with #A2AB87 are triadic colors.

2 #87ABA2 and #ABA287 with #A2AB87 are triadic colors.