COLOR #A8666C

HEX: #A8666C
RGB: (168,102,108)

Color info

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

RGB color model

#A8666C color RGB value is (168,102,108).

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

RGB channels and saturation

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

168
102
108

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

Portions of RGB colors in percentages

R + G + B =
168 + 102 + 108 = 378 (100%)
R 168 of 378 ~ 44.44%
G 102 of 378 ~ 26.98%
B 108 of 378 ~ 28.57%

%44.44
%26.98
%28.57

CMYK color model

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

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

CMYK percentages

%0
%39.29
%35.71
%34.12

Codes

Color #A8666C in popluar color models

A8666C
RGB168102108
HSL355°27.50%52.94%
HSB/HSV355°39.29%65.88%
CMYK0.00%39.29%35.71%
34.12%

Color #A8666C in popluar number systems.

HEXA8666C
Decimal168102108
Binary1010100011001101101100
Octal250146154

Shades and tints

Shades of #A8666C

#A8666C
(168,102,108)
#995D63
(153,93,99)
#8A545A
(138,84,90)
#7B4B51
(123,75,81)
#6C4248
(108,66,72)
#5D393F
(93,57,63)
#4E3036
(78,48,54)
#3F272D
(63,39,45)
#301E24
(48,30,36)
#21151B
(33,21,27)
#120C12
(18,12,18)
#000000
(0,0,0)

Tints of #A8666C

#A8666C
(168,102,108)
#AF7379
(175,115,121)
#B68086
(182,128,134)
#BD8D93
(189,141,147)
#C49AA0
(196,154,160)
#CBA7AD
(203,167,173)
#D2B4BA
(210,180,186)
#D9C1C7
(217,193,199)
#E0CED4
(224,206,212)
#E7DBE1
(231,219,225)
#EEE8EE
(238,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8666C; }

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

This text font color is #A8666C.


Background Color

.myBgColor { background-color: #A8666C; }

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

This div background color is #A8666C.


Border color

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

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

This div border color is #A8666C.


Opacity

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

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

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

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

This text has shadow with #A8666C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8666C on black background.


Color preview on white background

This text has color #A8666C on white background.



Black color preview on #A8666C background

This text has black color on #A8666C background.


White color preview on #A8666C background

This text has white color on #A8666C background.