COLOR #A07770

HEX: #A07770
RGB: (160,119,112)

Color info

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

RGB color model

#A07770 color RGB value is (160,119,112).

  • red value is 160;
  • green value is 119;
  • blue value is 112.
RGB:
(160,119,112)
(63%,47%,44%)

RGB channels and saturation

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

160
119
112

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

Portions of RGB colors in percentages

R + G + B =
160 + 119 + 112 = 391 (100%)
R 160 of 391 ~ 40.92%
G 119 of 391 ~ 30.43%
B 112 of 391 ~ 28.64%

%40.92
%30.43
%28.64

CMYK color model

#A07770 color CMYK value is (0,26,30,37).

  • cyan value is 0.00%
  • magenta value is 25.63%
  • yellow value is 30.00%
  • key color value is 37.25%
CMYK:
(0,26,30,37)
C0M26Y30K37 
(0%,26%,30%,37%)
(0.00/0.26/0.30/0.37)	

CMYK percentages

%0
%25.63
%30
%37.25

Codes

Color #A07770 in popluar color models

A07770
RGB160119112
HSL20.17%53.33%
HSB/HSV30.00%62.75%
CMYK0.00%25.63%30.00%
37.25%

Color #A07770 in popluar number systems.

HEXA07770
Decimal160119112
Binary1010000011101111110000
Octal240167160

Shades and tints

Shades of #A07770

#A07770
(160,119,112)
#926D66
(146,109,102)
#84635C
(132,99,92)
#765952
(118,89,82)
#684F48
(104,79,72)
#5A453E
(90,69,62)
#4C3B34
(76,59,52)
#3E312A
(62,49,42)
#302720
(48,39,32)
#221D16
(34,29,22)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #A07770

#A07770
(160,119,112)
#A8837D
(168,131,125)
#B08F8A
(176,143,138)
#B89B97
(184,155,151)
#C0A7A4
(192,167,164)
#C8B3B1
(200,179,177)
#D0BFBE
(208,191,190)
#D8CBCB
(216,203,203)
#E0D7D8
(224,215,216)
#E8E3E5
(232,227,229)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07770; }

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

This text font color is #A07770.


Background Color

.myBgColor { background-color: #A07770; }

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

This div background color is #A07770.


Border color

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

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

This div border color is #A07770.


Opacity

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

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

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

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

This text has shadow with #A07770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07770 on black background.


Color preview on white background

This text has color #A07770 on white background.



Black color preview on #A07770 background

This text has black color on #A07770 background.


White color preview on #A07770 background

This text has white color on #A07770 background.