COLOR #A7ADA1

HEX: #A7ADA1 RGB: (167,173,161)

Color info

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

RGB color model

#A7ADA1 color RGB value is (167,173,161).

RGB: (167,173,161) (65%, 68%, 63%)

RGB channels and saturation

R 167 of 255 = 65%
G 173 of 255 = 68%
B 161 of 255 = 63%

167
173
161

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

Portions of RGB colors in percentages

R + G + B = 167 + 173 + 161 = 501 (100%)
R 167 of 501 ~ 33.33%
G 173 of 501 ~ 34.53%
B 161 of 501 ~ 32.14'%

%33.33
%34.53
%32.14

CMYK color model

#A7ADA1 color CMYK value is (3,0,7,32).

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

CMYK: (3,0,7,32)
C3M0Y7K32 (3%, 0%, 7%, 32%)
(0.03 / 0.00 / 0.07 / 0.32)

CMYK percentages

%3.47
%0
%6.94
%32.16

Codes

Color #A7ADA1 in popluar color models

A7 AD A1
RGB 167 173 161
HSL 90° 6.82% 65.49%
HSB/HSV 90° 6.94% 67.84%
CMYK 3.47% 0.00% 6.94%
32.16%

Color #A7ADA1 in popluar number systems.

HEX A7 AD A1
Decimal 167 173 161
Binary 10100111 10101101 10100001
Octal 247 255 241

Shades and tints

Shades of #A7ADA1

#A7ADA1
(167,173,161)
#989E93
(152,158,147)
#898F85
(137,143,133)
#7A8077
(122,128,119)
#6B7169
(107,113,105)
#5C625B
(92,98,91)
#4D534D
(77,83,77)
#3E443F
(62,68,63)
#2F3531
(47,53,49)
#202623
(32,38,35)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #A7ADA1

#A7ADA1
(167,173,161)
#AFB4A9
(175,180,169)
#B7BBB1
(183,187,177)
#BFC2B9
(191,194,185)
#C7C9C1
(199,201,193)
#CFD0C9
(207,208,201)
#D7D7D1
(215,215,209)
#DFDED9
(223,222,217)
#E7E5E1
(231,229,225)
#EFECE9
(239,236,233)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7ADA1; }

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

This text font color is #A7ADA1.

Background Color

.myBgColor { background-color: #A7ADA1; }

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

This div background color is #A7ADA1.

Border color

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

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

This div border color is #A7ADA1.

Opacity

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

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

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

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

This text has shadow with #A7ADA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7ADA1.

Preview

Color preview on black background

This text has color #A7ADA1 on black background.


Color preview on white background

This text has color #A7ADA1 on white background.


Black color preview on #A7ADA1 background

This text has black color on #A7ADA1 background.


White color preview on #A7ADA1 background

This text has white color on #A7ADA1 background.


Related colors

Complementary color

Complementary color for #hex is #58525E.


I love getcolorcode.com

Triadic colors

1 #A1A7AD and #ADA1A7 with #A7ADA1 are triadic colors.

2 #A1ADA7 and #ADA7A1 with #A7ADA1 are triadic colors.