COLOR #A7654C

HEX: #A7654C
RGB: (167,101,76)

Color info

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

RGB color model

#A7654C color RGB value is (167,101,76).

  • red value is 167;
  • green value is 101;
  • blue value is 76.
RGB: (167,101,76) (65%,40%,30%)

RGB channels and saturation

R 167 of 255 = 65%
G 101 of 255 = 40%
B 76 of 255 = 30%

167
101
76

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

Portions of RGB colors in percentages

R + G + B =
167 + 101 + 76 = 344 (100%)
R 167 of 344 ~ 48.55%
G 101 of 344 ~ 29.36%
B 76 of 344 ~ 22.09%

%48.55
%29.36
%22.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.52%
  • yellow value is 54.49%
  • 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
%39.52
%54.49
%34.51

Codes

Color #A7654C in popluar color models

A7654C
RGB16710176
HSL16°37.45%47.65%
HSB/HSV16°54.49%65.49%
CMYK0.00%39.52%54.49%
34.51%

Color #A7654C in popluar number systems.

HEXA7654C
Decimal16710176
Binary1010011111001011001100
Octal247145114

Shades and tints

Shades of #A7654C

#A7654C
(167,101,76)
#985C46
(152,92,70)
#895340
(137,83,64)
#7A4A3A
(122,74,58)
#6B4134
(107,65,52)
#5C382E
(92,56,46)
#4D2F28
(77,47,40)
#3E2622
(62,38,34)
#2F1D1C
(47,29,28)
#201416
(32,20,22)
#110B10
(17,11,16)
#000000
(0,0,0)

Tints of #A7654C

#A7654C
(167,101,76)
#AF735C
(175,115,92)
#B7816C
(183,129,108)
#BF8F7C
(191,143,124)
#C79D8C
(199,157,140)
#CFAB9C
(207,171,156)
#D7B9AC
(215,185,172)
#DFC7BC
(223,199,188)
#E7D5CC
(231,213,204)
#EFE3DC
(239,227,220)
#F7F1EC
(247,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7654C color. Also use rgb(167,101,76) instead hex code.

Text Font Color

.myTextColor { color: #A7654C; }

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

This text font color is #A7654C.


Background Color

.myBgColor { background-color: #A7654C; }

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

This div background color is #A7654C.


Border color

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

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

This div border color is #A7654C.


Opacity

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

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

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

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

This text has shadow with #A7654C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A7654C on black background.


Color preview on white background

This text has color #A7654C on white background.



Black color preview on #A7654C background

This text has black color on #A7654C background.


White color preview on #A7654C background

This text has white color on #A7654C background.