COLOR #A3AAA4

HEX: #A3AAA4 RGB: (163,170,164)

Color info

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

RGB color model

#A3AAA4 color RGB value is (163,170,164).

RGB: (163,170,164) (64%, 67%, 64%)

RGB channels and saturation

R 163 of 255 = 64%
G 170 of 255 = 67%
B 164 of 255 = 64%

163
170
164

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

Portions of RGB colors in percentages

R + G + B = 163 + 170 + 164 = 497 (100%)
R 163 of 497 ~ 32.8%
G 170 of 497 ~ 34.21%
B 164 of 497 ~ 33'%

%32.8
%34.21
%33

CMYK color model

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

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

CMYK: (4,0,4,33)
C4M0Y4K33 (4%, 0%, 4%, 33%)
(0.04 / 0.00 / 0.04 / 0.33)

CMYK percentages

%4.12
%0
%3.53
%33.33

Codes

Color #A3AAA4 in popluar color models

A3 AA A4
RGB 163 170 164
HSL 129° 3.95% 65.29%
HSB/HSV 129° 4.12% 66.67%
CMYK 4.12% 0.00% 3.53%
33.33%

Color #A3AAA4 in popluar number systems.

HEX A3 AA A4
Decimal 163 170 164
Binary 10100011 10101010 10100100
Octal 243 252 244

Shades and tints

Shades of #A3AAA4

#A3AAA4
(163,170,164)
#959B96
(149,155,150)
#878C88
(135,140,136)
#797D7A
(121,125,122)
#6B6E6C
(107,110,108)
#5D5F5E
(93,95,94)
#4F5050
(79,80,80)
#414142
(65,65,66)
#333234
(51,50,52)
#252326
(37,35,38)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #A3AAA4

#A3AAA4
(163,170,164)
#ABB1AC
(171,177,172)
#B3B8B4
(179,184,180)
#BBBFBC
(187,191,188)
#C3C6C4
(195,198,196)
#CBCDCC
(203,205,204)
#D3D4D4
(211,212,212)
#DBDBDC
(219,219,220)
#E3E2E4
(227,226,228)
#EBE9EC
(235,233,236)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3AAA4; }

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

This text font color is #A3AAA4.

Background Color

.myBgColor { background-color: #A3AAA4; }

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

This div background color is #A3AAA4.

Border color

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

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

This div border color is #A3AAA4.

Opacity

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

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

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

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

This text has shadow with #A3AAA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3AAA4.

Preview

Color preview on black background

This text has color #A3AAA4 on black background.


Color preview on white background

This text has color #A3AAA4 on white background.


Black color preview on #A3AAA4 background

This text has black color on #A3AAA4 background.


White color preview on #A3AAA4 background

This text has white color on #A3AAA4 background.


Related colors

Complementary color

Complementary color for #hex is #5C555B.


I love getcolorcode.com

Triadic colors

1 #A4A3AA and #AAA4A3 with #A3AAA4 are triadic colors.

2 #A4AAA3 and #AAA3A4 with #A3AAA4 are triadic colors.