COLOR #A86685

HEX: #A86685
RGB: (168,102,133)

Color info

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

RGB color model

#A86685 color RGB value is (168,102,133).

  • red value is 168;
  • green value is 102;
  • blue value is 133.
RGB:
(168,102,133)
(66%,40%,52%)

RGB channels and saturation

R 168 of 255 = 66%
G 102 of 255 = 40%
B 133 of 255 = 52%

168
102
133

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

Portions of RGB colors in percentages

R + G + B =
168 + 102 + 133 = 403 (100%)
R 168 of 403 ~ 41.69%
G 102 of 403 ~ 25.31%
B 133 of 403 ~ 33%

%41.69
%25.31
%33

CMYK color model

#A86685 color CMYK value is (0,39,21,34).

  • cyan value is 0.00%
  • magenta value is 39.29%
  • yellow value is 20.83%
  • key color value is 34.12%
CMYK:
(0,39,21,34)
C0M39Y21K34 
(0%,39%,21%,34%)
(0.00/0.39/0.21/0.34)	

CMYK percentages

%0
%39.29
%20.83
%34.12

Codes

Color #A86685 in popluar color models

A86685
RGB168102133
HSL332°27.50%52.94%
HSB/HSV332°39.29%65.88%
CMYK0.00%39.29%20.83%
34.12%

Color #A86685 in popluar number systems.

HEXA86685
Decimal168102133
Binary10101000110011010000101
Octal250146205

Shades and tints

Shades of #A86685

#A86685
(168,102,133)
#995D79
(153,93,121)
#8A546D
(138,84,109)
#7B4B61
(123,75,97)
#6C4255
(108,66,85)
#5D3949
(93,57,73)
#4E303D
(78,48,61)
#3F2731
(63,39,49)
#301E25
(48,30,37)
#211519
(33,21,25)
#120C0D
(18,12,13)
#000000
(0,0,0)

Tints of #A86685

#A86685
(168,102,133)
#AF7390
(175,115,144)
#B6809B
(182,128,155)
#BD8DA6
(189,141,166)
#C49AB1
(196,154,177)
#CBA7BC
(203,167,188)
#D2B4C7
(210,180,199)
#D9C1D2
(217,193,210)
#E0CEDD
(224,206,221)
#E7DBE8
(231,219,232)
#EEE8F3
(238,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A86685 color. Also use rgb(168,102,133) instead hex code.

Text Font Color

.myTextColor { color: #A86685; }

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

This text font color is #A86685.


Background Color

.myBgColor { background-color: #A86685; }

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

This div background color is #A86685.


Border color

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

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

This div border color is #A86685.


Opacity

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

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

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

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

This text has shadow with #A86685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A86685 on black background.


Color preview on white background

This text has color #A86685 on white background.



Black color preview on #A86685 background

This text has black color on #A86685 background.


White color preview on #A86685 background

This text has white color on #A86685 background.