COLOR #A7AB87

HEX: #A7AB87
RGB: (167,171,135)

Color info

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

RGB color model

#A7AB87 color RGB value is (167,171,135).

  • red value is 167;
  • green value is 171;
  • blue value is 135.
RGB:
(167,171,135)
(65%,67%,53%)

RGB channels and saturation

R 167 of 255 = 65%
G 171 of 255 = 67%
B 135 of 255 = 53%

167
171
135

R + G + B ~ 62%. #A7AB87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 171 + 135 = 473 (100%)
R 167 of 473 ~ 35.31%
G 171 of 473 ~ 36.15%
B 135 of 473 ~ 28.54%

%35.31
%36.15
%28.54

CMYK color model

#A7AB87 color CMYK value is (2,0,21,33).

  • cyan value is 2.34%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 32.94%
CMYK:
(2,0,21,33)
C2M0Y21K33 
(2%,0%,21%,33%)
(0.02/0.00/0.21/0.33)	

CMYK percentages

%2.34
%0
%21.05
%32.94

Codes

Color #A7AB87 in popluar color models

A7AB87
RGB167171135
HSL67°17.65%60.00%
HSB/HSV67°21.05%67.06%
CMYK2.34%0.00%21.05%
32.94%

Color #A7AB87 in popluar number systems.

HEXA7AB87
Decimal167171135
Binary101001111010101110000111
Octal247253207

Shades and tints

Shades of #A7AB87

#A7AB87
(167,171,135)
#989C7B
(152,156,123)
#898D6F
(137,141,111)
#7A7E63
(122,126,99)
#6B6F57
(107,111,87)
#5C604B
(92,96,75)
#4D513F
(77,81,63)
#3E4233
(62,66,51)
#2F3327
(47,51,39)
#20241B
(32,36,27)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #A7AB87

#A7AB87
(167,171,135)
#AFB291
(175,178,145)
#B7B99B
(183,185,155)
#BFC0A5
(191,192,165)
#C7C7AF
(199,199,175)
#CFCEB9
(207,206,185)
#D7D5C3
(215,213,195)
#DFDCCD
(223,220,205)
#E7E3D7
(231,227,215)
#EFEAE1
(239,234,225)
#F7F1EB
(247,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AB87; }

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

This text font color is #A7AB87.


Background Color

.myBgColor { background-color: #A7AB87; }

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

This div background color is #A7AB87.


Border color

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

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

This div border color is #A7AB87.


Opacity

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

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

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

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

This text has shadow with #A7AB87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AB87 on black background.


Color preview on white background

This text has color #A7AB87 on white background.



Black color preview on #A7AB87 background

This text has black color on #A7AB87 background.


White color preview on #A7AB87 background

This text has white color on #A7AB87 background.