COLOR #A76653

HEX: #A76653
RGB: (167,102,83)

Color info

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

RGB color model

#A76653 color RGB value is (167,102,83).

  • red value is 167;
  • green value is 102;
  • blue value is 83.
RGB:
(167,102,83)
(65%,40%,33%)

RGB channels and saturation

R 167 of 255 = 65%
G 102 of 255 = 40%
B 83 of 255 = 33%

167
102
83

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

Portions of RGB colors in percentages

R + G + B =
167 + 102 + 83 = 352 (100%)
R 167 of 352 ~ 47.44%
G 102 of 352 ~ 28.98%
B 83 of 352 ~ 23.58%

%47.44
%28.98
%23.58

CMYK color model

#A76653 color CMYK value is (0,39,50,35).

  • cyan value is 0.00%
  • magenta value is 38.92%
  • yellow value is 50.30%
  • key color value is 34.51%
CMYK:
(0,39,50,35)
C0M39Y50K35 
(0%,39%,50%,35%)
(0.00/0.39/0.50/0.35)	

CMYK percentages

%0
%38.92
%50.3
%34.51

Codes

Color #A76653 in popluar color models

A76653
RGB16710283
HSL14°33.60%49.02%
HSB/HSV14°50.30%65.49%
CMYK0.00%38.92%50.30%
34.51%

Color #A76653 in popluar number systems.

HEXA76653
Decimal16710283
Binary1010011111001101010011
Octal247146123

Shades and tints

Shades of #A76653

#A76653
(167,102,83)
#985D4C
(152,93,76)
#895445
(137,84,69)
#7A4B3E
(122,75,62)
#6B4237
(107,66,55)
#5C3930
(92,57,48)
#4D3029
(77,48,41)
#3E2722
(62,39,34)
#2F1E1B
(47,30,27)
#201514
(32,21,20)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #A76653

#A76653
(167,102,83)
#AF7362
(175,115,98)
#B78071
(183,128,113)
#BF8D80
(191,141,128)
#C79A8F
(199,154,143)
#CFA79E
(207,167,158)
#D7B4AD
(215,180,173)
#DFC1BC
(223,193,188)
#E7CECB
(231,206,203)
#EFDBDA
(239,219,218)
#F7E8E9
(247,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76653 color. Also use rgb(167,102,83) instead hex code.

Text Font Color

.myTextColor { color: #A76653; }

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

This text font color is #A76653.


Background Color

.myBgColor { background-color: #A76653; }

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

This div background color is #A76653.


Border color

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

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

This div border color is #A76653.


Opacity

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

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

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

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

This text has shadow with #A76653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76653 on black background.


Color preview on white background

This text has color #A76653 on white background.



Black color preview on #A76653 background

This text has black color on #A76653 background.


White color preview on #A76653 background

This text has white color on #A76653 background.