COLOR #A49CAF

HEX: #A49CAF
RGB: (164,156,175)

Color info

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

RGB color model

#A49CAF color RGB value is (164,156,175).

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

RGB channels and saturation

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

164
156
175

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

Portions of RGB colors in percentages

R + G + B =
164 + 156 + 175 = 495 (100%)
R 164 of 495 ~ 33.13%
G 156 of 495 ~ 31.52%
B 175 of 495 ~ 35.35%

%33.13
%31.52
%35.35

CMYK color model

#A49CAF color CMYK value is (6,11,0,31).

  • cyan value is 6.29%
  • magenta value is 10.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(6,11,0,31)
C6M11Y0K31 
(6%,11%,0%,31%)
(0.06/0.11/0.00/0.31)	

CMYK percentages

%6.29
%10.86
%0
%31.37

Codes

Color #A49CAF in popluar color models

A49CAF
RGB164156175
HSL265°10.61%64.90%
HSB/HSV265°10.86%68.63%
CMYK6.29%10.86%0.00%
31.37%

Color #A49CAF in popluar number systems.

HEXA49CAF
Decimal164156175
Binary101001001001110010101111
Octal244234257

Shades and tints

Shades of #A49CAF

#A49CAF
(164,156,175)
#968EA0
(150,142,160)
#888091
(136,128,145)
#7A7282
(122,114,130)
#6C6473
(108,100,115)
#5E5664
(94,86,100)
#504855
(80,72,85)
#423A46
(66,58,70)
#342C37
(52,44,55)
#261E28
(38,30,40)
#181019
(24,16,25)
#000000
(0,0,0)

Tints of #A49CAF

#A49CAF
(164,156,175)
#ACA5B6
(172,165,182)
#B4AEBD
(180,174,189)
#BCB7C4
(188,183,196)
#C4C0CB
(196,192,203)
#CCC9D2
(204,201,210)
#D4D2D9
(212,210,217)
#DCDBE0
(220,219,224)
#E4E4E7
(228,228,231)
#ECEDEE
(236,237,238)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49CAF; }

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

This text font color is #A49CAF.


Background Color

.myBgColor { background-color: #A49CAF; }

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

This div background color is #A49CAF.


Border color

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

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

This div border color is #A49CAF.


Opacity

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

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

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

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

This text has shadow with #A49CAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49CAF on black background.


Color preview on white background

This text has color #A49CAF on white background.



Black color preview on #A49CAF background

This text has black color on #A49CAF background.


White color preview on #A49CAF background

This text has white color on #A49CAF background.