COLOR #A7A09D

HEX: #A7A09D RGB: (167,160,157)

Color info

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

RGB color model

#A7A09D color RGB value is (167,160,157).

RGB: (167,160,157) (65%, 63%, 62%)

RGB channels and saturation

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

167
160
157

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

Portions of RGB colors in percentages

R + G + B = 167 + 160 + 157 = 484 (100%)
R 167 of 484 ~ 34.5%
G 160 of 484 ~ 33.06%
B 157 of 484 ~ 32.44'%

%34.5
%33.06
%32.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.19%
  • 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
%4.19
%5.99
%34.51

Codes

Color #A7A09D in popluar color models

A7 A0 9D
RGB 167 160 157
HSL 18° 5.38% 63.53%
HSB/HSV 18° 5.99% 65.49%
CMYK 0.00% 4.19% 5.99%
34.51%

Color #A7A09D in popluar number systems.

HEX A7 A0 9D
Decimal 167 160 157
Binary 10100111 10100000 10011101
Octal 247 240 235

Shades and tints

Shades of #A7A09D

#A7A09D
(167,160,157)
#98928F
(152,146,143)
#898481
(137,132,129)
#7A7673
(122,118,115)
#6B6865
(107,104,101)
#5C5A57
(92,90,87)
#4D4C49
(77,76,73)
#3E3E3B
(62,62,59)
#2F302D
(47,48,45)
#20221F
(32,34,31)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #A7A09D

#A7A09D
(167,160,157)
#AFA8A5
(175,168,165)
#B7B0AD
(183,176,173)
#BFB8B5
(191,184,181)
#C7C0BD
(199,192,189)
#CFC8C5
(207,200,197)
#D7D0CD
(215,208,205)
#DFD8D5
(223,216,213)
#E7E0DD
(231,224,221)
#EFE8E5
(239,232,229)
#F7F0ED
(247,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A09D; }

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

This text font color is #A7A09D.

Background Color

.myBgColor { background-color: #A7A09D; }

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

This div background color is #A7A09D.

Border color

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

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

This div border color is #A7A09D.

Opacity

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

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

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

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

This text has shadow with #A7A09D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7A09D.

Preview

Color preview on black background

This text has color #A7A09D on black background.


Color preview on white background

This text has color #A7A09D on white background.


Black color preview on #A7A09D background

This text has black color on #A7A09D background.


White color preview on #A7A09D background

This text has white color on #A7A09D background.


Related colors

Complementary color

Complementary color for #hex is #585F62.


I love getcolorcode.com

Triadic colors

1 #9DA7A0 and #A09DA7 with #A7A09D are triadic colors.

2 #9DA0A7 and #A0A79D with #A7A09D are triadic colors.