COLOR #A07E5D

HEX: #A07E5D
RGB: (160,126,93)

Color info

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

RGB color model

#A07E5D color RGB value is (160,126,93).

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

RGB channels and saturation

R 160 of 255 = 63%
G 126 of 255 = 49%
B 93 of 255 = 36%

160
126
93

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

Portions of RGB colors in percentages

R + G + B =
160 + 126 + 93 = 379 (100%)
R 160 of 379 ~ 42.22%
G 126 of 379 ~ 33.25%
B 93 of 379 ~ 24.54%

%42.22
%33.25
%24.54

CMYK color model

#A07E5D color CMYK value is (0,21,42,37).

  • cyan value is 0.00%
  • magenta value is 21.25%
  • yellow value is 41.88%
  • key color value is 37.25%
CMYK:
(0,21,42,37)
C0M21Y42K37 
(0%,21%,42%,37%)
(0.00/0.21/0.42/0.37)	

CMYK percentages

%0
%21.25
%41.88
%37.25

Codes

Color #A07E5D in popluar color models

A07E5D
RGB16012693
HSL30°26.48%49.61%
HSB/HSV30°41.88%62.75%
CMYK0.00%21.25%41.88%
37.25%

Color #A07E5D in popluar number systems.

HEXA07E5D
Decimal16012693
Binary1010000011111101011101
Octal240176135

Shades and tints

Shades of #A07E5D

#A07E5D
(160,126,93)
#927355
(146,115,85)
#84684D
(132,104,77)
#765D45
(118,93,69)
#68523D
(104,82,61)
#5A4735
(90,71,53)
#4C3C2D
(76,60,45)
#3E3125
(62,49,37)
#30261D
(48,38,29)
#221B15
(34,27,21)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #A07E5D

#A07E5D
(160,126,93)
#A8896B
(168,137,107)
#B09479
(176,148,121)
#B89F87
(184,159,135)
#C0AA95
(192,170,149)
#C8B5A3
(200,181,163)
#D0C0B1
(208,192,177)
#D8CBBF
(216,203,191)
#E0D6CD
(224,214,205)
#E8E1DB
(232,225,219)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07E5D; }

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

This text font color is #A07E5D.


Background Color

.myBgColor { background-color: #A07E5D; }

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

This div background color is #A07E5D.


Border color

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

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

This div border color is #A07E5D.


Opacity

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

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

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

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

This text has shadow with #A07E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07E5D on black background.


Color preview on white background

This text has color #A07E5D on white background.



Black color preview on #A07E5D background

This text has black color on #A07E5D background.


White color preview on #A07E5D background

This text has white color on #A07E5D background.