COLOR #A8688B

HEX: #A8688B RGB: (168,104,139)

Color info

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

RGB color model

#A8688B color RGB value is (168,104,139).

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

RGB channels and saturation

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

168
104
139

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

Portions of RGB colors in percentages

R + G + B = 168 + 104 + 139 = 411 (100%)
R 168 of 411 ~ 40.88%
G 104 of 411 ~ 25.3%
B 139 of 411 ~ 33.82'%

%40.88
%25.3
%33.82

CMYK color model

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

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

CMYK: (0,38,17,34)
C0M38Y17K34 (0%, 38%, 17%, 34%)
(0.00 / 0.38 / 0.17 / 0.34)

CMYK percentages

%0
%38.1
%17.26
%34.12

Codes

Color #A8688B in popluar color models

A8 68 8B
RGB 168 104 139
HSL 327° 26.89% 53.33%
HSB/HSV 327° 38.10% 65.88%
CMYK 0.00% 38.10% 17.26%
34.12%

Color #A8688B in popluar number systems.

HEX A8 68 8B
Decimal 168 104 139
Binary 10101000 1101000 10001011
Octal 250 150 213

Shades and tints

Shades of #A8688B

#A8688B
(168,104,139)
#995F7F
(153,95,127)
#8A5673
(138,86,115)
#7B4D67
(123,77,103)
#6C445B
(108,68,91)
#5D3B4F
(93,59,79)
#4E3243
(78,50,67)
#3F2937
(63,41,55)
#30202B
(48,32,43)
#21171F
(33,23,31)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #A8688B

#A8688B
(168,104,139)
#AF7595
(175,117,149)
#B6829F
(182,130,159)
#BD8FA9
(189,143,169)
#C49CB3
(196,156,179)
#CBA9BD
(203,169,189)
#D2B6C7
(210,182,199)
#D9C3D1
(217,195,209)
#E0D0DB
(224,208,219)
#E7DDE5
(231,221,229)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8688B; }

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

This text font color is #A8688B.

Background Color

.myBgColor { background-color: #A8688B; }

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

This div background color is #A8688B.

Border color

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

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

This div border color is #A8688B.

Opacity

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

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

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

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

This text has shadow with #A8688B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8688B.

Preview

Color preview on black background

This text has color #A8688B on black background.


Color preview on white background

This text has color #A8688B on white background.


Black color preview on #A8688B background

This text has black color on #A8688B background.


White color preview on #A8688B background

This text has white color on #A8688B background.


Related colors

Complementary color

Complementary color for #hex is #579774.


I love getcolorcode.com

Triadic colors

1 #8BA868 and #688BA8 with #A8688B are triadic colors.

2 #8B68A8 and #68A88B with #A8688B are triadic colors.