COLOR #A07F88

HEX: #A07F88
RGB: (160,127,136)

Color info

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

RGB color model

#A07F88 color RGB value is (160,127,136).

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

RGB channels and saturation

R 160 of 255 = 63%
G 127 of 255 = 50%
B 136 of 255 = 53%

160
127
136

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

Portions of RGB colors in percentages

R + G + B =
160 + 127 + 136 = 423 (100%)
R 160 of 423 ~ 37.83%
G 127 of 423 ~ 30.02%
B 136 of 423 ~ 32.15%

%37.83
%30.02
%32.15

CMYK color model

#A07F88 color CMYK value is (0,21,15,37).

  • cyan value is 0.00%
  • magenta value is 20.63%
  • yellow value is 15.00%
  • key color value is 37.25%
CMYK:
(0,21,15,37)
C0M21Y15K37 
(0%,21%,15%,37%)
(0.00/0.21/0.15/0.37)	

CMYK percentages

%0
%20.63
%15
%37.25

Codes

Color #A07F88 in popluar color models

A07F88
RGB160127136
HSL344°14.80%56.27%
HSB/HSV344°20.63%62.75%
CMYK0.00%20.63%15.00%
37.25%

Color #A07F88 in popluar number systems.

HEXA07F88
Decimal160127136
Binary10100000111111110001000
Octal240177210

Shades and tints

Shades of #A07F88

#A07F88
(160,127,136)
#92747C
(146,116,124)
#846970
(132,105,112)
#765E64
(118,94,100)
#685358
(104,83,88)
#5A484C
(90,72,76)
#4C3D40
(76,61,64)
#3E3234
(62,50,52)
#302728
(48,39,40)
#221C1C
(34,28,28)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #A07F88

#A07F88
(160,127,136)
#A88A92
(168,138,146)
#B0959C
(176,149,156)
#B8A0A6
(184,160,166)
#C0ABB0
(192,171,176)
#C8B6BA
(200,182,186)
#D0C1C4
(208,193,196)
#D8CCCE
(216,204,206)
#E0D7D8
(224,215,216)
#E8E2E2
(232,226,226)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07F88; }

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

This text font color is #A07F88.


Background Color

.myBgColor { background-color: #A07F88; }

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

This div background color is #A07F88.


Border color

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

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

This div border color is #A07F88.


Opacity

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

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

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

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

This text has shadow with #A07F88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07F88 on black background.


Color preview on white background

This text has color #A07F88 on white background.



Black color preview on #A07F88 background

This text has black color on #A07F88 background.


White color preview on #A07F88 background

This text has white color on #A07F88 background.