COLOR #A7AB9F

HEX: #A7AB9F
RGB: (167,171,159)

Color info

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

RGB color model

#A7AB9F color RGB value is (167,171,159).

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

RGB channels and saturation

R 167 of 255 = 65%
G 171 of 255 = 67%
B 159 of 255 = 62%

167
171
159

R + G + B ~ 65%. #A7AB9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 171 + 159 = 497 (100%)
R 167 of 497 ~ 33.6%
G 171 of 497 ~ 34.41%
B 159 of 497 ~ 31.99%

%33.6
%34.41
%31.99

CMYK color model

#A7AB9F color CMYK value is (2,0,7,33).

  • cyan value is 2.34%
  • magenta value is 0.00%
  • yellow value is 7.02%
  • key color value is 32.94%
CMYK:
(2,0,7,33)
C2M0Y7K33 
(2%,0%,7%,33%)
(0.02/0.00/0.07/0.33)	

CMYK percentages

%2.34
%0
%7.02
%32.94

Codes

Color #A7AB9F in popluar color models

A7AB9F
RGB167171159
HSL80°6.67%64.71%
HSB/HSV80°7.02%67.06%
CMYK2.34%0.00%7.02%
32.94%

Color #A7AB9F in popluar number systems.

HEXA7AB9F
Decimal167171159
Binary101001111010101110011111
Octal247253237

Shades and tints

Shades of #A7AB9F

#A7AB9F
(167,171,159)
#989C91
(152,156,145)
#898D83
(137,141,131)
#7A7E75
(122,126,117)
#6B6F67
(107,111,103)
#5C6059
(92,96,89)
#4D514B
(77,81,75)
#3E423D
(62,66,61)
#2F332F
(47,51,47)
#202421
(32,36,33)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #A7AB9F

#A7AB9F
(167,171,159)
#AFB2A7
(175,178,167)
#B7B9AF
(183,185,175)
#BFC0B7
(191,192,183)
#C7C7BF
(199,199,191)
#CFCEC7
(207,206,199)
#D7D5CF
(215,213,207)
#DFDCD7
(223,220,215)
#E7E3DF
(231,227,223)
#EFEAE7
(239,234,231)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AB9F; }

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

This text font color is #A7AB9F.


Background Color

.myBgColor { background-color: #A7AB9F; }

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

This div background color is #A7AB9F.


Border color

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

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

This div border color is #A7AB9F.


Opacity

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

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

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

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

This text has shadow with #A7AB9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AB9F on black background.


Color preview on white background

This text has color #A7AB9F on white background.



Black color preview on #A7AB9F background

This text has black color on #A7AB9F background.


White color preview on #A7AB9F background

This text has white color on #A7AB9F background.