COLOR #A3869B

HEX: #A3869B
RGB: (163,134,155)

Color info

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

RGB color model

#A3869B color RGB value is (163,134,155).

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

RGB channels and saturation

R 163 of 255 = 64%
G 134 of 255 = 53%
B 155 of 255 = 61%

163
134
155

R + G + B ~ 59%. #A3869B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
163 + 134 + 155 = 452 (100%)
R 163 of 452 ~ 36.06%
G 134 of 452 ~ 29.65%
B 155 of 452 ~ 34.29%

%36.06
%29.65
%34.29

CMYK color model

#A3869B color CMYK value is (0,18,5,36).

  • cyan value is 0.00%
  • magenta value is 17.79%
  • yellow value is 4.91%
  • key color value is 36.08%
CMYK:
(0,18,5,36)
C0M18Y5K36 
(0%,18%,5%,36%)
(0.00/0.18/0.05/0.36)	

CMYK percentages

%0
%17.79
%4.91
%36.08

Codes

Color #A3869B in popluar color models

A3869B
RGB163134155
HSL317°13.62%58.24%
HSB/HSV317°17.79%63.92%
CMYK0.00%17.79%4.91%
36.08%

Color #A3869B in popluar number systems.

HEXA3869B
Decimal163134155
Binary101000111000011010011011
Octal243206233

Shades and tints

Shades of #A3869B

#A3869B
(163,134,155)
#957A8D
(149,122,141)
#876E7F
(135,110,127)
#796271
(121,98,113)
#6B5663
(107,86,99)
#5D4A55
(93,74,85)
#4F3E47
(79,62,71)
#413239
(65,50,57)
#33262B
(51,38,43)
#251A1D
(37,26,29)
#170E0F
(23,14,15)
#000000
(0,0,0)

Tints of #A3869B

#A3869B
(163,134,155)
#AB91A4
(171,145,164)
#B39CAD
(179,156,173)
#BBA7B6
(187,167,182)
#C3B2BF
(195,178,191)
#CBBDC8
(203,189,200)
#D3C8D1
(211,200,209)
#DBD3DA
(219,211,218)
#E3DEE3
(227,222,227)
#EBE9EC
(235,233,236)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3869B; }

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

This text font color is #A3869B.


Background Color

.myBgColor { background-color: #A3869B; }

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

This div background color is #A3869B.


Border color

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

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

This div border color is #A3869B.


Opacity

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

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

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

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

This text has shadow with #A3869B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3869B on black background.


Color preview on white background

This text has color #A3869B on white background.



Black color preview on #A3869B background

This text has black color on #A3869B background.


White color preview on #A3869B background

This text has white color on #A3869B background.