COLOR #A7644D

HEX: #A7644D
RGB: (167,100,77)

Color info

#A7644D contains mainly red color. Web safe color of #A7644D is #996633 (or #963).

RGB color model

#A7644D color RGB value is (167,100,77).

  • red value is 167;
  • green value is 100;
  • blue value is 77.
RGB:
(167,100,77)
(65%,39%,30%)

RGB channels and saturation

R 167 of 255 = 65%
G 100 of 255 = 39%
B 77 of 255 = 30%

167
100
77

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

Portions of RGB colors in percentages

R + G + B =
167 + 100 + 77 = 344 (100%)
R 167 of 344 ~ 48.55%
G 100 of 344 ~ 29.07%
B 77 of 344 ~ 22.38%

%48.55
%29.07
%22.38

CMYK color model

#A7644D color CMYK value is (0,40,54,35).

  • cyan value is 0.00%
  • magenta value is 40.12%
  • yellow value is 53.89%
  • key color value is 34.51%
CMYK:
(0,40,54,35)
C0M40Y54K35 
(0%,40%,54%,35%)
(0.00/0.40/0.54/0.35)	

CMYK percentages

%0
%40.12
%53.89
%34.51

Codes

Color #A7644D in popluar color models

A7644D
RGB16710077
HSL15°36.89%47.84%
HSB/HSV15°53.89%65.49%
CMYK0.00%40.12%53.89%
34.51%

Color #A7644D in popluar number systems.

HEXA7644D
Decimal16710077
Binary1010011111001001001101
Octal247144115

Shades and tints

Shades of #A7644D

#A7644D
(167,100,77)
#985B46
(152,91,70)
#89523F
(137,82,63)
#7A4938
(122,73,56)
#6B4031
(107,64,49)
#5C372A
(92,55,42)
#4D2E23
(77,46,35)
#3E251C
(62,37,28)
#2F1C15
(47,28,21)
#20130E
(32,19,14)
#110A07
(17,10,7)
#000000
(0,0,0)

Tints of #A7644D

#A7644D
(167,100,77)
#AF725D
(175,114,93)
#B7806D
(183,128,109)
#BF8E7D
(191,142,125)
#C79C8D
(199,156,141)
#CFAA9D
(207,170,157)
#D7B8AD
(215,184,173)
#DFC6BD
(223,198,189)
#E7D4CD
(231,212,205)
#EFE2DD
(239,226,221)
#F7F0ED
(247,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7644D; }

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

This text font color is #A7644D.


Background Color

.myBgColor { background-color: #A7644D; }

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

This div background color is #A7644D.


Border color

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

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

This div border color is #A7644D.


Opacity

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

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

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

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

This text has shadow with #A7644D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7644D on black background.


Color preview on white background

This text has color #A7644D on white background.



Black color preview on #A7644D background

This text has black color on #A7644D background.


White color preview on #A7644D background

This text has white color on #A7644D background.