COLOR #A4ACA7

HEX: #A4ACA7 RGB: (164,172,167)

Color info

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

RGB color model

#A4ACA7 color RGB value is (164,172,167).

RGB: (164,172,167) (64%, 67%, 65%)

RGB channels and saturation

R 164 of 255 = 64%
G 172 of 255 = 67%
B 167 of 255 = 65%

164
172
167

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

Portions of RGB colors in percentages

R + G + B = 164 + 172 + 167 = 503 (100%)
R 164 of 503 ~ 32.6%
G 172 of 503 ~ 34.19%
B 167 of 503 ~ 33.2'%

%32.6
%34.19
%33.2

CMYK color model

#A4ACA7 color CMYK value is (5,0,3,33).

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

CMYK: (5,0,3,33)
C5M0Y3K33 (5%, 0%, 3%, 33%)
(0.05 / 0.00 / 0.03 / 0.33)

CMYK percentages

%4.65
%0
%2.91
%32.55

Codes

Color #A4ACA7 in popluar color models

A4 AC A7
RGB 164 172 167
HSL 143° 4.60% 65.88%
HSB/HSV 143° 4.65% 67.45%
CMYK 4.65% 0.00% 2.91%
32.55%

Color #A4ACA7 in popluar number systems.

HEX A4 AC A7
Decimal 164 172 167
Binary 10100100 10101100 10100111
Octal 244 254 247

Shades and tints

Shades of #A4ACA7

#A4ACA7
(164,172,167)
#969D98
(150,157,152)
#888E89
(136,142,137)
#7A7F7A
(122,127,122)
#6C706B
(108,112,107)
#5E615C
(94,97,92)
#50524D
(80,82,77)
#42433E
(66,67,62)
#34342F
(52,52,47)
#262520
(38,37,32)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #A4ACA7

#A4ACA7
(164,172,167)
#ACB3AF
(172,179,175)
#B4BAB7
(180,186,183)
#BCC1BF
(188,193,191)
#C4C8C7
(196,200,199)
#CCCFCF
(204,207,207)
#D4D6D7
(212,214,215)
#DCDDDF
(220,221,223)
#E4E4E7
(228,228,231)
#ECEBEF
(236,235,239)
#F4F2F7
(244,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4ACA7; }

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

This text font color is #A4ACA7.

Background Color

.myBgColor { background-color: #A4ACA7; }

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

This div background color is #A4ACA7.

Border color

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

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

This div border color is #A4ACA7.

Opacity

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

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

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

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

This text has shadow with #A4ACA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4ACA7.

Preview

Color preview on black background

This text has color #A4ACA7 on black background.


Color preview on white background

This text has color #A4ACA7 on white background.


Black color preview on #A4ACA7 background

This text has black color on #A4ACA7 background.


White color preview on #A4ACA7 background

This text has white color on #A4ACA7 background.


Related colors

Complementary color

Complementary color for #hex is #5B5358.


I love getcolorcode.com

Triadic colors

1 #A7A4AC and #ACA7A4 with #A4ACA7 are triadic colors.

2 #A7ACA4 and #ACA4A7 with #A4ACA7 are triadic colors.