COLOR #A3AC9D

HEX: #A3AC9D RGB: (163,172,157)

Color info

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

RGB color model

#A3AC9D color RGB value is (163,172,157).

RGB: (163,172,157) (64%, 67%, 62%)

RGB channels and saturation

R 163 of 255 = 64%
G 172 of 255 = 67%
B 157 of 255 = 62%

163
172
157

R + G + B ~ 64%. #A3AC9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 172 + 157 = 492 (100%)
R 163 of 492 ~ 33.13%
G 172 of 492 ~ 34.96%
B 157 of 492 ~ 31.91'%

%33.13
%34.96
%31.91

CMYK color model

#A3AC9D color CMYK value is (5,0,9,33).

  • cyan value is 5.23%
  • magenta value is 0.00%
  • yellow value is 8.72%
  • key color value is 32.55%
CMYK: (5,0,9,33) C5M0Y9K33 (5%,0%,9%,33%) (0.05/0.00/0.09/0.33) 

CMYK percentages

%5.23
%0
%8.72
%32.55

Codes

Color #A3AC9D in popluar color models

A3 AC 9D
RGB 163 172 157
HSL 96° 8.29% 64.51%
HSB/HSV 96° 8.72% 67.45%
CMYK 5.23% 0.00% 8.72%
32.55%

Color #A3AC9D in popluar number systems.

HEX A3 AC 9D
Decimal 163 172 157
Binary 10100011 10101100 10011101
Octal 243 254 235

Shades and tints

Shades of #A3AC9D

#A3AC9D
(163,172,157)
#959D8F
(149,157,143)
#878E81
(135,142,129)
#797F73
(121,127,115)
#6B7065
(107,112,101)
#5D6157
(93,97,87)
#4F5249
(79,82,73)
#41433B
(65,67,59)
#33342D
(51,52,45)
#25251F
(37,37,31)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #A3AC9D

#A3AC9D
(163,172,157)
#ABB3A5
(171,179,165)
#B3BAAD
(179,186,173)
#BBC1B5
(187,193,181)
#C3C8BD
(195,200,189)
#CBCFC5
(203,207,197)
#D3D6CD
(211,214,205)
#DBDDD5
(219,221,213)
#E3E4DD
(227,228,221)
#EBEBE5
(235,235,229)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3AC9D color. Also use rgb(163,172,157) instead hex code.

Text Font Color

.myTextColor { color: #A3AC9D; }

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

This text font color is #A3AC9D.

Background Color

.myBgColor { background-color: #A3AC9D; }

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

This div background color is #A3AC9D.

Border color

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

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

This div border color is #A3AC9D.

Opacity

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

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

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

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

This text has shadow with #A3AC9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3AC9D.

Preview

Color preview on black background

This text has color #A3AC9D on black background.


Color preview on white background

This text has color #A3AC9D on white background.


Black color preview on #A3AC9D background

This text has black color on #A3AC9D background.


White color preview on #A3AC9D background

This text has white color on #A3AC9D background.


Related colors

Complementary color

Complementary color for #hex is #5C5362.


I love getcolorcode.com

Triadic colors

1 #9DA3AC and #AC9DA3 with #A3AC9D are triadic colors.

2 #9DACA3 and #ACA39D with #A3AC9D are triadic colors.