COLOR #A3969F

HEX: #A3969F RGB: (163,150,159)

Color info

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

RGB color model

#A3969F color RGB value is (163,150,159).

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

RGB channels and saturation

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

163
150
159

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

Portions of RGB colors in percentages

R + G + B = 163 + 150 + 159 = 472 (100%)
R 163 of 472 ~ 34.53%
G 150 of 472 ~ 31.78%
B 159 of 472 ~ 33.69'%

%34.53
%31.78
%33.69

CMYK color model

#A3969F color CMYK value is (0,8,2,36).

  • cyan value is 0.00%
  • magenta value is 7.98%
  • yellow value is 2.45%
  • key color value is 36.08%

CMYK: (0,8,2,36)
C0M8Y2K36 (0%, 8%, 2%, 36%)
(0.00 / 0.08 / 0.02 / 0.36)

CMYK percentages

%0
%7.98
%2.45
%36.08

Codes

Color #A3969F in popluar color models

A3 96 9F
RGB 163 150 159
HSL 318° 6.60% 61.37%
HSB/HSV 318° 7.98% 63.92%
CMYK 0.00% 7.98% 2.45%
36.08%

Color #A3969F in popluar number systems.

HEX A3 96 9F
Decimal 163 150 159
Binary 10100011 10010110 10011111
Octal 243 226 237

Shades and tints

Shades of #A3969F

#A3969F
(163,150,159)
#958991
(149,137,145)
#877C83
(135,124,131)
#796F75
(121,111,117)
#6B6267
(107,98,103)
#5D5559
(93,85,89)
#4F484B
(79,72,75)
#413B3D
(65,59,61)
#332E2F
(51,46,47)
#252121
(37,33,33)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #A3969F

#A3969F
(163,150,159)
#AB9FA7
(171,159,167)
#B3A8AF
(179,168,175)
#BBB1B7
(187,177,183)
#C3BABF
(195,186,191)
#CBC3C7
(203,195,199)
#D3CCCF
(211,204,207)
#DBD5D7
(219,213,215)
#E3DEDF
(227,222,223)
#EBE7E7
(235,231,231)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3969F; }

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

This text font color is #A3969F.

Background Color

.myBgColor { background-color: #A3969F; }

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

This div background color is #A3969F.

Border color

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

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

This div border color is #A3969F.

Opacity

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

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

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

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

This text has shadow with #A3969F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3969F.

Preview

Color preview on black background

This text has color #A3969F on black background.


Color preview on white background

This text has color #A3969F on white background.


Black color preview on #A3969F background

This text has black color on #A3969F background.


White color preview on #A3969F background

This text has white color on #A3969F background.


Related colors

Complementary color

Complementary color for #hex is #5C6960.


I love getcolorcode.com

Triadic colors

1 #9FA396 and #969FA3 with #A3969F are triadic colors.

2 #9F96A3 and #96A39F with #A3969F are triadic colors.