COLOR #A8A8A2

HEX: #A8A8A2 RGB: (168,168,162)

Color info

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

RGB color model

#A8A8A2 color RGB value is (168,168,162).

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

RGB channels and saturation

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

168
168
162

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

Portions of RGB colors in percentages

R + G + B = 168 + 168 + 162 = 498 (100%)
R 168 of 498 ~ 33.73%
G 168 of 498 ~ 33.73%
B 162 of 498 ~ 32.53'%

%33.73
%33.73
%32.53

CMYK color model

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

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

CMYK: (0,0,4,34)
C0M0Y4K34 (0%, 0%, 4%, 34%)
(0.00 / 0.00 / 0.04 / 0.34)

CMYK percentages

%0
%0
%3.57
%34.12

Codes

Color #A8A8A2 in popluar color models

A8 A8 A2
RGB 168 168 162
HSL 60° 3.33% 64.71%
HSB/HSV 60° 3.57% 65.88%
CMYK 0.00% 0.00% 3.57%
34.12%

Color #A8A8A2 in popluar number systems.

HEX A8 A8 A2
Decimal 168 168 162
Binary 10101000 10101000 10100010
Octal 250 250 242

Shades and tints

Shades of #A8A8A2

#A8A8A2
(168,168,162)
#999994
(153,153,148)
#8A8A86
(138,138,134)
#7B7B78
(123,123,120)
#6C6C6A
(108,108,106)
#5D5D5C
(93,93,92)
#4E4E4E
(78,78,78)
#3F3F40
(63,63,64)
#303032
(48,48,50)
#212124
(33,33,36)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #A8A8A2

#A8A8A2
(168,168,162)
#AFAFAA
(175,175,170)
#B6B6B2
(182,182,178)
#BDBDBA
(189,189,186)
#C4C4C2
(196,196,194)
#CBCBCA
(203,203,202)
#D2D2D2
(210,210,210)
#D9D9DA
(217,217,218)
#E0E0E2
(224,224,226)
#E7E7EA
(231,231,234)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A8A2; }

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

This text font color is #A8A8A2.

Background Color

.myBgColor { background-color: #A8A8A2; }

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

This div background color is #A8A8A2.

Border color

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

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

This div border color is #A8A8A2.

Opacity

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

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

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

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

This text has shadow with #A8A8A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8A8A2.

Preview

Color preview on black background

This text has color #A8A8A2 on black background.


Color preview on white background

This text has color #A8A8A2 on white background.


Black color preview on #A8A8A2 background

This text has black color on #A8A8A2 background.


White color preview on #A8A8A2 background

This text has white color on #A8A8A2 background.


Related colors

Complementary color

Complementary color for #hex is #57575D.


I love getcolorcode.com