COLOR #A86381

HEX: #A86381
RGB: (168,99,129)

Color info

#A86381 contains mainly red and blue colors. Web safe color of #A86381 is #996699 (or #969).

RGB color model

#A86381 color RGB value is (168,99,129).

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

RGB channels and saturation

R 168 of 255 = 66%
G 99 of 255 = 39%
B 129 of 255 = 51%

168
99
129

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

Portions of RGB colors in percentages

R + G + B =
168 + 99 + 129 = 396 (100%)
R 168 of 396 ~ 42.42%
G 99 of 396 ~ 25%
B 129 of 396 ~ 32.58%

%42.42
%25
%32.58

CMYK color model

#A86381 color CMYK value is (0,41,23,34).

  • cyan value is 0.00%
  • magenta value is 41.07%
  • yellow value is 23.21%
  • key color value is 34.12%
CMYK:
(0,41,23,34)
C0M41Y23K34 
(0%,41%,23%,34%)
(0.00/0.41/0.23/0.34)	

CMYK percentages

%0
%41.07
%23.21
%34.12

Codes

Color #A86381 in popluar color models

A86381
RGB16899129
HSL334°28.40%52.35%
HSB/HSV334°41.07%65.88%
CMYK0.00%41.07%23.21%
34.12%

Color #A86381 in popluar number systems.

HEXA86381
Decimal16899129
Binary10101000110001110000001
Octal250143201

Shades and tints

Shades of #A86381

#A86381
(168,99,129)
#995A76
(153,90,118)
#8A516B
(138,81,107)
#7B4860
(123,72,96)
#6C3F55
(108,63,85)
#5D364A
(93,54,74)
#4E2D3F
(78,45,63)
#3F2434
(63,36,52)
#301B29
(48,27,41)
#21121E
(33,18,30)
#120913
(18,9,19)
#000000
(0,0,0)

Tints of #A86381

#A86381
(168,99,129)
#AF718C
(175,113,140)
#B67F97
(182,127,151)
#BD8DA2
(189,141,162)
#C49BAD
(196,155,173)
#CBA9B8
(203,169,184)
#D2B7C3
(210,183,195)
#D9C5CE
(217,197,206)
#E0D3D9
(224,211,217)
#E7E1E4
(231,225,228)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A86381; }

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

This text font color is #A86381.


Background Color

.myBgColor { background-color: #A86381; }

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

This div background color is #A86381.


Border color

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

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

This div border color is #A86381.


Opacity

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

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

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

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

This text has shadow with #A86381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A86381 on black background.


Color preview on white background

This text has color #A86381 on white background.



Black color preview on #A86381 background

This text has black color on #A86381 background.


White color preview on #A86381 background

This text has white color on #A86381 background.