COLOR #A86666

HEX: #A86666
RGB: (168,102,102)

Color info

#A86666 contains mainly red color. Web safe color of #A86666 is #996666 (or #966).

RGB color model

#A86666 color RGB value is (168,102,102).

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

RGB channels and saturation

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

168
102
102

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

Portions of RGB colors in percentages

R + G + B =
168 + 102 + 102 = 372 (100%)
R 168 of 372 ~ 45.16%
G 102 of 372 ~ 27.42%
B 102 of 372 ~ 27.42%

%45.16
%27.42
%27.42

CMYK color model

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

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

CMYK percentages

%0
%39.29
%39.29
%34.12

Codes

Color #A86666 in popluar color models

A86666
RGB168102102
HSL27.50%52.94%
HSB/HSV39.29%65.88%
CMYK0.00%39.29%39.29%
34.12%

Color #A86666 in popluar number systems.

HEXA86666
Decimal168102102
Binary1010100011001101100110
Octal250146146

Shades and tints

Shades of #A86666

#A86666
(168,102,102)
#995D5D
(153,93,93)
#8A5454
(138,84,84)
#7B4B4B
(123,75,75)
#6C4242
(108,66,66)
#5D3939
(93,57,57)
#4E3030
(78,48,48)
#3F2727
(63,39,39)
#301E1E
(48,30,30)
#211515
(33,21,21)
#120C0C
(18,12,12)
#000000
(0,0,0)

Tints of #A86666

#A86666
(168,102,102)
#AF7373
(175,115,115)
#B68080
(182,128,128)
#BD8D8D
(189,141,141)
#C49A9A
(196,154,154)
#CBA7A7
(203,167,167)
#D2B4B4
(210,180,180)
#D9C1C1
(217,193,193)
#E0CECE
(224,206,206)
#E7DBDB
(231,219,219)
#EEE8E8
(238,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A86666; }

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

This text font color is #A86666.


Background Color

.myBgColor { background-color: #A86666; }

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

This div background color is #A86666.


Border color

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

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

This div border color is #A86666.


Opacity

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

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

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

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

This text has shadow with #A86666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A86666 on black background.


Color preview on white background

This text has color #A86666 on white background.



Black color preview on #A86666 background

This text has black color on #A86666 background.


White color preview on #A86666 background

This text has white color on #A86666 background.