COLOR #A4959C

HEX: #A4959C RGB: (164,149,156)

Color info

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

RGB color model

#A4959C color RGB value is (164,149,156).

RGB: (164,149,156) (64%, 58%, 61%)

RGB channels and saturation

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

164
149
156

R + G + B ~ 61%. #A4959C is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 149 + 156 = 469 (100%)
R 164 of 469 ~ 34.97%
G 149 of 469 ~ 31.77%
B 156 of 469 ~ 33.26'%

%34.97
%31.77
%33.26

CMYK color model

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

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

CMYK: (0,9,5,36)
C0M9Y5K36 (0%, 9%, 5%, 36%)
(0.00 / 0.09 / 0.05 / 0.36)

CMYK percentages

%0
%9.15
%4.88
%35.69

Codes

Color #A4959C in popluar color models

A4 95 9C
RGB 164 149 156
HSL 332° 7.61% 61.37%
HSB/HSV 332° 9.15% 64.31%
CMYK 0.00% 9.15% 4.88%
35.69%

Color #A4959C in popluar number systems.

HEX A4 95 9C
Decimal 164 149 156
Binary 10100100 10010101 10011100
Octal 244 225 234

Shades and tints

Shades of #A4959C

#A4959C
(164,149,156)
#96888E
(150,136,142)
#887B80
(136,123,128)
#7A6E72
(122,110,114)
#6C6164
(108,97,100)
#5E5456
(94,84,86)
#504748
(80,71,72)
#423A3A
(66,58,58)
#342D2C
(52,45,44)
#26201E
(38,32,30)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #A4959C

#A4959C
(164,149,156)
#AC9EA5
(172,158,165)
#B4A7AE
(180,167,174)
#BCB0B7
(188,176,183)
#C4B9C0
(196,185,192)
#CCC2C9
(204,194,201)
#D4CBD2
(212,203,210)
#DCD4DB
(220,212,219)
#E4DDE4
(228,221,228)
#ECE6ED
(236,230,237)
#F4EFF6
(244,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4959C; }

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

This text font color is #A4959C.

Background Color

.myBgColor { background-color: #A4959C; }

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

This div background color is #A4959C.

Border color

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

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

This div border color is #A4959C.

Opacity

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

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

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

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

This text has shadow with #A4959C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4959C.

Preview

Color preview on black background

This text has color #A4959C on black background.


Color preview on white background

This text has color #A4959C on white background.


Black color preview on #A4959C background

This text has black color on #A4959C background.


White color preview on #A4959C background

This text has white color on #A4959C background.


Related colors

Complementary color

Complementary color for #hex is #5B6A63.


I love getcolorcode.com

Triadic colors

1 #9CA495 and #959CA4 with #A4959C are triadic colors.

2 #9C95A4 and #95A49C with #A4959C are triadic colors.