COLOR #A8A3A2

HEX: #A8A3A2 RGB: (168,163,162)

Color info

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

RGB color model

#A8A3A2 color RGB value is (168,163,162).

RGB: (168,163,162) (66%, 64%, 64%)

RGB channels and saturation

R 168 of 255 = 66%
G 163 of 255 = 64%
B 162 of 255 = 64%

168
163
162

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

Portions of RGB colors in percentages

R + G + B = 168 + 163 + 162 = 493 (100%)
R 168 of 493 ~ 34.08%
G 163 of 493 ~ 33.06%
B 162 of 493 ~ 32.86'%

%34.08
%33.06
%32.86

CMYK color model

#A8A3A2 color CMYK value is (0,3,4,34).

  • cyan value is 0.00%
  • magenta value is 2.98%
  • yellow value is 3.57%
  • key color value is 34.12%

CMYK: (0,3,4,34)
C0M3Y4K34 (0%, 3%, 4%, 34%)
(0.00 / 0.03 / 0.04 / 0.34)

CMYK percentages

%0
%2.98
%3.57
%34.12

Codes

Color #A8A3A2 in popluar color models

A8 A3 A2
RGB 168 163 162
HSL 10° 3.33% 64.71%
HSB/HSV 10° 3.57% 65.88%
CMYK 0.00% 2.98% 3.57%
34.12%

Color #A8A3A2 in popluar number systems.

HEX A8 A3 A2
Decimal 168 163 162
Binary 10101000 10100011 10100010
Octal 250 243 242

Shades and tints

Shades of #A8A3A2

#A8A3A2
(168,163,162)
#999594
(153,149,148)
#8A8786
(138,135,134)
#7B7978
(123,121,120)
#6C6B6A
(108,107,106)
#5D5D5C
(93,93,92)
#4E4F4E
(78,79,78)
#3F4140
(63,65,64)
#303332
(48,51,50)
#212524
(33,37,36)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #A8A3A2

#A8A3A2
(168,163,162)
#AFABAA
(175,171,170)
#B6B3B2
(182,179,178)
#BDBBBA
(189,187,186)
#C4C3C2
(196,195,194)
#CBCBCA
(203,203,202)
#D2D3D2
(210,211,210)
#D9DBDA
(217,219,218)
#E0E3E2
(224,227,226)
#E7EBEA
(231,235,234)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8A3A2 color. Also use rgb(168,163,162) instead hex code.

Text Font Color

.myTextColor { color: #A8A3A2; }

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

This text font color is #A8A3A2.

Background Color

.myBgColor { background-color: #A8A3A2; }

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

This div background color is #A8A3A2.

Border color

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

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

This div border color is #A8A3A2.

Opacity

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

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

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

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

This text has shadow with #A8A3A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8A3A2.

Preview

Color preview on black background

This text has color #A8A3A2 on black background.


Color preview on white background

This text has color #A8A3A2 on white background.


Black color preview on #A8A3A2 background

This text has black color on #A8A3A2 background.


White color preview on #A8A3A2 background

This text has white color on #A8A3A2 background.


Related colors

Complementary color

Complementary color for #hex is #575C5D.


I love getcolorcode.com

Triadic colors

1 #A2A8A3 and #A3A2A8 with #A8A3A2 are triadic colors.

2 #A2A3A8 and #A3A8A2 with #A8A3A2 are triadic colors.