COLOR #A7AB89

HEX: #A7AB89
RGB: (167,171,137)

Color info

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

RGB color model

#A7AB89 color RGB value is (167,171,137).

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

RGB channels and saturation

R 167 of 255 = 65%
G 171 of 255 = 67%
B 137 of 255 = 54%

167
171
137

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

Portions of RGB colors in percentages

R + G + B =
167 + 171 + 137 = 475 (100%)
R 167 of 475 ~ 35.16%
G 171 of 475 ~ 36%
B 137 of 475 ~ 28.84%

%35.16
%36
%28.84

CMYK color model

#A7AB89 color CMYK value is (2,0,20,33).

  • cyan value is 2.34%
  • magenta value is 0.00%
  • yellow value is 19.88%
  • key color value is 32.94%
CMYK:
(2,0,20,33)
C2M0Y20K33 
(2%,0%,20%,33%)
(0.02/0.00/0.20/0.33)	

CMYK percentages

%2.34
%0
%19.88
%32.94

Codes

Color #A7AB89 in popluar color models

A7AB89
RGB167171137
HSL67°16.83%60.39%
HSB/HSV67°19.88%67.06%
CMYK2.34%0.00%19.88%
32.94%

Color #A7AB89 in popluar number systems.

HEXA7AB89
Decimal167171137
Binary101001111010101110001001
Octal247253211

Shades and tints

Shades of #A7AB89

#A7AB89
(167,171,137)
#989C7D
(152,156,125)
#898D71
(137,141,113)
#7A7E65
(122,126,101)
#6B6F59
(107,111,89)
#5C604D
(92,96,77)
#4D5141
(77,81,65)
#3E4235
(62,66,53)
#2F3329
(47,51,41)
#20241D
(32,36,29)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #A7AB89

#A7AB89
(167,171,137)
#AFB293
(175,178,147)
#B7B99D
(183,185,157)
#BFC0A7
(191,192,167)
#C7C7B1
(199,199,177)
#CFCEBB
(207,206,187)
#D7D5C5
(215,213,197)
#DFDCCF
(223,220,207)
#E7E3D9
(231,227,217)
#EFEAE3
(239,234,227)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AB89; }

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

This text font color is #A7AB89.


Background Color

.myBgColor { background-color: #A7AB89; }

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

This div background color is #A7AB89.


Border color

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

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

This div border color is #A7AB89.


Opacity

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

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

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

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

This text has shadow with #A7AB89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AB89 on black background.


Color preview on white background

This text has color #A7AB89 on white background.



Black color preview on #A7AB89 background

This text has black color on #A7AB89 background.


White color preview on #A7AB89 background

This text has white color on #A7AB89 background.