COLOR #A07F84

HEX: #A07F84
RGB: (160,127,132)

Color info

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

RGB color model

#A07F84 color RGB value is (160,127,132).

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

RGB channels and saturation

R 160 of 255 = 63%
G 127 of 255 = 50%
B 132 of 255 = 52%

160
127
132

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

Portions of RGB colors in percentages

R + G + B =
160 + 127 + 132 = 419 (100%)
R 160 of 419 ~ 38.19%
G 127 of 419 ~ 30.31%
B 132 of 419 ~ 31.5%

%38.19
%30.31
%31.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.63%
  • yellow value is 17.50%
  • 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
%20.63
%17.5
%37.25

Codes

Color #A07F84 in popluar color models

A07F84
RGB160127132
HSL351°14.80%56.27%
HSB/HSV351°20.63%62.75%
CMYK0.00%20.63%17.50%
37.25%

Color #A07F84 in popluar number systems.

HEXA07F84
Decimal160127132
Binary10100000111111110000100
Octal240177204

Shades and tints

Shades of #A07F84

#A07F84
(160,127,132)
#927478
(146,116,120)
#84696C
(132,105,108)
#765E60
(118,94,96)
#685354
(104,83,84)
#5A4848
(90,72,72)
#4C3D3C
(76,61,60)
#3E3230
(62,50,48)
#302724
(48,39,36)
#221C18
(34,28,24)
#14110C
(20,17,12)
#000000
(0,0,0)

Tints of #A07F84

#A07F84
(160,127,132)
#A88A8F
(168,138,143)
#B0959A
(176,149,154)
#B8A0A5
(184,160,165)
#C0ABB0
(192,171,176)
#C8B6BB
(200,182,187)
#D0C1C6
(208,193,198)
#D8CCD1
(216,204,209)
#E0D7DC
(224,215,220)
#E8E2E7
(232,226,231)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07F84; }

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

This text font color is #A07F84.


Background Color

.myBgColor { background-color: #A07F84; }

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

This div background color is #A07F84.


Border color

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

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

This div border color is #A07F84.


Opacity

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

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

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

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

This text has shadow with #A07F84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07F84 on black background.


Color preview on white background

This text has color #A07F84 on white background.



Black color preview on #A07F84 background

This text has black color on #A07F84 background.


White color preview on #A07F84 background

This text has white color on #A07F84 background.