COLOR #A3858C

HEX: #A3858C
RGB: (163,133,140)

Color info

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

RGB color model

#A3858C color RGB value is (163,133,140).

  • red value is 163;
  • green value is 133;
  • blue value is 140.
RGB:
(163,133,140)
(64%,52%,55%)

RGB channels and saturation

R 163 of 255 = 64%
G 133 of 255 = 52%
B 140 of 255 = 55%

163
133
140

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

Portions of RGB colors in percentages

R + G + B =
163 + 133 + 140 = 436 (100%)
R 163 of 436 ~ 37.39%
G 133 of 436 ~ 30.5%
B 140 of 436 ~ 32.11%

%37.39
%30.5
%32.11

CMYK color model

#A3858C color CMYK value is (0,18,14,36).

  • cyan value is 0.00%
  • magenta value is 18.40%
  • yellow value is 14.11%
  • key color value is 36.08%
CMYK:
(0,18,14,36)
C0M18Y14K36 
(0%,18%,14%,36%)
(0.00/0.18/0.14/0.36)	

CMYK percentages

%0
%18.4
%14.11
%36.08

Codes

Color #A3858C in popluar color models

A3858C
RGB163133140
HSL346°14.02%58.04%
HSB/HSV346°18.40%63.92%
CMYK0.00%18.40%14.11%
36.08%

Color #A3858C in popluar number systems.

HEXA3858C
Decimal163133140
Binary101000111000010110001100
Octal243205214

Shades and tints

Shades of #A3858C

#A3858C
(163,133,140)
#957980
(149,121,128)
#876D74
(135,109,116)
#796168
(121,97,104)
#6B555C
(107,85,92)
#5D4950
(93,73,80)
#4F3D44
(79,61,68)
#413138
(65,49,56)
#33252C
(51,37,44)
#251920
(37,25,32)
#170D14
(23,13,20)
#000000
(0,0,0)

Tints of #A3858C

#A3858C
(163,133,140)
#AB9096
(171,144,150)
#B39BA0
(179,155,160)
#BBA6AA
(187,166,170)
#C3B1B4
(195,177,180)
#CBBCBE
(203,188,190)
#D3C7C8
(211,199,200)
#DBD2D2
(219,210,210)
#E3DDDC
(227,221,220)
#EBE8E6
(235,232,230)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3858C color. Also use rgb(163,133,140) instead hex code.

Text Font Color

.myTextColor { color: #A3858C; }

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

This text font color is #A3858C.


Background Color

.myBgColor { background-color: #A3858C; }

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

This div background color is #A3858C.


Border color

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

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

This div border color is #A3858C.


Opacity

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

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

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

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

This text has shadow with #A3858C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3858C on black background.


Color preview on white background

This text has color #A3858C on white background.



Black color preview on #A3858C background

This text has black color on #A3858C background.


White color preview on #A3858C background

This text has white color on #A3858C background.