COLOR #A3969C

HEX: #A3969C RGB: (163,150,156)

Color info

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

RGB color model

#A3969C color RGB value is (163,150,156).

RGB: (163,150,156) (64%, 59%, 61%)

RGB channels and saturation

R 163 of 255 = 64%
G 150 of 255 = 59%
B 156 of 255 = 61%

163
150
156

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

Portions of RGB colors in percentages

R + G + B = 163 + 150 + 156 = 469 (100%)
R 163 of 469 ~ 34.75%
G 150 of 469 ~ 31.98%
B 156 of 469 ~ 33.26'%

%34.75
%31.98
%33.26

CMYK color model

#A3969C color CMYK value is (0,8,4,36).

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

CMYK: (0,8,4,36)
C0M8Y4K36 (0%, 8%, 4%, 36%)
(0.00 / 0.08 / 0.04 / 0.36)

CMYK percentages

%0
%7.98
%4.29
%36.08

Codes

Color #A3969C in popluar color models

A3 96 9C
RGB 163 150 156
HSL 332° 6.60% 61.37%
HSB/HSV 332° 7.98% 63.92%
CMYK 0.00% 7.98% 4.29%
36.08%

Color #A3969C in popluar number systems.

HEX A3 96 9C
Decimal 163 150 156
Binary 10100011 10010110 10011100
Octal 243 226 234

Shades and tints

Shades of #A3969C

#A3969C
(163,150,156)
#95898E
(149,137,142)
#877C80
(135,124,128)
#796F72
(121,111,114)
#6B6264
(107,98,100)
#5D5556
(93,85,86)
#4F4848
(79,72,72)
#413B3A
(65,59,58)
#332E2C
(51,46,44)
#25211E
(37,33,30)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #A3969C

#A3969C
(163,150,156)
#AB9FA5
(171,159,165)
#B3A8AE
(179,168,174)
#BBB1B7
(187,177,183)
#C3BAC0
(195,186,192)
#CBC3C9
(203,195,201)
#D3CCD2
(211,204,210)
#DBD5DB
(219,213,219)
#E3DEE4
(227,222,228)
#EBE7ED
(235,231,237)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3969C; }

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

This text font color is #A3969C.

Background Color

.myBgColor { background-color: #A3969C; }

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

This div background color is #A3969C.

Border color

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

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

This div border color is #A3969C.

Opacity

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

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

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

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

This text has shadow with #A3969C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3969C.

Preview

Color preview on black background

This text has color #A3969C on black background.


Color preview on white background

This text has color #A3969C on white background.


Black color preview on #A3969C background

This text has black color on #A3969C background.


White color preview on #A3969C background

This text has white color on #A3969C background.


Related colors

Complementary color

Complementary color for #hex is #5C6963.


I love getcolorcode.com

Triadic colors

1 #9CA396 and #969CA3 with #A3969C are triadic colors.

2 #9C96A3 and #96A39C with #A3969C are triadic colors.