COLOR #A07E6C

HEX: #A07E6C RGB: (160,126,108)

Color info

#A07E6C contains red, green and blue colors in about the same proportion. Web safe color of #A07E6C is #996666 (or #966).

RGB color model

#A07E6C color RGB value is (160,126,108).

RGB: (160,126,108) (63%, 49%, 42%)

RGB channels and saturation

R 160 of 255 = 63%
G 126 of 255 = 49%
B 108 of 255 = 42%

160
126
108

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

Portions of RGB colors in percentages

R + G + B = 160 + 126 + 108 = 394 (100%)
R 160 of 394 ~ 40.61%
G 126 of 394 ~ 31.98%
B 108 of 394 ~ 27.41'%

%40.61
%31.98
%27.41

CMYK color model

#A07E6C color CMYK value is (0,21,33,37).

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

CMYK: (0,21,33,37)
C0M21Y33K37 (0%, 21%, 33%, 37%)
(0.00 / 0.21 / 0.33 / 0.37)

CMYK percentages

%0
%21.25
%32.5
%37.25

Codes

Color #A07E6C in popluar color models

A0 7E 6C
RGB 160 126 108
HSL 21° 21.49% 52.55%
HSB/HSV 21° 32.50% 62.75%
CMYK 0.00% 21.25% 32.50%
37.25%

Color #A07E6C in popluar number systems.

HEX A0 7E 6C
Decimal 160 126 108
Binary 10100000 1111110 1101100
Octal 240 176 154

Shades and tints

Shades of #A07E6C

#A07E6C
(160,126,108)
#927363
(146,115,99)
#84685A
(132,104,90)
#765D51
(118,93,81)
#685248
(104,82,72)
#5A473F
(90,71,63)
#4C3C36
(76,60,54)
#3E312D
(62,49,45)
#302624
(48,38,36)
#221B1B
(34,27,27)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #A07E6C

#A07E6C
(160,126,108)
#A88979
(168,137,121)
#B09486
(176,148,134)
#B89F93
(184,159,147)
#C0AAA0
(192,170,160)
#C8B5AD
(200,181,173)
#D0C0BA
(208,192,186)
#D8CBC7
(216,203,199)
#E0D6D4
(224,214,212)
#E8E1E1
(232,225,225)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07E6C; }

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

This text font color is #A07E6C.

Background Color

.myBgColor { background-color: #A07E6C; }

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

This div background color is #A07E6C.

Border color

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

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

This div border color is #A07E6C.

Opacity

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

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

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

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

This text has shadow with #A07E6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A07E6C.

Preview

Color preview on black background

This text has color #A07E6C on black background.


Color preview on white background

This text has color #A07E6C on white background.


Black color preview on #A07E6C background

This text has black color on #A07E6C background.


White color preview on #A07E6C background

This text has white color on #A07E6C background.


Related colors

Complementary color

Complementary color for #hex is #5F8193.


I love getcolorcode.com

Triadic colors

1 #6CA07E and #7E6CA0 with #A07E6C are triadic colors.

2 #6C7EA0 and #7EA06C with #A07E6C are triadic colors.