COLOR #A07876

HEX: #A07876 RGB: (160,120,118)

Color info

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

RGB color model

#A07876 color RGB value is (160,120,118).

RGB: (160,120,118) (63%, 47%, 46%)

RGB channels and saturation

R 160 of 255 = 63%
G 120 of 255 = 47%
B 118 of 255 = 46%

160
120
118

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

Portions of RGB colors in percentages

R + G + B = 160 + 120 + 118 = 398 (100%)
R 160 of 398 ~ 40.2%
G 120 of 398 ~ 30.15%
B 118 of 398 ~ 29.65'%

%40.2
%30.15
%29.65

CMYK color model

#A07876 color CMYK value is (0,25,26,37).

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

CMYK: (0,25,26,37)
C0M25Y26K37 (0%, 25%, 26%, 37%)
(0.00 / 0.25 / 0.26 / 0.37)

CMYK percentages

%0
%25
%26.25
%37.25

Codes

Color #A07876 in popluar color models

A0 78 76
RGB 160 120 118
HSL 18.10% 54.51%
HSB/HSV 26.25% 62.75%
CMYK 0.00% 25.00% 26.25%
37.25%

Color #A07876 in popluar number systems.

HEX A0 78 76
Decimal 160 120 118
Binary 10100000 1111000 1110110
Octal 240 170 166

Shades and tints

Shades of #A07876

#A07876
(160,120,118)
#926E6C
(146,110,108)
#846462
(132,100,98)
#765A58
(118,90,88)
#68504E
(104,80,78)
#5A4644
(90,70,68)
#4C3C3A
(76,60,58)
#3E3230
(62,50,48)
#302826
(48,40,38)
#221E1C
(34,30,28)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #A07876

#A07876
(160,120,118)
#A88482
(168,132,130)
#B0908E
(176,144,142)
#B89C9A
(184,156,154)
#C0A8A6
(192,168,166)
#C8B4B2
(200,180,178)
#D0C0BE
(208,192,190)
#D8CCCA
(216,204,202)
#E0D8D6
(224,216,214)
#E8E4E2
(232,228,226)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07876; }

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

This text font color is #A07876.

Background Color

.myBgColor { background-color: #A07876; }

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

This div background color is #A07876.

Border color

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

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

This div border color is #A07876.

Opacity

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

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

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

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

This text has shadow with #A07876 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A07876.

Preview

Color preview on black background

This text has color #A07876 on black background.


Color preview on white background

This text has color #A07876 on white background.


Black color preview on #A07876 background

This text has black color on #A07876 background.


White color preview on #A07876 background

This text has white color on #A07876 background.


Related colors

Complementary color

Complementary color for #hex is #5F8789.


I love getcolorcode.com

Triadic colors

1 #76A078 and #7876A0 with #A07876 are triadic colors.

2 #7678A0 and #78A076 with #A07876 are triadic colors.