COLOR #A07E83

HEX: #A07E83
RGB: (160,126,131)

Color info

#A07E83 contains red, green and blue colors in about the same proportion. Web safe color of #A07E83 is #996699 (or #969).

RGB color model

#A07E83 color RGB value is (160,126,131).

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

RGB channels and saturation

R 160 of 255 = 63%
G 126 of 255 = 49%
B 131 of 255 = 51%

160
126
131

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

Portions of RGB colors in percentages

R + G + B =
160 + 126 + 131 = 417 (100%)
R 160 of 417 ~ 38.37%
G 126 of 417 ~ 30.22%
B 131 of 417 ~ 31.41%

%38.37
%30.22
%31.41

CMYK color model

#A07E83 color CMYK value is (0,21,18,37).

  • cyan value is 0.00%
  • magenta value is 21.25%
  • yellow value is 18.13%
  • key color value is 37.25%
CMYK:
(0,21,18,37)
C0M21Y18K37 
(0%,21%,18%,37%)
(0.00/0.21/0.18/0.37)	

CMYK percentages

%0
%21.25
%18.13
%37.25

Codes

Color #A07E83 in popluar color models

A07E83
RGB160126131
HSL351°15.18%56.08%
HSB/HSV351°21.25%62.75%
CMYK0.00%21.25%18.13%
37.25%

Color #A07E83 in popluar number systems.

HEXA07E83
Decimal160126131
Binary10100000111111010000011
Octal240176203

Shades and tints

Shades of #A07E83

#A07E83
(160,126,131)
#927378
(146,115,120)
#84686D
(132,104,109)
#765D62
(118,93,98)
#685257
(104,82,87)
#5A474C
(90,71,76)
#4C3C41
(76,60,65)
#3E3136
(62,49,54)
#30262B
(48,38,43)
#221B20
(34,27,32)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #A07E83

#A07E83
(160,126,131)
#A8898E
(168,137,142)
#B09499
(176,148,153)
#B89FA4
(184,159,164)
#C0AAAF
(192,170,175)
#C8B5BA
(200,181,186)
#D0C0C5
(208,192,197)
#D8CBD0
(216,203,208)
#E0D6DB
(224,214,219)
#E8E1E6
(232,225,230)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07E83; }

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

This text font color is #A07E83.


Background Color

.myBgColor { background-color: #A07E83; }

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

This div background color is #A07E83.


Border color

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

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

This div border color is #A07E83.


Opacity

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

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

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

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

This text has shadow with #A07E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07E83 on black background.


Color preview on white background

This text has color #A07E83 on white background.



Black color preview on #A07E83 background

This text has black color on #A07E83 background.


White color preview on #A07E83 background

This text has white color on #A07E83 background.