COLOR #A07E60

HEX: #A07E60
RGB: (160,126,96)

Color info

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

RGB color model

#A07E60 color RGB value is (160,126,96).

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

RGB channels and saturation

R 160 of 255 = 63%
G 126 of 255 = 49%
B 96 of 255 = 38%

160
126
96

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

Portions of RGB colors in percentages

R + G + B =
160 + 126 + 96 = 382 (100%)
R 160 of 382 ~ 41.88%
G 126 of 382 ~ 32.98%
B 96 of 382 ~ 25.13%

%41.88
%32.98
%25.13

CMYK color model

#A07E60 color CMYK value is (0,21,40,37).

  • cyan value is 0.00%
  • magenta value is 21.25%
  • yellow value is 40.00%
  • key color value is 37.25%
CMYK:
(0,21,40,37)
C0M21Y40K37 
(0%,21%,40%,37%)
(0.00/0.21/0.40/0.37)	

CMYK percentages

%0
%21.25
%40
%37.25

Codes

Color #A07E60 in popluar color models

A07E60
RGB16012696
HSL28°25.20%50.20%
HSB/HSV28°40.00%62.75%
CMYK0.00%21.25%40.00%
37.25%

Color #A07E60 in popluar number systems.

HEXA07E60
Decimal16012696
Binary1010000011111101100000
Octal240176140

Shades and tints

Shades of #A07E60

#A07E60
(160,126,96)
#927358
(146,115,88)
#846850
(132,104,80)
#765D48
(118,93,72)
#685240
(104,82,64)
#5A4738
(90,71,56)
#4C3C30
(76,60,48)
#3E3128
(62,49,40)
#302620
(48,38,32)
#221B18
(34,27,24)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #A07E60

#A07E60
(160,126,96)
#A8896E
(168,137,110)
#B0947C
(176,148,124)
#B89F8A
(184,159,138)
#C0AA98
(192,170,152)
#C8B5A6
(200,181,166)
#D0C0B4
(208,192,180)
#D8CBC2
(216,203,194)
#E0D6D0
(224,214,208)
#E8E1DE
(232,225,222)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07E60; }

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

This text font color is #A07E60.


Background Color

.myBgColor { background-color: #A07E60; }

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

This div background color is #A07E60.


Border color

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

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

This div border color is #A07E60.


Opacity

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

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

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

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

This text has shadow with #A07E60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07E60 on black background.


Color preview on white background

This text has color #A07E60 on white background.



Black color preview on #A07E60 background

This text has black color on #A07E60 background.


White color preview on #A07E60 background

This text has white color on #A07E60 background.