COLOR #A7AD9C

HEX: #A7AD9C RGB: (167,173,156)

Color info

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

RGB color model

#A7AD9C color RGB value is (167,173,156).

RGB: (167,173,156) (65%, 68%, 61%)

RGB channels and saturation

R 167 of 255 = 65%
G 173 of 255 = 68%
B 156 of 255 = 61%

167
173
156

R + G + B ~ 65%. #A7AD9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 173 + 156 = 496 (100%)
R 167 of 496 ~ 33.67%
G 173 of 496 ~ 34.88%
B 156 of 496 ~ 31.45'%

%33.67
%34.88
%31.45

CMYK color model

#A7AD9C color CMYK value is (3,0,10,32).

  • cyan value is 3.47%
  • magenta value is 0.00%
  • yellow value is 9.83%
  • key color value is 32.16%

CMYK: (3,0,10,32)
C3M0Y10K32 (3%, 0%, 10%, 32%)
(0.03 / 0.00 / 0.10 / 0.32)

CMYK percentages

%3.47
%0
%9.83
%32.16

Codes

Color #A7AD9C in popluar color models

A7 AD 9C
RGB 167 173 156
HSL 81° 9.39% 64.51%
HSB/HSV 81° 9.83% 67.84%
CMYK 3.47% 0.00% 9.83%
32.16%

Color #A7AD9C in popluar number systems.

HEX A7 AD 9C
Decimal 167 173 156
Binary 10100111 10101101 10011100
Octal 247 255 234

Shades and tints

Shades of #A7AD9C

#A7AD9C
(167,173,156)
#989E8E
(152,158,142)
#898F80
(137,143,128)
#7A8072
(122,128,114)
#6B7164
(107,113,100)
#5C6256
(92,98,86)
#4D5348
(77,83,72)
#3E443A
(62,68,58)
#2F352C
(47,53,44)
#20261E
(32,38,30)
#111710
(17,23,16)
#000000
(0,0,0)

Tints of #A7AD9C

#A7AD9C
(167,173,156)
#AFB4A5
(175,180,165)
#B7BBAE
(183,187,174)
#BFC2B7
(191,194,183)
#C7C9C0
(199,201,192)
#CFD0C9
(207,208,201)
#D7D7D2
(215,215,210)
#DFDEDB
(223,222,219)
#E7E5E4
(231,229,228)
#EFECED
(239,236,237)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7AD9C color. Also use rgb(167,173,156) instead hex code.

Text Font Color

.myTextColor { color: #A7AD9C; }

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

This text font color is #A7AD9C.

Background Color

.myBgColor { background-color: #A7AD9C; }

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

This div background color is #A7AD9C.

Border color

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

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

This div border color is #A7AD9C.

Opacity

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

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

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

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

This text has shadow with #A7AD9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7AD9C.

Preview

Color preview on black background

This text has color #A7AD9C on black background.


Color preview on white background

This text has color #A7AD9C on white background.


Black color preview on #A7AD9C background

This text has black color on #A7AD9C background.


White color preview on #A7AD9C background

This text has white color on #A7AD9C background.


Related colors

Complementary color

Complementary color for #hex is #585263.


I love getcolorcode.com

Triadic colors

1 #9CA7AD and #AD9CA7 with #A7AD9C are triadic colors.

2 #9CADA7 and #ADA79C with #A7AD9C are triadic colors.