COLOR #A49CA0

HEX: #A49CA0 RGB: (164,156,160)

Color info

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

RGB color model

#A49CA0 color RGB value is (164,156,160).

RGB: (164,156,160) (64%, 61%, 63%)

RGB channels and saturation

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

164
156
160

R + G + B ~ 63%. #A49CA0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 156 + 160 = 480 (100%)
R 164 of 480 ~ 34.17%
G 156 of 480 ~ 32.5%
B 160 of 480 ~ 33.33'%

%34.17
%32.5
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.88%
  • yellow value is 2.44%
  • key color value is 35.69%

CMYK: (0,5,2,36)
C0M5Y2K36 (0%, 5%, 2%, 36%)
(0.00 / 0.05 / 0.02 / 0.36)

CMYK percentages

%0
%4.88
%2.44
%35.69

Codes

Color #A49CA0 in popluar color models

A4 9C A0
RGB 164 156 160
HSL 330° 4.21% 62.75%
HSB/HSV 330° 4.88% 64.31%
CMYK 0.00% 4.88% 2.44%
35.69%

Color #A49CA0 in popluar number systems.

HEX A4 9C A0
Decimal 164 156 160
Binary 10100100 10011100 10100000
Octal 244 234 240

Shades and tints

Shades of #A49CA0

#A49CA0
(164,156,160)
#968E92
(150,142,146)
#888084
(136,128,132)
#7A7276
(122,114,118)
#6C6468
(108,100,104)
#5E565A
(94,86,90)
#50484C
(80,72,76)
#423A3E
(66,58,62)
#342C30
(52,44,48)
#261E22
(38,30,34)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #A49CA0

#A49CA0
(164,156,160)
#ACA5A8
(172,165,168)
#B4AEB0
(180,174,176)
#BCB7B8
(188,183,184)
#C4C0C0
(196,192,192)
#CCC9C8
(204,201,200)
#D4D2D0
(212,210,208)
#DCDBD8
(220,219,216)
#E4E4E0
(228,228,224)
#ECEDE8
(236,237,232)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49CA0; }

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

This text font color is #A49CA0.

Background Color

.myBgColor { background-color: #A49CA0; }

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

This div background color is #A49CA0.

Border color

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

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

This div border color is #A49CA0.

Opacity

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

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

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

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

This text has shadow with #A49CA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A49CA0.

Preview

Color preview on black background

This text has color #A49CA0 on black background.


Color preview on white background

This text has color #A49CA0 on white background.


Black color preview on #A49CA0 background

This text has black color on #A49CA0 background.


White color preview on #A49CA0 background

This text has white color on #A49CA0 background.


Related colors

Complementary color

Complementary color for #hex is #5B635F.


I love getcolorcode.com

Triadic colors

1 #A0A49C and #9CA0A4 with #A49CA0 are triadic colors.

2 #A09CA4 and #9CA4A0 with #A49CA0 are triadic colors.