COLOR #A7646E

HEX: #A7646E RGB: (167,100,110)

Color info

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

RGB color model

#A7646E color RGB value is (167,100,110).

RGB: (167,100,110) (65%, 39%, 43%)

RGB channels and saturation

R 167 of 255 = 65%
G 100 of 255 = 39%
B 110 of 255 = 43%

167
100
110

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

Portions of RGB colors in percentages

R + G + B = 167 + 100 + 110 = 377 (100%)
R 167 of 377 ~ 44.3%
G 100 of 377 ~ 26.53%
B 110 of 377 ~ 29.18'%

%44.3
%26.53
%29.18

CMYK color model

#A7646E color CMYK value is (0,40,34,35).

  • cyan value is 0.00%
  • magenta value is 40.12%
  • yellow value is 34.13%
  • key color value is 34.51%

CMYK: (0,40,34,35)
C0M40Y34K35 (0%, 40%, 34%, 35%)
(0.00 / 0.40 / 0.34 / 0.35)

CMYK percentages

%0
%40.12
%34.13
%34.51

Codes

Color #A7646E in popluar color models

A7 64 6E
RGB 167 100 110
HSL 351° 27.57% 52.35%
HSB/HSV 351° 40.12% 65.49%
CMYK 0.00% 40.12% 34.13%
34.51%

Color #A7646E in popluar number systems.

HEX A7 64 6E
Decimal 167 100 110
Binary 10100111 1100100 1101110
Octal 247 144 156

Shades and tints

Shades of #A7646E

#A7646E
(167,100,110)
#985B64
(152,91,100)
#89525A
(137,82,90)
#7A4950
(122,73,80)
#6B4046
(107,64,70)
#5C373C
(92,55,60)
#4D2E32
(77,46,50)
#3E2528
(62,37,40)
#2F1C1E
(47,28,30)
#201314
(32,19,20)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #A7646E

#A7646E
(167,100,110)
#AF727B
(175,114,123)
#B78088
(183,128,136)
#BF8E95
(191,142,149)
#C79CA2
(199,156,162)
#CFAAAF
(207,170,175)
#D7B8BC
(215,184,188)
#DFC6C9
(223,198,201)
#E7D4D6
(231,212,214)
#EFE2E3
(239,226,227)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7646E color. Also use rgb(167,100,110) instead hex code.

Text Font Color

.myTextColor { color: #A7646E; }

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

This text font color is #A7646E.

Background Color

.myBgColor { background-color: #A7646E; }

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

This div background color is #A7646E.

Border color

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

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

This div border color is #A7646E.

Opacity

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

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

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

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

This text has shadow with #A7646E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7646E.

Preview

Color preview on black background

This text has color #A7646E on black background.


Color preview on white background

This text has color #A7646E on white background.


Black color preview on #A7646E background

This text has black color on #A7646E background.


White color preview on #A7646E background

This text has white color on #A7646E background.


Related colors

Complementary color

Complementary color for #hex is #589B91.


I love getcolorcode.com

Triadic colors

1 #6EA764 and #646EA7 with #A7646E are triadic colors.

2 #6E64A7 and #64A76E with #A7646E are triadic colors.