COLOR #A07E78

HEX: #A07E78
RGB: (160,126,120)

Color info

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

RGB color model

#A07E78 color RGB value is (160,126,120).

  • red value is 160;
  • green value is 126;
  • blue value is 120.
RGB:
(160,126,120)
(63%,49%,47%)

RGB channels and saturation

R 160 of 255 = 63%
G 126 of 255 = 49%
B 120 of 255 = 47%

160
126
120

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

Portions of RGB colors in percentages

R + G + B =
160 + 126 + 120 = 406 (100%)
R 160 of 406 ~ 39.41%
G 126 of 406 ~ 31.03%
B 120 of 406 ~ 29.56%

%39.41
%31.03
%29.56

CMYK color model

#A07E78 color CMYK value is (0,21,25,37).

  • cyan value is 0.00%
  • magenta value is 21.25%
  • yellow value is 25.00%
  • key color value is 37.25%
CMYK:
(0,21,25,37)
C0M21Y25K37 
(0%,21%,25%,37%)
(0.00/0.21/0.25/0.37)	

CMYK percentages

%0
%21.25
%25
%37.25

Codes

Color #A07E78 in popluar color models

A07E78
RGB160126120
HSL17.39%54.90%
HSB/HSV25.00%62.75%
CMYK0.00%21.25%25.00%
37.25%

Color #A07E78 in popluar number systems.

HEXA07E78
Decimal160126120
Binary1010000011111101111000
Octal240176170

Shades and tints

Shades of #A07E78

#A07E78
(160,126,120)
#92736E
(146,115,110)
#846864
(132,104,100)
#765D5A
(118,93,90)
#685250
(104,82,80)
#5A4746
(90,71,70)
#4C3C3C
(76,60,60)
#3E3132
(62,49,50)
#302628
(48,38,40)
#221B1E
(34,27,30)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #A07E78

#A07E78
(160,126,120)
#A88984
(168,137,132)
#B09490
(176,148,144)
#B89F9C
(184,159,156)
#C0AAA8
(192,170,168)
#C8B5B4
(200,181,180)
#D0C0C0
(208,192,192)
#D8CBCC
(216,203,204)
#E0D6D8
(224,214,216)
#E8E1E4
(232,225,228)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07E78; }

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

This text font color is #A07E78.


Background Color

.myBgColor { background-color: #A07E78; }

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

This div background color is #A07E78.


Border color

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

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

This div border color is #A07E78.


Opacity

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

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

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

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

This text has shadow with #A07E78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07E78 on black background.


Color preview on white background

This text has color #A07E78 on white background.



Black color preview on #A07E78 background

This text has black color on #A07E78 background.


White color preview on #A07E78 background

This text has white color on #A07E78 background.