COLOR #A7ADAA

HEX: #A7ADAA RGB: (167,173,170)

Color info

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

RGB color model

#A7ADAA color RGB value is (167,173,170).

RGB: (167,173,170) (65%, 68%, 67%)

RGB channels and saturation

R 167 of 255 = 65%
G 173 of 255 = 68%
B 170 of 255 = 67%

167
173
170

R + G + B ~ 67%. #A7ADAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 173 + 170 = 510 (100%)
R 167 of 510 ~ 32.75%
G 173 of 510 ~ 33.92%
B 170 of 510 ~ 33.33'%

%32.75
%33.92
%33.33

CMYK color model

#A7ADAA color CMYK value is (3,0,2,32).

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

CMYK: (3,0,2,32)
C3M0Y2K32 (3%, 0%, 2%, 32%)
(0.03 / 0.00 / 0.02 / 0.32)

CMYK percentages

%3.47
%0
%1.73
%32.16

Codes

Color #A7ADAA in popluar color models

A7 AD AA
RGB 167 173 170
HSL 150° 3.53% 66.67%
HSB/HSV 150° 3.47% 67.84%
CMYK 3.47% 0.00% 1.73%
32.16%

Color #A7ADAA in popluar number systems.

HEX A7 AD AA
Decimal 167 173 170
Binary 10100111 10101101 10101010
Octal 247 255 252

Shades and tints

Shades of #A7ADAA

#A7ADAA
(167,173,170)
#989E9B
(152,158,155)
#898F8C
(137,143,140)
#7A807D
(122,128,125)
#6B716E
(107,113,110)
#5C625F
(92,98,95)
#4D5350
(77,83,80)
#3E4441
(62,68,65)
#2F3532
(47,53,50)
#202623
(32,38,35)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #A7ADAA

#A7ADAA
(167,173,170)
#AFB4B1
(175,180,177)
#B7BBB8
(183,187,184)
#BFC2BF
(191,194,191)
#C7C9C6
(199,201,198)
#CFD0CD
(207,208,205)
#D7D7D4
(215,215,212)
#DFDEDB
(223,222,219)
#E7E5E2
(231,229,226)
#EFECE9
(239,236,233)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7ADAA; }

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

This text font color is #A7ADAA.

Background Color

.myBgColor { background-color: #A7ADAA; }

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

This div background color is #A7ADAA.

Border color

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

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

This div border color is #A7ADAA.

Opacity

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

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

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

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

This text has shadow with #A7ADAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7ADAA.

Preview

Color preview on black background

This text has color #A7ADAA on black background.


Color preview on white background

This text has color #A7ADAA on white background.


Black color preview on #A7ADAA background

This text has black color on #A7ADAA background.


White color preview on #A7ADAA background

This text has white color on #A7ADAA background.


Related colors

Complementary color

Complementary color for #hex is #585255.


I love getcolorcode.com

Triadic colors

1 #AAA7AD and #ADAAA7 with #A7ADAA are triadic colors.

2 #AAADA7 and #ADA7AA with #A7ADAA are triadic colors.