COLOR #A0763C

HEX: #A0763C
RGB: (160,118,60)

Color info

#A0763C contains mainly red and green colors. Web safe color of #A0763C is #996633 (or #963).

RGB color model

#A0763C color RGB value is (160,118,60).

  • red value is 160;
  • green value is 118;
  • blue value is 60.
RGB:
(160,118,60)
(63%,46%,24%)

RGB channels and saturation

R 160 of 255 = 63%
G 118 of 255 = 46%
B 60 of 255 = 24%

160
118
60

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

Portions of RGB colors in percentages

R + G + B =
160 + 118 + 60 = 338 (100%)
R 160 of 338 ~ 47.34%
G 118 of 338 ~ 34.91%
B 60 of 338 ~ 17.75%

%47.34
%34.91
%17.75

CMYK color model

#A0763C color CMYK value is (0,26,63,37).

  • cyan value is 0.00%
  • magenta value is 26.25%
  • yellow value is 62.50%
  • key color value is 37.25%
CMYK:
(0,26,63,37)
C0M26Y63K37 
(0%,26%,63%,37%)
(0.00/0.26/0.63/0.37)	

CMYK percentages

%0
%26.25
%62.5
%37.25

Codes

Color #A0763C in popluar color models

A0763C
RGB16011860
HSL35°45.45%43.14%
HSB/HSV35°62.50%62.75%
CMYK0.00%26.25%62.50%
37.25%

Color #A0763C in popluar number systems.

HEXA0763C
Decimal16011860
Binary101000001110110111100
Octal24016674

Shades and tints

Shades of #A0763C

#A0763C
(160,118,60)
#926C37
(146,108,55)
#846232
(132,98,50)
#76582D
(118,88,45)
#684E28
(104,78,40)
#5A4423
(90,68,35)
#4C3A1E
(76,58,30)
#3E3019
(62,48,25)
#302614
(48,38,20)
#221C0F
(34,28,15)
#14120A
(20,18,10)
#000000
(0,0,0)

Tints of #A0763C

#A0763C
(160,118,60)
#A8824D
(168,130,77)
#B08E5E
(176,142,94)
#B89A6F
(184,154,111)
#C0A680
(192,166,128)
#C8B291
(200,178,145)
#D0BEA2
(208,190,162)
#D8CAB3
(216,202,179)
#E0D6C4
(224,214,196)
#E8E2D5
(232,226,213)
#F0EEE6
(240,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0763C color. Also use rgb(160,118,60) instead hex code.

Text Font Color

.myTextColor { color: #A0763C; }

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

This text font color is #A0763C.


Background Color

.myBgColor { background-color: #A0763C; }

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

This div background color is #A0763C.


Border color

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

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

This div border color is #A0763C.


Opacity

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

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

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

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

This text has shadow with #A0763C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0763C on black background.


Color preview on white background

This text has color #A0763C on white background.



Black color preview on #A0763C background

This text has black color on #A0763C background.


White color preview on #A0763C background

This text has white color on #A0763C background.