COLOR #A4AAAC

HEX: #A4AAAC RGB: (164,170,172)

Color info

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

RGB color model

#A4AAAC color RGB value is (164,170,172).

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

RGB channels and saturation

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

164
170
172

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

Portions of RGB colors in percentages

R + G + B = 164 + 170 + 172 = 506 (100%)
R 164 of 506 ~ 32.41%
G 170 of 506 ~ 33.6%
B 172 of 506 ~ 33.99'%

%32.41
%33.6
%33.99

CMYK color model

#A4AAAC color CMYK value is (5,1,0,33).

  • cyan value is 4.65%
  • magenta value is 1.16%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (5,1,0,33)
C5M1Y0K33 (5%, 1%, 0%, 33%)
(0.05 / 0.01 / 0.00 / 0.33)

CMYK percentages

%4.65
%1.16
%0
%32.55

Codes

Color #A4AAAC in popluar color models

A4 AA AC
RGB 164 170 172
HSL 195° 4.60% 65.88%
HSB/HSV 195° 4.65% 67.45%
CMYK 4.65% 1.16% 0.00%
32.55%

Color #A4AAAC in popluar number systems.

HEX A4 AA AC
Decimal 164 170 172
Binary 10100100 10101010 10101100
Octal 244 252 254

Shades and tints

Shades of #A4AAAC

#A4AAAC
(164,170,172)
#969B9D
(150,155,157)
#888C8E
(136,140,142)
#7A7D7F
(122,125,127)
#6C6E70
(108,110,112)
#5E5F61
(94,95,97)
#505052
(80,80,82)
#424143
(66,65,67)
#343234
(52,50,52)
#262325
(38,35,37)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #A4AAAC

#A4AAAC
(164,170,172)
#ACB1B3
(172,177,179)
#B4B8BA
(180,184,186)
#BCBFC1
(188,191,193)
#C4C6C8
(196,198,200)
#CCCDCF
(204,205,207)
#D4D4D6
(212,212,214)
#DCDBDD
(220,219,221)
#E4E2E4
(228,226,228)
#ECE9EB
(236,233,235)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AAAC; }

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

This text font color is #A4AAAC.

Background Color

.myBgColor { background-color: #A4AAAC; }

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

This div background color is #A4AAAC.

Border color

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

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

This div border color is #A4AAAC.

Opacity

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

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

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

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

This text has shadow with #A4AAAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4AAAC.

Preview

Color preview on black background

This text has color #A4AAAC on black background.


Color preview on white background

This text has color #A4AAAC on white background.


Black color preview on #A4AAAC background

This text has black color on #A4AAAC background.


White color preview on #A4AAAC background

This text has white color on #A4AAAC background.


Related colors

Complementary color

Complementary color for #hex is #5B5553.


I love getcolorcode.com

Triadic colors

1 #ACA4AA and #AAACA4 with #A4AAAC are triadic colors.

2 #ACAAA4 and #AAA4AC with #A4AAAC are triadic colors.