COLOR #A8606C

HEX: #A8606C RGB: (168,96,108)

Color info

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

RGB color model

#A8606C color RGB value is (168,96,108).

RGB: (168,96,108) (66%, 38%, 42%)

RGB channels and saturation

R 168 of 255 = 66%
G 96 of 255 = 38%
B 108 of 255 = 42%

168
96
108

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

Portions of RGB colors in percentages

R + G + B = 168 + 96 + 108 = 372 (100%)
R 168 of 372 ~ 45.16%
G 96 of 372 ~ 25.81%
B 108 of 372 ~ 29.03'%

%45.16
%25.81
%29.03

CMYK color model

#A8606C color CMYK value is (0,43,36,34).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 35.71%
  • key color value is 34.12%

CMYK: (0,43,36,34)
C0M43Y36K34 (0%, 43%, 36%, 34%)
(0.00 / 0.43 / 0.36 / 0.34)

CMYK percentages

%0
%42.86
%35.71
%34.12

Codes

Color #A8606C in popluar color models

A8 60 6C
RGB 168 96 108
HSL 350° 29.27% 51.76%
HSB/HSV 350° 42.86% 65.88%
CMYK 0.00% 42.86% 35.71%
34.12%

Color #A8606C in popluar number systems.

HEX A8 60 6C
Decimal 168 96 108
Binary 10101000 1100000 1101100
Octal 250 140 154

Shades and tints

Shades of #A8606C

#A8606C
(168,96,108)
#995863
(153,88,99)
#8A505A
(138,80,90)
#7B4851
(123,72,81)
#6C4048
(108,64,72)
#5D383F
(93,56,63)
#4E3036
(78,48,54)
#3F282D
(63,40,45)
#302024
(48,32,36)
#21181B
(33,24,27)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #A8606C

#A8606C
(168,96,108)
#AF6E79
(175,110,121)
#B67C86
(182,124,134)
#BD8A93
(189,138,147)
#C498A0
(196,152,160)
#CBA6AD
(203,166,173)
#D2B4BA
(210,180,186)
#D9C2C7
(217,194,199)
#E0D0D4
(224,208,212)
#E7DEE1
(231,222,225)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8606C; }

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

This text font color is #A8606C.

Background Color

.myBgColor { background-color: #A8606C; }

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

This div background color is #A8606C.

Border color

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

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

This div border color is #A8606C.

Opacity

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

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

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

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

This text has shadow with #A8606C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8606C.

Preview

Color preview on black background

This text has color #A8606C on black background.


Color preview on white background

This text has color #A8606C on white background.


Black color preview on #A8606C background

This text has black color on #A8606C background.


White color preview on #A8606C background

This text has white color on #A8606C background.


Related colors

Complementary color

Complementary color for #hex is #579F93.


I love getcolorcode.com

Triadic colors

1 #6CA860 and #606CA8 with #A8606C are triadic colors.

2 #6C60A8 and #60A86C with #A8606C are triadic colors.