COLOR #A7AB91

HEX: #A7AB91
RGB: (167,171,145)

Color info

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

RGB color model

#A7AB91 color RGB value is (167,171,145).

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

RGB channels and saturation

R 167 of 255 = 65%
G 171 of 255 = 67%
B 145 of 255 = 57%

167
171
145

R + G + B ~ 63%. #A7AB91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 171 + 145 = 483 (100%)
R 167 of 483 ~ 34.58%
G 171 of 483 ~ 35.4%
B 145 of 483 ~ 30.02%

%34.58
%35.4
%30.02

CMYK color model

#A7AB91 color CMYK value is (2,0,15,33).

  • cyan value is 2.34%
  • magenta value is 0.00%
  • yellow value is 15.20%
  • key color value is 32.94%
CMYK:
(2,0,15,33)
C2M0Y15K33 
(2%,0%,15%,33%)
(0.02/0.00/0.15/0.33)	

CMYK percentages

%2.34
%0
%15.2
%32.94

Codes

Color #A7AB91 in popluar color models

A7AB91
RGB167171145
HSL69°13.40%61.96%
HSB/HSV69°15.20%67.06%
CMYK2.34%0.00%15.20%
32.94%

Color #A7AB91 in popluar number systems.

HEXA7AB91
Decimal167171145
Binary101001111010101110010001
Octal247253221

Shades and tints

Shades of #A7AB91

#A7AB91
(167,171,145)
#989C84
(152,156,132)
#898D77
(137,141,119)
#7A7E6A
(122,126,106)
#6B6F5D
(107,111,93)
#5C6050
(92,96,80)
#4D5143
(77,81,67)
#3E4236
(62,66,54)
#2F3329
(47,51,41)
#20241C
(32,36,28)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #A7AB91

#A7AB91
(167,171,145)
#AFB29B
(175,178,155)
#B7B9A5
(183,185,165)
#BFC0AF
(191,192,175)
#C7C7B9
(199,199,185)
#CFCEC3
(207,206,195)
#D7D5CD
(215,213,205)
#DFDCD7
(223,220,215)
#E7E3E1
(231,227,225)
#EFEAEB
(239,234,235)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AB91; }

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

This text font color is #A7AB91.


Background Color

.myBgColor { background-color: #A7AB91; }

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

This div background color is #A7AB91.


Border color

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

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

This div border color is #A7AB91.


Opacity

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

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

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

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

This text has shadow with #A7AB91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AB91 on black background.


Color preview on white background

This text has color #A7AB91 on white background.



Black color preview on #A7AB91 background

This text has black color on #A7AB91 background.


White color preview on #A7AB91 background

This text has white color on #A7AB91 background.