COLOR #A3868A

HEX: #A3868A
RGB: (163,134,138)

Color info

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

RGB color model

#A3868A color RGB value is (163,134,138).

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

RGB channels and saturation

R 163 of 255 = 64%
G 134 of 255 = 53%
B 138 of 255 = 54%

163
134
138

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

Portions of RGB colors in percentages

R + G + B =
163 + 134 + 138 = 435 (100%)
R 163 of 435 ~ 37.47%
G 134 of 435 ~ 30.8%
B 138 of 435 ~ 31.72%

%37.47
%30.8
%31.72

CMYK color model

#A3868A color CMYK value is (0,18,15,36).

  • cyan value is 0.00%
  • magenta value is 17.79%
  • yellow value is 15.34%
  • key color value is 36.08%
CMYK:
(0,18,15,36)
C0M18Y15K36 
(0%,18%,15%,36%)
(0.00/0.18/0.15/0.36)	

CMYK percentages

%0
%17.79
%15.34
%36.08

Codes

Color #A3868A in popluar color models

A3868A
RGB163134138
HSL352°13.62%58.24%
HSB/HSV352°17.79%63.92%
CMYK0.00%17.79%15.34%
36.08%

Color #A3868A in popluar number systems.

HEXA3868A
Decimal163134138
Binary101000111000011010001010
Octal243206212

Shades and tints

Shades of #A3868A

#A3868A
(163,134,138)
#957A7E
(149,122,126)
#876E72
(135,110,114)
#796266
(121,98,102)
#6B565A
(107,86,90)
#5D4A4E
(93,74,78)
#4F3E42
(79,62,66)
#413236
(65,50,54)
#33262A
(51,38,42)
#251A1E
(37,26,30)
#170E12
(23,14,18)
#000000
(0,0,0)

Tints of #A3868A

#A3868A
(163,134,138)
#AB9194
(171,145,148)
#B39C9E
(179,156,158)
#BBA7A8
(187,167,168)
#C3B2B2
(195,178,178)
#CBBDBC
(203,189,188)
#D3C8C6
(211,200,198)
#DBD3D0
(219,211,208)
#E3DEDA
(227,222,218)
#EBE9E4
(235,233,228)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3868A; }

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

This text font color is #A3868A.


Background Color

.myBgColor { background-color: #A3868A; }

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

This div background color is #A3868A.


Border color

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

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

This div border color is #A3868A.


Opacity

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

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

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

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

This text has shadow with #A3868A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3868A on black background.


Color preview on white background

This text has color #A3868A on white background.



Black color preview on #A3868A background

This text has black color on #A3868A background.


White color preview on #A3868A background

This text has white color on #A3868A background.