COLOR #A8664C

HEX: #A8664C
RGB: (168,102,76)

Color info

#A8664C contains mainly red color. Web safe color of #A8664C is #996633 (or #963).

RGB color model

#A8664C color RGB value is (168,102,76).

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

RGB channels and saturation

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

168
102
76

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

Portions of RGB colors in percentages

R + G + B =
168 + 102 + 76 = 346 (100%)
R 168 of 346 ~ 48.55%
G 102 of 346 ~ 29.48%
B 76 of 346 ~ 21.97%

%48.55
%29.48
%21.97

CMYK color model

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

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

CMYK percentages

%0
%39.29
%54.76
%34.12

Codes

Color #A8664C in popluar color models

A8664C
RGB16810276
HSL17°37.70%47.84%
HSB/HSV17°54.76%65.88%
CMYK0.00%39.29%54.76%
34.12%

Color #A8664C in popluar number systems.

HEXA8664C
Decimal16810276
Binary1010100011001101001100
Octal250146114

Shades and tints

Shades of #A8664C

#A8664C
(168,102,76)
#995D46
(153,93,70)
#8A5440
(138,84,64)
#7B4B3A
(123,75,58)
#6C4234
(108,66,52)
#5D392E
(93,57,46)
#4E3028
(78,48,40)
#3F2722
(63,39,34)
#301E1C
(48,30,28)
#211516
(33,21,22)
#120C10
(18,12,16)
#000000
(0,0,0)

Tints of #A8664C

#A8664C
(168,102,76)
#AF735C
(175,115,92)
#B6806C
(182,128,108)
#BD8D7C
(189,141,124)
#C49A8C
(196,154,140)
#CBA79C
(203,167,156)
#D2B4AC
(210,180,172)
#D9C1BC
(217,193,188)
#E0CECC
(224,206,204)
#E7DBDC
(231,219,220)
#EEE8EC
(238,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8664C; }

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

This text font color is #A8664C.


Background Color

.myBgColor { background-color: #A8664C; }

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

This div background color is #A8664C.


Border color

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

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

This div border color is #A8664C.


Opacity

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

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

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

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

This text has shadow with #A8664C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8664C on black background.


Color preview on white background

This text has color #A8664C on white background.



Black color preview on #A8664C background

This text has black color on #A8664C background.


White color preview on #A8664C background

This text has white color on #A8664C background.