COLOR #A7A09A

HEX: #A7A09A
RGB: (167,160,154)

Color info

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

RGB color model

#A7A09A color RGB value is (167,160,154).

  • red value is 167;
  • green value is 160;
  • blue value is 154.
RGB:
(167,160,154)
(65%,63%,60%)

RGB channels and saturation

R 167 of 255 = 65%
G 160 of 255 = 63%
B 154 of 255 = 60%

167
160
154

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

Portions of RGB colors in percentages

R + G + B =
167 + 160 + 154 = 481 (100%)
R 167 of 481 ~ 34.72%
G 160 of 481 ~ 33.26%
B 154 of 481 ~ 32.02%

%34.72
%33.26
%32.02

CMYK color model

#A7A09A color CMYK value is (0,4,8,35).

  • cyan value is 0.00%
  • magenta value is 4.19%
  • yellow value is 7.78%
  • key color value is 34.51%
CMYK:
(0,4,8,35)
C0M4Y8K35 
(0%,4%,8%,35%)
(0.00/0.04/0.08/0.35)	

CMYK percentages

%0
%4.19
%7.78
%34.51

Codes

Color #A7A09A in popluar color models

A7A09A
RGB167160154
HSL28°6.88%62.94%
HSB/HSV28°7.78%65.49%
CMYK0.00%4.19%7.78%
34.51%

Color #A7A09A in popluar number systems.

HEXA7A09A
Decimal167160154
Binary101001111010000010011010
Octal247240232

Shades and tints

Shades of #A7A09A

#A7A09A
(167,160,154)
#98928C
(152,146,140)
#89847E
(137,132,126)
#7A7670
(122,118,112)
#6B6862
(107,104,98)
#5C5A54
(92,90,84)
#4D4C46
(77,76,70)
#3E3E38
(62,62,56)
#2F302A
(47,48,42)
#20221C
(32,34,28)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #A7A09A

#A7A09A
(167,160,154)
#AFA8A3
(175,168,163)
#B7B0AC
(183,176,172)
#BFB8B5
(191,184,181)
#C7C0BE
(199,192,190)
#CFC8C7
(207,200,199)
#D7D0D0
(215,208,208)
#DFD8D9
(223,216,217)
#E7E0E2
(231,224,226)
#EFE8EB
(239,232,235)
#F7F0F4
(247,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7A09A color. Also use rgb(167,160,154) instead hex code.

Text Font Color

.myTextColor { color: #A7A09A; }

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

This text font color is #A7A09A.


Background Color

.myBgColor { background-color: #A7A09A; }

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

This div background color is #A7A09A.


Border color

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

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

This div border color is #A7A09A.


Opacity

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

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

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

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

This text has shadow with #A7A09A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A09A on black background.


Color preview on white background

This text has color #A7A09A on white background.



Black color preview on #A7A09A background

This text has black color on #A7A09A background.


White color preview on #A7A09A background

This text has white color on #A7A09A background.