COLOR #A86868

HEX: #A86868 RGB: (168,104,104)

Color info

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

RGB color model

#A86868 color RGB value is (168,104,104).

RGB: (168,104,104) (66%, 41%, 41%)

RGB channels and saturation

R 168 of 255 = 66%
G 104 of 255 = 41%
B 104 of 255 = 41%

168
104
104

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

Portions of RGB colors in percentages

R + G + B = 168 + 104 + 104 = 376 (100%)
R 168 of 376 ~ 44.68%
G 104 of 376 ~ 27.66%
B 104 of 376 ~ 27.66'%

%44.68
%27.66
%27.66

CMYK color model

#A86868 color CMYK value is (0,38,38,34).

  • cyan value is 0.00%
  • magenta value is 38.10%
  • yellow value is 38.10%
  • key color value is 34.12%

CMYK: (0,38,38,34)
C0M38Y38K34 (0%, 38%, 38%, 34%)
(0.00 / 0.38 / 0.38 / 0.34)

CMYK percentages

%0
%38.1
%38.1
%34.12

Codes

Color #A86868 in popluar color models

A8 68 68
RGB 168 104 104
HSL 26.89% 53.33%
HSB/HSV 38.10% 65.88%
CMYK 0.00% 38.10% 38.10%
34.12%

Color #A86868 in popluar number systems.

HEX A8 68 68
Decimal 168 104 104
Binary 10101000 1101000 1101000
Octal 250 150 150

Shades and tints

Shades of #A86868

#A86868
(168,104,104)
#995F5F
(153,95,95)
#8A5656
(138,86,86)
#7B4D4D
(123,77,77)
#6C4444
(108,68,68)
#5D3B3B
(93,59,59)
#4E3232
(78,50,50)
#3F2929
(63,41,41)
#302020
(48,32,32)
#211717
(33,23,23)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #A86868

#A86868
(168,104,104)
#AF7575
(175,117,117)
#B68282
(182,130,130)
#BD8F8F
(189,143,143)
#C49C9C
(196,156,156)
#CBA9A9
(203,169,169)
#D2B6B6
(210,182,182)
#D9C3C3
(217,195,195)
#E0D0D0
(224,208,208)
#E7DDDD
(231,221,221)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A86868; }

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

This text font color is #A86868.

Background Color

.myBgColor { background-color: #A86868; }

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

This div background color is #A86868.

Border color

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

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

This div border color is #A86868.

Opacity

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

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

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

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

This text has shadow with #A86868 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A86868.

Preview

Color preview on black background

This text has color #A86868 on black background.


Color preview on white background

This text has color #A86868 on white background.


Black color preview on #A86868 background

This text has black color on #A86868 background.


White color preview on #A86868 background

This text has white color on #A86868 background.


Related colors

Complementary color

Complementary color for #hex is #579797.


I love getcolorcode.com