COLOR #A7A19D

HEX: #A7A19D
RGB: (167,161,157)

Color info

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

RGB color model

#A7A19D color RGB value is (167,161,157).

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

RGB channels and saturation

R 167 of 255 = 65%
G 161 of 255 = 63%
B 157 of 255 = 62%

167
161
157

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

Portions of RGB colors in percentages

R + G + B =
167 + 161 + 157 = 485 (100%)
R 167 of 485 ~ 34.43%
G 161 of 485 ~ 33.2%
B 157 of 485 ~ 32.37%

%34.43
%33.2
%32.37

CMYK color model

#A7A19D color CMYK value is (0,4,6,35).

  • cyan value is 0.00%
  • magenta value is 3.59%
  • yellow value is 5.99%
  • key color value is 34.51%
CMYK:
(0,4,6,35)
C0M4Y6K35 
(0%,4%,6%,35%)
(0.00/0.04/0.06/0.35)	

CMYK percentages

%0
%3.59
%5.99
%34.51

Codes

Color #A7A19D in popluar color models

A7A19D
RGB167161157
HSL24°5.38%63.53%
HSB/HSV24°5.99%65.49%
CMYK0.00%3.59%5.99%
34.51%

Color #A7A19D in popluar number systems.

HEXA7A19D
Decimal167161157
Binary101001111010000110011101
Octal247241235

Shades and tints

Shades of #A7A19D

#A7A19D
(167,161,157)
#98938F
(152,147,143)
#898581
(137,133,129)
#7A7773
(122,119,115)
#6B6965
(107,105,101)
#5C5B57
(92,91,87)
#4D4D49
(77,77,73)
#3E3F3B
(62,63,59)
#2F312D
(47,49,45)
#20231F
(32,35,31)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #A7A19D

#A7A19D
(167,161,157)
#AFA9A5
(175,169,165)
#B7B1AD
(183,177,173)
#BFB9B5
(191,185,181)
#C7C1BD
(199,193,189)
#CFC9C5
(207,201,197)
#D7D1CD
(215,209,205)
#DFD9D5
(223,217,213)
#E7E1DD
(231,225,221)
#EFE9E5
(239,233,229)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A19D; }

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

This text font color is #A7A19D.


Background Color

.myBgColor { background-color: #A7A19D; }

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

This div background color is #A7A19D.


Border color

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

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

This div border color is #A7A19D.


Opacity

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

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

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

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

This text has shadow with #A7A19D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A19D on black background.


Color preview on white background

This text has color #A7A19D on white background.



Black color preview on #A7A19D background

This text has black color on #A7A19D background.


White color preview on #A7A19D background

This text has white color on #A7A19D background.