COLOR #A8607D

HEX: #A8607D RGB: (168,96,125)

Color info

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

RGB color model

#A8607D color RGB value is (168,96,125).

RGB: (168,96,125) (66%, 38%, 49%)

RGB channels and saturation

R 168 of 255 = 66%
G 96 of 255 = 38%
B 125 of 255 = 49%

168
96
125

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

Portions of RGB colors in percentages

R + G + B = 168 + 96 + 125 = 389 (100%)
R 168 of 389 ~ 43.19%
G 96 of 389 ~ 24.68%
B 125 of 389 ~ 32.13'%

%43.19
%24.68
%32.13

CMYK color model

#A8607D color CMYK value is (0,43,26,34).

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

CMYK: (0,43,26,34)
C0M43Y26K34 (0%, 43%, 26%, 34%)
(0.00 / 0.43 / 0.26 / 0.34)

CMYK percentages

%0
%42.86
%25.6
%34.12

Codes

Color #A8607D in popluar color models

A8 60 7D
RGB 168 96 125
HSL 336° 29.27% 51.76%
HSB/HSV 336° 42.86% 65.88%
CMYK 0.00% 42.86% 25.60%
34.12%

Color #A8607D in popluar number systems.

HEX A8 60 7D
Decimal 168 96 125
Binary 10101000 1100000 1111101
Octal 250 140 175

Shades and tints

Shades of #A8607D

#A8607D
(168,96,125)
#995872
(153,88,114)
#8A5067
(138,80,103)
#7B485C
(123,72,92)
#6C4051
(108,64,81)
#5D3846
(93,56,70)
#4E303B
(78,48,59)
#3F2830
(63,40,48)
#302025
(48,32,37)
#21181A
(33,24,26)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #A8607D

#A8607D
(168,96,125)
#AF6E88
(175,110,136)
#B67C93
(182,124,147)
#BD8A9E
(189,138,158)
#C498A9
(196,152,169)
#CBA6B4
(203,166,180)
#D2B4BF
(210,180,191)
#D9C2CA
(217,194,202)
#E0D0D5
(224,208,213)
#E7DEE0
(231,222,224)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8607D; }

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

This text font color is #A8607D.

Background Color

.myBgColor { background-color: #A8607D; }

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

This div background color is #A8607D.

Border color

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

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

This div border color is #A8607D.

Opacity

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

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

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

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

This text has shadow with #A8607D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8607D.

Preview

Color preview on black background

This text has color #A8607D on black background.


Color preview on white background

This text has color #A8607D on white background.


Black color preview on #A8607D background

This text has black color on #A8607D background.


White color preview on #A8607D background

This text has white color on #A8607D background.


Related colors

Complementary color

Complementary color for #hex is #579F82.


I love getcolorcode.com

Triadic colors

1 #7DA860 and #607DA8 with #A8607D are triadic colors.

2 #7D60A8 and #60A87D with #A8607D are triadic colors.