COLOR #A4969F

HEX: #A4969F RGB: (164,150,159)

Color info

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

RGB color model

#A4969F color RGB value is (164,150,159).

RGB: (164,150,159) (64%, 59%, 62%)

RGB channels and saturation

R 164 of 255 = 64%
G 150 of 255 = 59%
B 159 of 255 = 62%

164
150
159

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

Portions of RGB colors in percentages

R + G + B = 164 + 150 + 159 = 473 (100%)
R 164 of 473 ~ 34.67%
G 150 of 473 ~ 31.71%
B 159 of 473 ~ 33.62'%

%34.67
%31.71
%33.62

CMYK color model

#A4969F color CMYK value is (0,9,3,36).

  • cyan value is 0.00%
  • magenta value is 8.54%
  • yellow value is 3.05%
  • key color value is 35.69%

CMYK: (0,9,3,36)
C0M9Y3K36 (0%, 9%, 3%, 36%)
(0.00 / 0.09 / 0.03 / 0.36)

CMYK percentages

%0
%8.54
%3.05
%35.69

Codes

Color #A4969F in popluar color models

A4 96 9F
RGB 164 150 159
HSL 321° 7.14% 61.57%
HSB/HSV 321° 8.54% 64.31%
CMYK 0.00% 8.54% 3.05%
35.69%

Color #A4969F in popluar number systems.

HEX A4 96 9F
Decimal 164 150 159
Binary 10100100 10010110 10011111
Octal 244 226 237

Shades and tints

Shades of #A4969F

#A4969F
(164,150,159)
#968991
(150,137,145)
#887C83
(136,124,131)
#7A6F75
(122,111,117)
#6C6267
(108,98,103)
#5E5559
(94,85,89)
#50484B
(80,72,75)
#423B3D
(66,59,61)
#342E2F
(52,46,47)
#262121
(38,33,33)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #A4969F

#A4969F
(164,150,159)
#AC9FA7
(172,159,167)
#B4A8AF
(180,168,175)
#BCB1B7
(188,177,183)
#C4BABF
(196,186,191)
#CCC3C7
(204,195,199)
#D4CCCF
(212,204,207)
#DCD5D7
(220,213,215)
#E4DEDF
(228,222,223)
#ECE7E7
(236,231,231)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4969F; }

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

This text font color is #A4969F.

Background Color

.myBgColor { background-color: #A4969F; }

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

This div background color is #A4969F.

Border color

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

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

This div border color is #A4969F.

Opacity

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

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

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

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

This text has shadow with #A4969F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4969F.

Preview

Color preview on black background

This text has color #A4969F on black background.


Color preview on white background

This text has color #A4969F on white background.


Black color preview on #A4969F background

This text has black color on #A4969F background.


White color preview on #A4969F background

This text has white color on #A4969F background.


Related colors

Complementary color

Complementary color for #hex is #5B6960.


I love getcolorcode.com

Triadic colors

1 #9FA496 and #969FA4 with #A4969F are triadic colors.

2 #9F96A4 and #96A49F with #A4969F are triadic colors.