COLOR #A07F8E

HEX: #A07F8E
RGB: (160,127,142)

Color info

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

RGB color model

#A07F8E color RGB value is (160,127,142).

  • red value is 160;
  • green value is 127;
  • blue value is 142.
RGB:
(160,127,142)
(63%,50%,56%)

RGB channels and saturation

R 160 of 255 = 63%
G 127 of 255 = 50%
B 142 of 255 = 56%

160
127
142

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

Portions of RGB colors in percentages

R + G + B =
160 + 127 + 142 = 429 (100%)
R 160 of 429 ~ 37.3%
G 127 of 429 ~ 29.6%
B 142 of 429 ~ 33.1%

%37.3
%29.6
%33.1

CMYK color model

#A07F8E color CMYK value is (0,21,11,37).

  • cyan value is 0.00%
  • magenta value is 20.63%
  • yellow value is 11.25%
  • key color value is 37.25%
CMYK:
(0,21,11,37)
C0M21Y11K37 
(0%,21%,11%,37%)
(0.00/0.21/0.11/0.37)	

CMYK percentages

%0
%20.63
%11.25
%37.25

Codes

Color #A07F8E in popluar color models

A07F8E
RGB160127142
HSL333°14.80%56.27%
HSB/HSV333°20.63%62.75%
CMYK0.00%20.63%11.25%
37.25%

Color #A07F8E in popluar number systems.

HEXA07F8E
Decimal160127142
Binary10100000111111110001110
Octal240177216

Shades and tints

Shades of #A07F8E

#A07F8E
(160,127,142)
#927482
(146,116,130)
#846976
(132,105,118)
#765E6A
(118,94,106)
#68535E
(104,83,94)
#5A4852
(90,72,82)
#4C3D46
(76,61,70)
#3E323A
(62,50,58)
#30272E
(48,39,46)
#221C22
(34,28,34)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #A07F8E

#A07F8E
(160,127,142)
#A88A98
(168,138,152)
#B095A2
(176,149,162)
#B8A0AC
(184,160,172)
#C0ABB6
(192,171,182)
#C8B6C0
(200,182,192)
#D0C1CA
(208,193,202)
#D8CCD4
(216,204,212)
#E0D7DE
(224,215,222)
#E8E2E8
(232,226,232)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A07F8E color. Also use rgb(160,127,142) instead hex code.

Text Font Color

.myTextColor { color: #A07F8E; }

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

This text font color is #A07F8E.


Background Color

.myBgColor { background-color: #A07F8E; }

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

This div background color is #A07F8E.


Border color

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

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

This div border color is #A07F8E.


Opacity

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

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

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

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

This text has shadow with #A07F8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07F8E on black background.


Color preview on white background

This text has color #A07F8E on white background.



Black color preview on #A07F8E background

This text has black color on #A07F8E background.


White color preview on #A07F8E background

This text has white color on #A07F8E background.