COLOR #A07960

HEX: #A07960
RGB: (160,121,96)

Color info

#A07960 contains mainly red and green colors. Web safe color of #A07960 is #996666 (or #966).

RGB color model

#A07960 color RGB value is (160,121,96).

  • red value is 160;
  • green value is 121;
  • blue value is 96.
RGB:
(160,121,96)
(63%,47%,38%)

RGB channels and saturation

R 160 of 255 = 63%
G 121 of 255 = 47%
B 96 of 255 = 38%

160
121
96

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

Portions of RGB colors in percentages

R + G + B =
160 + 121 + 96 = 377 (100%)
R 160 of 377 ~ 42.44%
G 121 of 377 ~ 32.1%
B 96 of 377 ~ 25.46%

%42.44
%32.1
%25.46

CMYK color model

#A07960 color CMYK value is (0,24,40,37).

  • cyan value is 0.00%
  • magenta value is 24.38%
  • yellow value is 40.00%
  • key color value is 37.25%
CMYK:
(0,24,40,37)
C0M24Y40K37 
(0%,24%,40%,37%)
(0.00/0.24/0.40/0.37)	

CMYK percentages

%0
%24.38
%40
%37.25

Codes

Color #A07960 in popluar color models

A07960
RGB16012196
HSL23°25.20%50.20%
HSB/HSV23°40.00%62.75%
CMYK0.00%24.38%40.00%
37.25%

Color #A07960 in popluar number systems.

HEXA07960
Decimal16012196
Binary1010000011110011100000
Octal240171140

Shades and tints

Shades of #A07960

#A07960
(160,121,96)
#926E58
(146,110,88)
#846350
(132,99,80)
#765848
(118,88,72)
#684D40
(104,77,64)
#5A4238
(90,66,56)
#4C3730
(76,55,48)
#3E2C28
(62,44,40)
#302120
(48,33,32)
#221618
(34,22,24)
#140B10
(20,11,16)
#000000
(0,0,0)

Tints of #A07960

#A07960
(160,121,96)
#A8856E
(168,133,110)
#B0917C
(176,145,124)
#B89D8A
(184,157,138)
#C0A998
(192,169,152)
#C8B5A6
(200,181,166)
#D0C1B4
(208,193,180)
#D8CDC2
(216,205,194)
#E0D9D0
(224,217,208)
#E8E5DE
(232,229,222)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A07960 color. Also use rgb(160,121,96) instead hex code.

Text Font Color

.myTextColor { color: #A07960; }

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

This text font color is #A07960.


Background Color

.myBgColor { background-color: #A07960; }

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

This div background color is #A07960.


Border color

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

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

This div border color is #A07960.


Opacity

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

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

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

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

This text has shadow with #A07960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07960 on black background.


Color preview on white background

This text has color #A07960 on white background.



Black color preview on #A07960 background

This text has black color on #A07960 background.


White color preview on #A07960 background

This text has white color on #A07960 background.