COLOR #A4969E

HEX: #A4969E RGB: (164,150,158)

Color info

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

RGB color model

#A4969E color RGB value is (164,150,158).

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

RGB channels and saturation

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

164
150
158

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

Portions of RGB colors in percentages

R + G + B = 164 + 150 + 158 = 472 (100%)
R 164 of 472 ~ 34.75%
G 150 of 472 ~ 31.78%
B 158 of 472 ~ 33.47'%

%34.75
%31.78
%33.47

CMYK color model

#A4969E color CMYK value is (0,9,4,36).

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

CMYK: (0,9,4,36)
C0M9Y4K36 (0%, 9%, 4%, 36%)
(0.00 / 0.09 / 0.04 / 0.36)

CMYK percentages

%0
%8.54
%3.66
%35.69

Codes

Color #A4969E in popluar color models

A4 96 9E
RGB 164 150 158
HSL 326° 7.14% 61.57%
HSB/HSV 326° 8.54% 64.31%
CMYK 0.00% 8.54% 3.66%
35.69%

Color #A4969E in popluar number systems.

HEX A4 96 9E
Decimal 164 150 158
Binary 10100100 10010110 10011110
Octal 244 226 236

Shades and tints

Shades of #A4969E

#A4969E
(164,150,158)
#968990
(150,137,144)
#887C82
(136,124,130)
#7A6F74
(122,111,116)
#6C6266
(108,98,102)
#5E5558
(94,85,88)
#50484A
(80,72,74)
#423B3C
(66,59,60)
#342E2E
(52,46,46)
#262120
(38,33,32)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #A4969E

#A4969E
(164,150,158)
#AC9FA6
(172,159,166)
#B4A8AE
(180,168,174)
#BCB1B6
(188,177,182)
#C4BABE
(196,186,190)
#CCC3C6
(204,195,198)
#D4CCCE
(212,204,206)
#DCD5D6
(220,213,214)
#E4DEDE
(228,222,222)
#ECE7E6
(236,231,230)
#F4F0EE
(244,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4969E; }

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

This text font color is #A4969E.

Background Color

.myBgColor { background-color: #A4969E; }

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

This div background color is #A4969E.

Border color

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

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

This div border color is #A4969E.

Opacity

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

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

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

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

This text has shadow with #A4969E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4969E.

Preview

Color preview on black background

This text has color #A4969E on black background.


Color preview on white background

This text has color #A4969E on white background.


Black color preview on #A4969E background

This text has black color on #A4969E background.


White color preview on #A4969E background

This text has white color on #A4969E background.


Related colors

Complementary color

Complementary color for #hex is #5B6961.


I love getcolorcode.com

Triadic colors

1 #9EA496 and #969EA4 with #A4969E are triadic colors.

2 #9E96A4 and #96A49E with #A4969E are triadic colors.