COLOR #A07E79

HEX: #A07E79 RGB: (160,126,121)

Color info

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

RGB color model

#A07E79 color RGB value is (160,126,121).

RGB: (160,126,121) (63%, 49%, 47%)

RGB channels and saturation

R 160 of 255 = 63%
G 126 of 255 = 49%
B 121 of 255 = 47%

160
126
121

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

Portions of RGB colors in percentages

R + G + B = 160 + 126 + 121 = 407 (100%)
R 160 of 407 ~ 39.31%
G 126 of 407 ~ 30.96%
B 121 of 407 ~ 29.73'%

%39.31
%30.96
%29.73

CMYK color model

#A07E79 color CMYK value is (0,21,24,37).

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

CMYK: (0,21,24,37)
C0M21Y24K37 (0%, 21%, 24%, 37%)
(0.00 / 0.21 / 0.24 / 0.37)

CMYK percentages

%0
%21.25
%24.38
%37.25

Codes

Color #A07E79 in popluar color models

A0 7E 79
RGB 160 126 121
HSL 17.03% 55.10%
HSB/HSV 24.38% 62.75%
CMYK 0.00% 21.25% 24.38%
37.25%

Color #A07E79 in popluar number systems.

HEX A0 7E 79
Decimal 160 126 121
Binary 10100000 1111110 1111001
Octal 240 176 171

Shades and tints

Shades of #A07E79

#A07E79
(160,126,121)
#92736E
(146,115,110)
#846863
(132,104,99)
#765D58
(118,93,88)
#68524D
(104,82,77)
#5A4742
(90,71,66)
#4C3C37
(76,60,55)
#3E312C
(62,49,44)
#302621
(48,38,33)
#221B16
(34,27,22)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #A07E79

#A07E79
(160,126,121)
#A88985
(168,137,133)
#B09491
(176,148,145)
#B89F9D
(184,159,157)
#C0AAA9
(192,170,169)
#C8B5B5
(200,181,181)
#D0C0C1
(208,192,193)
#D8CBCD
(216,203,205)
#E0D6D9
(224,214,217)
#E8E1E5
(232,225,229)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07E79; }

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

This text font color is #A07E79.

Background Color

.myBgColor { background-color: #A07E79; }

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

This div background color is #A07E79.

Border color

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

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

This div border color is #A07E79.

Opacity

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

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

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

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

This text has shadow with #A07E79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A07E79.

Preview

Color preview on black background

This text has color #A07E79 on black background.


Color preview on white background

This text has color #A07E79 on white background.


Black color preview on #A07E79 background

This text has black color on #A07E79 background.


White color preview on #A07E79 background

This text has white color on #A07E79 background.


Related colors

Complementary color

Complementary color for #hex is #5F8186.


I love getcolorcode.com

Triadic colors

1 #79A07E and #7E79A0 with #A07E79 are triadic colors.

2 #797EA0 and #7EA079 with #A07E79 are triadic colors.