COLOR #A8A3AA

HEX: #A8A3AA RGB: (168,163,170)

Color info

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

RGB color model

#A8A3AA color RGB value is (168,163,170).

RGB: (168,163,170) (66%, 64%, 67%)

RGB channels and saturation

R 168 of 255 = 66%
G 163 of 255 = 64%
B 170 of 255 = 67%

168
163
170

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

Portions of RGB colors in percentages

R + G + B = 168 + 163 + 170 = 501 (100%)
R 168 of 501 ~ 33.53%
G 163 of 501 ~ 32.53%
B 170 of 501 ~ 33.93'%

%33.53
%32.53
%33.93

CMYK color model

#A8A3AA color CMYK value is (1,4,0,33).

  • cyan value is 1.18%
  • magenta value is 4.12%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (1,4,0,33)
C1M4Y0K33 (1%, 4%, 0%, 33%)
(0.01 / 0.04 / 0.00 / 0.33)

CMYK percentages

%1.18
%4.12
%0
%33.33

Codes

Color #A8A3AA in popluar color models

A8 A3 AA
RGB 168 163 170
HSL 283° 3.95% 65.29%
HSB/HSV 283° 4.12% 66.67%
CMYK 1.18% 4.12% 0.00%
33.33%

Color #A8A3AA in popluar number systems.

HEX A8 A3 AA
Decimal 168 163 170
Binary 10101000 10100011 10101010
Octal 250 243 252

Shades and tints

Shades of #A8A3AA

#A8A3AA
(168,163,170)
#99959B
(153,149,155)
#8A878C
(138,135,140)
#7B797D
(123,121,125)
#6C6B6E
(108,107,110)
#5D5D5F
(93,93,95)
#4E4F50
(78,79,80)
#3F4141
(63,65,65)
#303332
(48,51,50)
#212523
(33,37,35)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #A8A3AA

#A8A3AA
(168,163,170)
#AFABB1
(175,171,177)
#B6B3B8
(182,179,184)
#BDBBBF
(189,187,191)
#C4C3C6
(196,195,198)
#CBCBCD
(203,203,205)
#D2D3D4
(210,211,212)
#D9DBDB
(217,219,219)
#E0E3E2
(224,227,226)
#E7EBE9
(231,235,233)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A3AA; }

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

This text font color is #A8A3AA.

Background Color

.myBgColor { background-color: #A8A3AA; }

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

This div background color is #A8A3AA.

Border color

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

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

This div border color is #A8A3AA.

Opacity

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

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

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

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

This text has shadow with #A8A3AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8A3AA.

Preview

Color preview on black background

This text has color #A8A3AA on black background.


Color preview on white background

This text has color #A8A3AA on white background.


Black color preview on #A8A3AA background

This text has black color on #A8A3AA background.


White color preview on #A8A3AA background

This text has white color on #A8A3AA background.


Related colors

Complementary color

Complementary color for #hex is #575C55.


I love getcolorcode.com

Triadic colors

1 #AAA8A3 and #A3AAA8 with #A8A3AA are triadic colors.

2 #AAA3A8 and #A3A8AA with #A8A3AA are triadic colors.