COLOR #A07771

HEX: #A07771 RGB: (160,119,113)

Color info

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

RGB color model

#A07771 color RGB value is (160,119,113).

RGB: (160,119,113) (63%, 47%, 44%)

RGB channels and saturation

R 160 of 255 = 63%
G 119 of 255 = 47%
B 113 of 255 = 44%

160
119
113

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

Portions of RGB colors in percentages

R + G + B = 160 + 119 + 113 = 392 (100%)
R 160 of 392 ~ 40.82%
G 119 of 392 ~ 30.36%
B 113 of 392 ~ 28.83'%

%40.82
%30.36
%28.83

CMYK color model

#A07771 color CMYK value is (0,26,29,37).

  • cyan value is 0.00%
  • magenta value is 25.63%
  • yellow value is 29.38%
  • key color value is 37.25%

CMYK: (0,26,29,37)
C0M26Y29K37 (0%, 26%, 29%, 37%)
(0.00 / 0.26 / 0.29 / 0.37)

CMYK percentages

%0
%25.63
%29.38
%37.25

Codes

Color #A07771 in popluar color models

A0 77 71
RGB 160 119 113
HSL 19.83% 53.53%
HSB/HSV 29.38% 62.75%
CMYK 0.00% 25.63% 29.38%
37.25%

Color #A07771 in popluar number systems.

HEX A0 77 71
Decimal 160 119 113
Binary 10100000 1110111 1110001
Octal 240 167 161

Shades and tints

Shades of #A07771

#A07771
(160,119,113)
#926D67
(146,109,103)
#84635D
(132,99,93)
#765953
(118,89,83)
#684F49
(104,79,73)
#5A453F
(90,69,63)
#4C3B35
(76,59,53)
#3E312B
(62,49,43)
#302721
(48,39,33)
#221D17
(34,29,23)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #A07771

#A07771
(160,119,113)
#A8837D
(168,131,125)
#B08F89
(176,143,137)
#B89B95
(184,155,149)
#C0A7A1
(192,167,161)
#C8B3AD
(200,179,173)
#D0BFB9
(208,191,185)
#D8CBC5
(216,203,197)
#E0D7D1
(224,215,209)
#E8E3DD
(232,227,221)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A07771 color. Also use rgb(160,119,113) instead hex code.

Text Font Color

.myTextColor { color: #A07771; }

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

This text font color is #A07771.

Background Color

.myBgColor { background-color: #A07771; }

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

This div background color is #A07771.

Border color

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

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

This div border color is #A07771.

Opacity

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

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

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

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

This text has shadow with #A07771 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A07771.

Preview

Color preview on black background

This text has color #A07771 on black background.


Color preview on white background

This text has color #A07771 on white background.


Black color preview on #A07771 background

This text has black color on #A07771 background.


White color preview on #A07771 background

This text has white color on #A07771 background.


Related colors

Complementary color

Complementary color for #hex is #5F888E.


I love getcolorcode.com

Triadic colors

1 #71A077 and #7771A0 with #A07771 are triadic colors.

2 #7177A0 and #77A071 with #A07771 are triadic colors.