COLOR #A86373

HEX: #A86373
RGB: (168,99,115)

Color info

#A86373 contains mainly red and blue colors. Web safe color of #A86373 is #996666 (or #966).

RGB color model

#A86373 color RGB value is (168,99,115).

  • red value is 168;
  • green value is 99;
  • blue value is 115.
RGB:
(168,99,115)
(66%,39%,45%)

RGB channels and saturation

R 168 of 255 = 66%
G 99 of 255 = 39%
B 115 of 255 = 45%

168
99
115

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

Portions of RGB colors in percentages

R + G + B =
168 + 99 + 115 = 382 (100%)
R 168 of 382 ~ 43.98%
G 99 of 382 ~ 25.92%
B 115 of 382 ~ 30.1%

%43.98
%25.92
%30.1

CMYK color model

#A86373 color CMYK value is (0,41,32,34).

  • cyan value is 0.00%
  • magenta value is 41.07%
  • yellow value is 31.55%
  • key color value is 34.12%
CMYK:
(0,41,32,34)
C0M41Y32K34 
(0%,41%,32%,34%)
(0.00/0.41/0.32/0.34)	

CMYK percentages

%0
%41.07
%31.55
%34.12

Codes

Color #A86373 in popluar color models

A86373
RGB16899115
HSL346°28.40%52.35%
HSB/HSV346°41.07%65.88%
CMYK0.00%41.07%31.55%
34.12%

Color #A86373 in popluar number systems.

HEXA86373
Decimal16899115
Binary1010100011000111110011
Octal250143163

Shades and tints

Shades of #A86373

#A86373
(168,99,115)
#995A69
(153,90,105)
#8A515F
(138,81,95)
#7B4855
(123,72,85)
#6C3F4B
(108,63,75)
#5D3641
(93,54,65)
#4E2D37
(78,45,55)
#3F242D
(63,36,45)
#301B23
(48,27,35)
#211219
(33,18,25)
#12090F
(18,9,15)
#000000
(0,0,0)

Tints of #A86373

#A86373
(168,99,115)
#AF717F
(175,113,127)
#B67F8B
(182,127,139)
#BD8D97
(189,141,151)
#C49BA3
(196,155,163)
#CBA9AF
(203,169,175)
#D2B7BB
(210,183,187)
#D9C5C7
(217,197,199)
#E0D3D3
(224,211,211)
#E7E1DF
(231,225,223)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A86373 color. Also use rgb(168,99,115) instead hex code.

Text Font Color

.myTextColor { color: #A86373; }

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

This text font color is #A86373.


Background Color

.myBgColor { background-color: #A86373; }

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

This div background color is #A86373.


Border color

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

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

This div border color is #A86373.


Opacity

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

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

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

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

This text has shadow with #A86373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A86373 on black background.


Color preview on white background

This text has color #A86373 on white background.



Black color preview on #A86373 background

This text has black color on #A86373 background.


White color preview on #A86373 background

This text has white color on #A86373 background.