COLOR #A49C9C

HEX: #A49C9C
RGB: (164,156,156)

Color info

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

RGB color model

#A49C9C color RGB value is (164,156,156).

  • red value is 164;
  • green value is 156;
  • blue value is 156.
RGB:
(164,156,156)
(64%,61%,61%)

RGB channels and saturation

R 164 of 255 = 64%
G 156 of 255 = 61%
B 156 of 255 = 61%

164
156
156

R + G + B ~ 62%. #A49C9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 156 + 156 = 476 (100%)
R 164 of 476 ~ 34.45%
G 156 of 476 ~ 32.77%
B 156 of 476 ~ 32.77%

%34.45
%32.77
%32.77

CMYK color model

#A49C9C color CMYK value is (0,5,5,36).

  • cyan value is 0.00%
  • magenta value is 4.88%
  • yellow value is 4.88%
  • key color value is 35.69%
CMYK:
(0,5,5,36)
C0M5Y5K36 
(0%,5%,5%,36%)
(0.00/0.05/0.05/0.36)	

CMYK percentages

%0
%4.88
%4.88
%35.69

Codes

Color #A49C9C in popluar color models

A49C9C
RGB164156156
HSL4.21%62.75%
HSB/HSV4.88%64.31%
CMYK0.00%4.88%4.88%
35.69%

Color #A49C9C in popluar number systems.

HEXA49C9C
Decimal164156156
Binary101001001001110010011100
Octal244234234

Shades and tints

Shades of #A49C9C

#A49C9C
(164,156,156)
#968E8E
(150,142,142)
#888080
(136,128,128)
#7A7272
(122,114,114)
#6C6464
(108,100,100)
#5E5656
(94,86,86)
#504848
(80,72,72)
#423A3A
(66,58,58)
#342C2C
(52,44,44)
#261E1E
(38,30,30)
#181010
(24,16,16)
#000000
(0,0,0)

Tints of #A49C9C

#A49C9C
(164,156,156)
#ACA5A5
(172,165,165)
#B4AEAE
(180,174,174)
#BCB7B7
(188,183,183)
#C4C0C0
(196,192,192)
#CCC9C9
(204,201,201)
#D4D2D2
(212,210,210)
#DCDBDB
(220,219,219)
#E4E4E4
(228,228,228)
#ECEDED
(236,237,237)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49C9C; }

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

This text font color is #A49C9C.


Background Color

.myBgColor { background-color: #A49C9C; }

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

This div background color is #A49C9C.


Border color

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

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

This div border color is #A49C9C.


Opacity

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

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

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

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

This text has shadow with #A49C9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49C9C on black background.


Color preview on white background

This text has color #A49C9C on white background.



Black color preview on #A49C9C background

This text has black color on #A49C9C background.


White color preview on #A49C9C background

This text has white color on #A49C9C background.