COLOR #A3969B

HEX: #A3969B
RGB: (163,150,155)

Color info

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

RGB color model

#A3969B color RGB value is (163,150,155).

  • red value is 163;
  • green value is 150;
  • blue value is 155.
RGB:
(163,150,155)
(64%,59%,61%)

RGB channels and saturation

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

163
150
155

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

Portions of RGB colors in percentages

R + G + B =
163 + 150 + 155 = 468 (100%)
R 163 of 468 ~ 34.83%
G 150 of 468 ~ 32.05%
B 155 of 468 ~ 33.12%

%34.83
%32.05
%33.12

CMYK color model

#A3969B color CMYK value is (0,8,5,36).

  • cyan value is 0.00%
  • magenta value is 7.98%
  • yellow value is 4.91%
  • key color value is 36.08%
CMYK:
(0,8,5,36)
C0M8Y5K36 
(0%,8%,5%,36%)
(0.00/0.08/0.05/0.36)	

CMYK percentages

%0
%7.98
%4.91
%36.08

Codes

Color #A3969B in popluar color models

A3969B
RGB163150155
HSL337°6.60%61.37%
HSB/HSV337°7.98%63.92%
CMYK0.00%7.98%4.91%
36.08%

Color #A3969B in popluar number systems.

HEXA3969B
Decimal163150155
Binary101000111001011010011011
Octal243226233

Shades and tints

Shades of #A3969B

#A3969B
(163,150,155)
#95898D
(149,137,141)
#877C7F
(135,124,127)
#796F71
(121,111,113)
#6B6263
(107,98,99)
#5D5555
(93,85,85)
#4F4847
(79,72,71)
#413B39
(65,59,57)
#332E2B
(51,46,43)
#25211D
(37,33,29)
#17140F
(23,20,15)
#000000
(0,0,0)

Tints of #A3969B

#A3969B
(163,150,155)
#AB9FA4
(171,159,164)
#B3A8AD
(179,168,173)
#BBB1B6
(187,177,182)
#C3BABF
(195,186,191)
#CBC3C8
(203,195,200)
#D3CCD1
(211,204,209)
#DBD5DA
(219,213,218)
#E3DEE3
(227,222,227)
#EBE7EC
(235,231,236)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3969B; }

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

This text font color is #A3969B.


Background Color

.myBgColor { background-color: #A3969B; }

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

This div background color is #A3969B.


Border color

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

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

This div border color is #A3969B.


Opacity

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

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

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

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

This text has shadow with #A3969B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3969B on black background.


Color preview on white background

This text has color #A3969B on white background.



Black color preview on #A3969B background

This text has black color on #A3969B background.


White color preview on #A3969B background

This text has white color on #A3969B background.