COLOR #A07E5E

HEX: #A07E5E RGB: (160,126,94)

Color info

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

RGB color model

#A07E5E color RGB value is (160,126,94).

RGB: (160,126,94) (63%, 49%, 37%)

RGB channels and saturation

R 160 of 255 = 63%
G 126 of 255 = 49%
B 94 of 255 = 37%

160
126
94

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

Portions of RGB colors in percentages

R + G + B = 160 + 126 + 94 = 380 (100%)
R 160 of 380 ~ 42.11%
G 126 of 380 ~ 33.16%
B 94 of 380 ~ 24.74'%

%42.11
%33.16
%24.74

CMYK color model

#A07E5E color CMYK value is (0,21,41,37).

  • cyan value is 0.00%
  • magenta value is 21.25%
  • yellow value is 41.25%
  • key color value is 37.25%

CMYK: (0,21,41,37)
C0M21Y41K37 (0%, 21%, 41%, 37%)
(0.00 / 0.21 / 0.41 / 0.37)

CMYK percentages

%0
%21.25
%41.25
%37.25

Codes

Color #A07E5E in popluar color models

A0 7E 5E
RGB 160 126 94
HSL 29° 25.98% 49.80%
HSB/HSV 29° 41.25% 62.75%
CMYK 0.00% 21.25% 41.25%
37.25%

Color #A07E5E in popluar number systems.

HEX A0 7E 5E
Decimal 160 126 94
Binary 10100000 1111110 1011110
Octal 240 176 136

Shades and tints

Shades of #A07E5E

#A07E5E
(160,126,94)
#927356
(146,115,86)
#84684E
(132,104,78)
#765D46
(118,93,70)
#68523E
(104,82,62)
#5A4736
(90,71,54)
#4C3C2E
(76,60,46)
#3E3126
(62,49,38)
#30261E
(48,38,30)
#221B16
(34,27,22)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #A07E5E

#A07E5E
(160,126,94)
#A8896C
(168,137,108)
#B0947A
(176,148,122)
#B89F88
(184,159,136)
#C0AA96
(192,170,150)
#C8B5A4
(200,181,164)
#D0C0B2
(208,192,178)
#D8CBC0
(216,203,192)
#E0D6CE
(224,214,206)
#E8E1DC
(232,225,220)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07E5E; }

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

This text font color is #A07E5E.

Background Color

.myBgColor { background-color: #A07E5E; }

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

This div background color is #A07E5E.

Border color

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

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

This div border color is #A07E5E.

Opacity

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

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

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

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

This text has shadow with #A07E5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A07E5E.

Preview

Color preview on black background

This text has color #A07E5E on black background.


Color preview on white background

This text has color #A07E5E on white background.


Black color preview on #A07E5E background

This text has black color on #A07E5E background.


White color preview on #A07E5E background

This text has white color on #A07E5E background.


Related colors

Complementary color

Complementary color for #hex is #5F81A1.


I love getcolorcode.com

Triadic colors

1 #5EA07E and #7E5EA0 with #A07E5E are triadic colors.

2 #5E7EA0 and #7EA05E with #A07E5E are triadic colors.