COLOR #A7644E

HEX: #A7644E RGB: (167,100,78)

Color info

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

RGB color model

#A7644E color RGB value is (167,100,78).

RGB: (167,100,78) (65%, 39%, 31%)

RGB channels and saturation

R 167 of 255 = 65%
G 100 of 255 = 39%
B 78 of 255 = 31%

167
100
78

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

Portions of RGB colors in percentages

R + G + B = 167 + 100 + 78 = 345 (100%)
R 167 of 345 ~ 48.41%
G 100 of 345 ~ 28.99%
B 78 of 345 ~ 22.61'%

%48.41
%28.99
%22.61

CMYK color model

#A7644E color CMYK value is (0,40,53,35).

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

CMYK: (0,40,53,35)
C0M40Y53K35 (0%, 40%, 53%, 35%)
(0.00 / 0.40 / 0.53 / 0.35)

CMYK percentages

%0
%40.12
%53.29
%34.51

Codes

Color #A7644E in popluar color models

A7 64 4E
RGB 167 100 78
HSL 15° 36.33% 48.04%
HSB/HSV 15° 53.29% 65.49%
CMYK 0.00% 40.12% 53.29%
34.51%

Color #A7644E in popluar number systems.

HEX A7 64 4E
Decimal 167 100 78
Binary 10100111 1100100 1001110
Octal 247 144 116

Shades and tints

Shades of #A7644E

#A7644E
(167,100,78)
#985B47
(152,91,71)
#895240
(137,82,64)
#7A4939
(122,73,57)
#6B4032
(107,64,50)
#5C372B
(92,55,43)
#4D2E24
(77,46,36)
#3E251D
(62,37,29)
#2F1C16
(47,28,22)
#20130F
(32,19,15)
#110A08
(17,10,8)
#000000
(0,0,0)

Tints of #A7644E

#A7644E
(167,100,78)
#AF725E
(175,114,94)
#B7806E
(183,128,110)
#BF8E7E
(191,142,126)
#C79C8E
(199,156,142)
#CFAA9E
(207,170,158)
#D7B8AE
(215,184,174)
#DFC6BE
(223,198,190)
#E7D4CE
(231,212,206)
#EFE2DE
(239,226,222)
#F7F0EE
(247,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7644E; }

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

This text font color is #A7644E.

Background Color

.myBgColor { background-color: #A7644E; }

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

This div background color is #A7644E.

Border color

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

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

This div border color is #A7644E.

Opacity

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

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

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

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

This text has shadow with #A7644E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7644E.

Preview

Color preview on black background

This text has color #A7644E on black background.


Color preview on white background

This text has color #A7644E on white background.


Black color preview on #A7644E background

This text has black color on #A7644E background.


White color preview on #A7644E background

This text has white color on #A7644E background.


Related colors

Complementary color

Complementary color for #hex is #589BB1.


I love getcolorcode.com

Triadic colors

1 #4EA764 and #644EA7 with #A7644E are triadic colors.

2 #4E64A7 and #64A74E with #A7644E are triadic colors.