COLOR #A07978

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

160
121
120

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

Portions of RGB colors in percentages

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

%39.9
%30.17
%29.93

CMYK color model

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

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

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

CMYK percentages

%0
%24.38
%25
%37.25

Codes

Color #A07978 in popluar color models

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

Color #A07978 in popluar number systems.

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

Shades and tints

Shades of #A07978

#A07978
(160,121,120)
#926E6E
(146,110,110)
#846364
(132,99,100)
#76585A
(118,88,90)
#684D50
(104,77,80)
#5A4246
(90,66,70)
#4C373C
(76,55,60)
#3E2C32
(62,44,50)
#302128
(48,33,40)
#22161E
(34,22,30)
#140B14
(20,11,20)
#000000
(0,0,0)

Tints of #A07978

#A07978
(160,121,120)
#A88584
(168,133,132)
#B09190
(176,145,144)
#B89D9C
(184,157,156)
#C0A9A8
(192,169,168)
#C8B5B4
(200,181,180)
#D0C1C0
(208,193,192)
#D8CDCC
(216,205,204)
#E0D9D8
(224,217,216)
#E8E5E4
(232,229,228)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07978; }

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

This text font color is #A07978.

Background Color

.myBgColor { background-color: #A07978; }

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

This div background color is #A07978.

Border color

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

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

This div border color is #A07978.

Opacity

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

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

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

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

This text has shadow with #A07978 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A07978.

Preview

Color preview on black background

This text has color #A07978 on black background.


Color preview on white background

This text has color #A07978 on white background.


Black color preview on #A07978 background

This text has black color on #A07978 background.


White color preview on #A07978 background

This text has white color on #A07978 background.


Related colors

Complementary color

Complementary color for #hex is #5F8687.


I love getcolorcode.com

Triadic colors

1 #78A079 and #7978A0 with #A07978 are triadic colors.

2 #7879A0 and #79A078 with #A07978 are triadic colors.