COLOR #A8647E

HEX: #A8647E RGB: (168,100,126)

Color info

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

RGB color model

#A8647E color RGB value is (168,100,126).

RGB: (168,100,126) (66%, 39%, 49%)

RGB channels and saturation

R 168 of 255 = 66%
G 100 of 255 = 39%
B 126 of 255 = 49%

168
100
126

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

Portions of RGB colors in percentages

R + G + B = 168 + 100 + 126 = 394 (100%)
R 168 of 394 ~ 42.64%
G 100 of 394 ~ 25.38%
B 126 of 394 ~ 31.98'%

%42.64
%25.38
%31.98

CMYK color model

#A8647E color CMYK value is (0,40,25,34).

  • cyan value is 0.00%
  • magenta value is 40.48%
  • yellow value is 25.00%
  • key color value is 34.12%

CMYK: (0,40,25,34)
C0M40Y25K34 (0%, 40%, 25%, 34%)
(0.00 / 0.40 / 0.25 / 0.34)

CMYK percentages

%0
%40.48
%25
%34.12

Codes

Color #A8647E in popluar color models

A8 64 7E
RGB 168 100 126
HSL 337° 28.10% 52.55%
HSB/HSV 337° 40.48% 65.88%
CMYK 0.00% 40.48% 25.00%
34.12%

Color #A8647E in popluar number systems.

HEX A8 64 7E
Decimal 168 100 126
Binary 10101000 1100100 1111110
Octal 250 144 176

Shades and tints

Shades of #A8647E

#A8647E
(168,100,126)
#995B73
(153,91,115)
#8A5268
(138,82,104)
#7B495D
(123,73,93)
#6C4052
(108,64,82)
#5D3747
(93,55,71)
#4E2E3C
(78,46,60)
#3F2531
(63,37,49)
#301C26
(48,28,38)
#21131B
(33,19,27)
#120A10
(18,10,16)
#000000
(0,0,0)

Tints of #A8647E

#A8647E
(168,100,126)
#AF7289
(175,114,137)
#B68094
(182,128,148)
#BD8E9F
(189,142,159)
#C49CAA
(196,156,170)
#CBAAB5
(203,170,181)
#D2B8C0
(210,184,192)
#D9C6CB
(217,198,203)
#E0D4D6
(224,212,214)
#E7E2E1
(231,226,225)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8647E color. Also use rgb(168,100,126) instead hex code.

Text Font Color

.myTextColor { color: #A8647E; }

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

This text font color is #A8647E.

Background Color

.myBgColor { background-color: #A8647E; }

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

This div background color is #A8647E.

Border color

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

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

This div border color is #A8647E.

Opacity

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

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

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

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

This text has shadow with #A8647E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8647E.

Preview

Color preview on black background

This text has color #A8647E on black background.


Color preview on white background

This text has color #A8647E on white background.


Black color preview on #A8647E background

This text has black color on #A8647E background.


White color preview on #A8647E background

This text has white color on #A8647E background.


Related colors

Complementary color

Complementary color for #hex is #579B81.


I love getcolorcode.com

Triadic colors

1 #7EA864 and #647EA8 with #A8647E are triadic colors.

2 #7E64A8 and #64A87E with #A8647E are triadic colors.