COLOR #A8677C

HEX: #A8677C
RGB: (168,103,124)

Color info

#A8677C contains mainly red and blue colors. Web safe color of #A8677C is #996666 (or #966).

RGB color model

#A8677C color RGB value is (168,103,124).

  • red value is 168;
  • green value is 103;
  • blue value is 124.
RGB:
(168,103,124)
(66%,40%,49%)

RGB channels and saturation

R 168 of 255 = 66%
G 103 of 255 = 40%
B 124 of 255 = 49%

168
103
124

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

Portions of RGB colors in percentages

R + G + B =
168 + 103 + 124 = 395 (100%)
R 168 of 395 ~ 42.53%
G 103 of 395 ~ 26.08%
B 124 of 395 ~ 31.39%

%42.53
%26.08
%31.39

CMYK color model

#A8677C color CMYK value is (0,39,26,34).

  • cyan value is 0.00%
  • magenta value is 38.69%
  • yellow value is 26.19%
  • key color value is 34.12%
CMYK:
(0,39,26,34)
C0M39Y26K34 
(0%,39%,26%,34%)
(0.00/0.39/0.26/0.34)	

CMYK percentages

%0
%38.69
%26.19
%34.12

Codes

Color #A8677C in popluar color models

A8677C
RGB168103124
HSL341°27.20%53.14%
HSB/HSV341°38.69%65.88%
CMYK0.00%38.69%26.19%
34.12%

Color #A8677C in popluar number systems.

HEXA8677C
Decimal168103124
Binary1010100011001111111100
Octal250147174

Shades and tints

Shades of #A8677C

#A8677C
(168,103,124)
#995E71
(153,94,113)
#8A5566
(138,85,102)
#7B4C5B
(123,76,91)
#6C4350
(108,67,80)
#5D3A45
(93,58,69)
#4E313A
(78,49,58)
#3F282F
(63,40,47)
#301F24
(48,31,36)
#211619
(33,22,25)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #A8677C

#A8677C
(168,103,124)
#AF7487
(175,116,135)
#B68192
(182,129,146)
#BD8E9D
(189,142,157)
#C49BA8
(196,155,168)
#CBA8B3
(203,168,179)
#D2B5BE
(210,181,190)
#D9C2C9
(217,194,201)
#E0CFD4
(224,207,212)
#E7DCDF
(231,220,223)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8677C; }

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

This text font color is #A8677C.


Background Color

.myBgColor { background-color: #A8677C; }

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

This div background color is #A8677C.


Border color

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

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

This div border color is #A8677C.


Opacity

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

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

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

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

This text has shadow with #A8677C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8677C on black background.


Color preview on white background

This text has color #A8677C on white background.



Black color preview on #A8677C background

This text has black color on #A8677C background.


White color preview on #A8677C background

This text has white color on #A8677C background.