COLOR #A8A7AA

HEX: #A8A7AA RGB: (168,167,170)

Color info

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

RGB color model

#A8A7AA color RGB value is (168,167,170).

RGB: (168,167,170) (66%, 65%, 67%)

RGB channels and saturation

R 168 of 255 = 66%
G 167 of 255 = 65%
B 170 of 255 = 67%

168
167
170

R + G + B ~ 66%. #A8A7AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 167 + 170 = 505 (100%)
R 168 of 505 ~ 33.27%
G 167 of 505 ~ 33.07%
B 170 of 505 ~ 33.66'%

%33.27
%33.07
%33.66

CMYK color model

#A8A7AA color CMYK value is (1,2,0,33).

  • cyan value is 1.18%
  • magenta value is 1.76%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (1,2,0,33) C1M2Y0K33 (1%,2%,0%,33%) (0.01/0.02/0.00/0.33) 

CMYK percentages

%1.18
%1.76
%0
%33.33

Codes

Color #A8A7AA in popluar color models

A8 A7 AA
RGB 168 167 170
HSL 260° 1.73% 66.08%
HSB/HSV 260° 1.76% 66.67%
CMYK 1.18% 1.76% 0.00%
33.33%

Color #A8A7AA in popluar number systems.

HEX A8 A7 AA
Decimal 168 167 170
Binary 10101000 10100111 10101010
Octal 250 247 252

Shades and tints

Shades of #A8A7AA

#A8A7AA
(168,167,170)
#99989B
(153,152,155)
#8A898C
(138,137,140)
#7B7A7D
(123,122,125)
#6C6B6E
(108,107,110)
#5D5C5F
(93,92,95)
#4E4D50
(78,77,80)
#3F3E41
(63,62,65)
#302F32
(48,47,50)
#212023
(33,32,35)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #A8A7AA

#A8A7AA
(168,167,170)
#AFAFB1
(175,175,177)
#B6B7B8
(182,183,184)
#BDBFBF
(189,191,191)
#C4C7C6
(196,199,198)
#CBCFCD
(203,207,205)
#D2D7D4
(210,215,212)
#D9DFDB
(217,223,219)
#E0E7E2
(224,231,226)
#E7EFE9
(231,239,233)
#EEF7F0
(238,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A7AA; }

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

This text font color is #A8A7AA.

Background Color

.myBgColor { background-color: #A8A7AA; }

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

This div background color is #A8A7AA.

Border color

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

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

This div border color is #A8A7AA.

Opacity

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

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

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

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

This text has shadow with #A8A7AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8A7AA.

Preview

Color preview on black background

This text has color #A8A7AA on black background.


Color preview on white background

This text has color #A8A7AA on white background.


Black color preview on #A8A7AA background

This text has black color on #A8A7AA background.


White color preview on #A8A7AA background

This text has white color on #A8A7AA background.


Related colors

Complementary color

Complementary color for #hex is #575855.


I love getcolorcode.com

Triadic colors

1 #AAA8A7 and #A7AAA8 with #A8A7AA are triadic colors.

2 #AAA7A8 and #A7A8AA with #A8A7AA are triadic colors.