COLOR #A07879

HEX: #A07879 RGB: (160,120,121)

Color info

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

RGB color model

#A07879 color RGB value is (160,120,121).

RGB: (160,120,121) (63%, 47%, 47%)

RGB channels and saturation

R 160 of 255 = 63%
G 120 of 255 = 47%
B 121 of 255 = 47%

160
120
121

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

Portions of RGB colors in percentages

R + G + B = 160 + 120 + 121 = 401 (100%)
R 160 of 401 ~ 39.9%
G 120 of 401 ~ 29.93%
B 121 of 401 ~ 30.17'%

%39.9
%29.93
%30.17

CMYK color model

#A07879 color CMYK value is (0,25,24,37).

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

CMYK: (0,25,24,37)
C0M25Y24K37 (0%, 25%, 24%, 37%)
(0.00 / 0.25 / 0.24 / 0.37)

CMYK percentages

%0
%25
%24.38
%37.25

Codes

Color #A07879 in popluar color models

A0 78 79
RGB 160 120 121
HSL 359° 17.39% 54.90%
HSB/HSV 359° 25.00% 62.75%
CMYK 0.00% 25.00% 24.38%
37.25%

Color #A07879 in popluar number systems.

HEX A0 78 79
Decimal 160 120 121
Binary 10100000 1111000 1111001
Octal 240 170 171

Shades and tints

Shades of #A07879

#A07879
(160,120,121)
#926E6E
(146,110,110)
#846463
(132,100,99)
#765A58
(118,90,88)
#68504D
(104,80,77)
#5A4642
(90,70,66)
#4C3C37
(76,60,55)
#3E322C
(62,50,44)
#302821
(48,40,33)
#221E16
(34,30,22)
#14140B
(20,20,11)
#000000
(0,0,0)

Tints of #A07879

#A07879
(160,120,121)
#A88485
(168,132,133)
#B09091
(176,144,145)
#B89C9D
(184,156,157)
#C0A8A9
(192,168,169)
#C8B4B5
(200,180,181)
#D0C0C1
(208,192,193)
#D8CCCD
(216,204,205)
#E0D8D9
(224,216,217)
#E8E4E5
(232,228,229)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07879; }

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

This text font color is #A07879.

Background Color

.myBgColor { background-color: #A07879; }

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

This div background color is #A07879.

Border color

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

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

This div border color is #A07879.

Opacity

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

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

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

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

This text has shadow with #A07879 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A07879.

Preview

Color preview on black background

This text has color #A07879 on black background.


Color preview on white background

This text has color #A07879 on white background.


Black color preview on #A07879 background

This text has black color on #A07879 background.


White color preview on #A07879 background

This text has white color on #A07879 background.


Related colors

Complementary color

Complementary color for #hex is #5F8786.


I love getcolorcode.com

Triadic colors

1 #79A078 and #7879A0 with #A07879 are triadic colors.

2 #7978A0 and #78A079 with #A07879 are triadic colors.