COLOR #A7A995

HEX: #A7A995
RGB: (167,169,149)

Color info

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

RGB color model

#A7A995 color RGB value is (167,169,149).

  • red value is 167;
  • green value is 169;
  • blue value is 149.
RGB:
(167,169,149)
(65%,66%,58%)

RGB channels and saturation

R 167 of 255 = 65%
G 169 of 255 = 66%
B 149 of 255 = 58%

167
169
149

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

Portions of RGB colors in percentages

R + G + B =
167 + 169 + 149 = 485 (100%)
R 167 of 485 ~ 34.43%
G 169 of 485 ~ 34.85%
B 149 of 485 ~ 30.72%

%34.43
%34.85
%30.72

CMYK color model

#A7A995 color CMYK value is (1,0,12,34).

  • cyan value is 1.18%
  • magenta value is 0.00%
  • yellow value is 11.83%
  • key color value is 33.73%
CMYK:
(1,0,12,34)
C1M0Y12K34 
(1%,0%,12%,34%)
(0.01/0.00/0.12/0.34)	

CMYK percentages

%1.18
%0
%11.83
%33.73

Codes

Color #A7A995 in popluar color models

A7A995
RGB167169149
HSL66°10.42%62.35%
HSB/HSV66°11.83%66.27%
CMYK1.18%0.00%11.83%
33.73%

Color #A7A995 in popluar number systems.

HEXA7A995
Decimal167169149
Binary101001111010100110010101
Octal247251225

Shades and tints

Shades of #A7A995

#A7A995
(167,169,149)
#989A88
(152,154,136)
#898B7B
(137,139,123)
#7A7C6E
(122,124,110)
#6B6D61
(107,109,97)
#5C5E54
(92,94,84)
#4D4F47
(77,79,71)
#3E403A
(62,64,58)
#2F312D
(47,49,45)
#202220
(32,34,32)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #A7A995

#A7A995
(167,169,149)
#AFB09E
(175,176,158)
#B7B7A7
(183,183,167)
#BFBEB0
(191,190,176)
#C7C5B9
(199,197,185)
#CFCCC2
(207,204,194)
#D7D3CB
(215,211,203)
#DFDAD4
(223,218,212)
#E7E1DD
(231,225,221)
#EFE8E6
(239,232,230)
#F7EFEF
(247,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7A995 color. Also use rgb(167,169,149) instead hex code.

Text Font Color

.myTextColor { color: #A7A995; }

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

This text font color is #A7A995.


Background Color

.myBgColor { background-color: #A7A995; }

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

This div background color is #A7A995.


Border color

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

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

This div border color is #A7A995.


Opacity

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

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

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

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

This text has shadow with #A7A995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A995 on black background.


Color preview on white background

This text has color #A7A995 on white background.



Black color preview on #A7A995 background

This text has black color on #A7A995 background.


White color preview on #A7A995 background

This text has white color on #A7A995 background.