COLOR #A3AAA0

HEX: #A3AAA0 RGB: (163,170,160)

Color info

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

RGB color model

#A3AAA0 color RGB value is (163,170,160).

RGB: (163,170,160) (64%, 67%, 63%)

RGB channels and saturation

R 163 of 255 = 64%
G 170 of 255 = 67%
B 160 of 255 = 63%

163
170
160

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

Portions of RGB colors in percentages

R + G + B = 163 + 170 + 160 = 493 (100%)
R 163 of 493 ~ 33.06%
G 170 of 493 ~ 34.48%
B 160 of 493 ~ 32.45'%

%33.06
%34.48
%32.45

CMYK color model

#A3AAA0 color CMYK value is (4,0,6,33).

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

CMYK: (4,0,6,33)
C4M0Y6K33 (4%, 0%, 6%, 33%)
(0.04 / 0.00 / 0.06 / 0.33)

CMYK percentages

%4.12
%0
%5.88
%33.33

Codes

Color #A3AAA0 in popluar color models

A3 AA A0
RGB 163 170 160
HSL 102° 5.56% 64.71%
HSB/HSV 102° 5.88% 66.67%
CMYK 4.12% 0.00% 5.88%
33.33%

Color #A3AAA0 in popluar number systems.

HEX A3 AA A0
Decimal 163 170 160
Binary 10100011 10101010 10100000
Octal 243 252 240

Shades and tints

Shades of #A3AAA0

#A3AAA0
(163,170,160)
#959B92
(149,155,146)
#878C84
(135,140,132)
#797D76
(121,125,118)
#6B6E68
(107,110,104)
#5D5F5A
(93,95,90)
#4F504C
(79,80,76)
#41413E
(65,65,62)
#333230
(51,50,48)
#252322
(37,35,34)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #A3AAA0

#A3AAA0
(163,170,160)
#ABB1A8
(171,177,168)
#B3B8B0
(179,184,176)
#BBBFB8
(187,191,184)
#C3C6C0
(195,198,192)
#CBCDC8
(203,205,200)
#D3D4D0
(211,212,208)
#DBDBD8
(219,219,216)
#E3E2E0
(227,226,224)
#EBE9E8
(235,233,232)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3AAA0; }

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

This text font color is #A3AAA0.

Background Color

.myBgColor { background-color: #A3AAA0; }

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

This div background color is #A3AAA0.

Border color

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

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

This div border color is #A3AAA0.

Opacity

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

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

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

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

This text has shadow with #A3AAA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3AAA0.

Preview

Color preview on black background

This text has color #A3AAA0 on black background.


Color preview on white background

This text has color #A3AAA0 on white background.


Black color preview on #A3AAA0 background

This text has black color on #A3AAA0 background.


White color preview on #A3AAA0 background

This text has white color on #A3AAA0 background.


Related colors

Complementary color

Complementary color for #hex is #5C555F.


I love getcolorcode.com

Triadic colors

1 #A0A3AA and #AAA0A3 with #A3AAA0 are triadic colors.

2 #A0AAA3 and #AAA3A0 with #A3AAA0 are triadic colors.