COLOR #A8646B

HEX: #A8646B RGB: (168,100,107)

Color info

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

RGB color model

#A8646B color RGB value is (168,100,107).

RGB: (168,100,107) (66%, 39%, 42%)

RGB channels and saturation

R 168 of 255 = 66%
G 100 of 255 = 39%
B 107 of 255 = 42%

168
100
107

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

Portions of RGB colors in percentages

R + G + B = 168 + 100 + 107 = 375 (100%)
R 168 of 375 ~ 44.8%
G 100 of 375 ~ 26.67%
B 107 of 375 ~ 28.53'%

%44.8
%26.67
%28.53

CMYK color model

#A8646B color CMYK value is (0,40,36,34).

  • cyan value is 0.00%
  • magenta value is 40.48%
  • yellow value is 36.31%
  • key color value is 34.12%

CMYK: (0,40,36,34)
C0M40Y36K34 (0%, 40%, 36%, 34%)
(0.00 / 0.40 / 0.36 / 0.34)

CMYK percentages

%0
%40.48
%36.31
%34.12

Codes

Color #A8646B in popluar color models

A8 64 6B
RGB 168 100 107
HSL 354° 28.10% 52.55%
HSB/HSV 354° 40.48% 65.88%
CMYK 0.00% 40.48% 36.31%
34.12%

Color #A8646B in popluar number systems.

HEX A8 64 6B
Decimal 168 100 107
Binary 10101000 1100100 1101011
Octal 250 144 153

Shades and tints

Shades of #A8646B

#A8646B
(168,100,107)
#995B62
(153,91,98)
#8A5259
(138,82,89)
#7B4950
(123,73,80)
#6C4047
(108,64,71)
#5D373E
(93,55,62)
#4E2E35
(78,46,53)
#3F252C
(63,37,44)
#301C23
(48,28,35)
#21131A
(33,19,26)
#120A11
(18,10,17)
#000000
(0,0,0)

Tints of #A8646B

#A8646B
(168,100,107)
#AF7278
(175,114,120)
#B68085
(182,128,133)
#BD8E92
(189,142,146)
#C49C9F
(196,156,159)
#CBAAAC
(203,170,172)
#D2B8B9
(210,184,185)
#D9C6C6
(217,198,198)
#E0D4D3
(224,212,211)
#E7E2E0
(231,226,224)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8646B; }

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

This text font color is #A8646B.

Background Color

.myBgColor { background-color: #A8646B; }

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

This div background color is #A8646B.

Border color

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

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

This div border color is #A8646B.

Opacity

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

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

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

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

This text has shadow with #A8646B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8646B.

Preview

Color preview on black background

This text has color #A8646B on black background.


Color preview on white background

This text has color #A8646B on white background.


Black color preview on #A8646B background

This text has black color on #A8646B background.


White color preview on #A8646B background

This text has white color on #A8646B background.


Related colors

Complementary color

Complementary color for #hex is #579B94.


I love getcolorcode.com

Triadic colors

1 #6BA864 and #646BA8 with #A8646B are triadic colors.

2 #6B64A8 and #64A86B with #A8646B are triadic colors.