COLOR #A7A194

HEX: #A7A194
RGB: (167,161,148)

Color info

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

RGB color model

#A7A194 color RGB value is (167,161,148).

  • red value is 167;
  • green value is 161;
  • blue value is 148.
RGB:
(167,161,148)
(65%,63%,58%)

RGB channels and saturation

R 167 of 255 = 65%
G 161 of 255 = 63%
B 148 of 255 = 58%

167
161
148

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

Portions of RGB colors in percentages

R + G + B =
167 + 161 + 148 = 476 (100%)
R 167 of 476 ~ 35.08%
G 161 of 476 ~ 33.82%
B 148 of 476 ~ 31.09%

%35.08
%33.82
%31.09

CMYK color model

#A7A194 color CMYK value is (0,4,11,35).

  • cyan value is 0.00%
  • magenta value is 3.59%
  • yellow value is 11.38%
  • key color value is 34.51%
CMYK:
(0,4,11,35)
C0M4Y11K35 
(0%,4%,11%,35%)
(0.00/0.04/0.11/0.35)	

CMYK percentages

%0
%3.59
%11.38
%34.51

Codes

Color #A7A194 in popluar color models

A7A194
RGB167161148
HSL41°9.74%61.76%
HSB/HSV41°11.38%65.49%
CMYK0.00%3.59%11.38%
34.51%

Color #A7A194 in popluar number systems.

HEXA7A194
Decimal167161148
Binary101001111010000110010100
Octal247241224

Shades and tints

Shades of #A7A194

#A7A194
(167,161,148)
#989387
(152,147,135)
#89857A
(137,133,122)
#7A776D
(122,119,109)
#6B6960
(107,105,96)
#5C5B53
(92,91,83)
#4D4D46
(77,77,70)
#3E3F39
(62,63,57)
#2F312C
(47,49,44)
#20231F
(32,35,31)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #A7A194

#A7A194
(167,161,148)
#AFA99D
(175,169,157)
#B7B1A6
(183,177,166)
#BFB9AF
(191,185,175)
#C7C1B8
(199,193,184)
#CFC9C1
(207,201,193)
#D7D1CA
(215,209,202)
#DFD9D3
(223,217,211)
#E7E1DC
(231,225,220)
#EFE9E5
(239,233,229)
#F7F1EE
(247,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7A194 color. Also use rgb(167,161,148) instead hex code.

Text Font Color

.myTextColor { color: #A7A194; }

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

This text font color is #A7A194.


Background Color

.myBgColor { background-color: #A7A194; }

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

This div background color is #A7A194.


Border color

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

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

This div border color is #A7A194.


Opacity

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

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

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

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

This text has shadow with #A7A194 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A194 on black background.


Color preview on white background

This text has color #A7A194 on white background.



Black color preview on #A7A194 background

This text has black color on #A7A194 background.


White color preview on #A7A194 background

This text has white color on #A7A194 background.