COLOR #A07F81

HEX: #A07F81
RGB: (160,127,129)

Color info

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

RGB color model

#A07F81 color RGB value is (160,127,129).

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

RGB channels and saturation

R 160 of 255 = 63%
G 127 of 255 = 50%
B 129 of 255 = 51%

160
127
129

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

Portions of RGB colors in percentages

R + G + B =
160 + 127 + 129 = 416 (100%)
R 160 of 416 ~ 38.46%
G 127 of 416 ~ 30.53%
B 129 of 416 ~ 31.01%

%38.46
%30.53
%31.01

CMYK color model

#A07F81 color CMYK value is (0,21,19,37).

  • cyan value is 0.00%
  • magenta value is 20.63%
  • yellow value is 19.38%
  • key color value is 37.25%
CMYK:
(0,21,19,37)
C0M21Y19K37 
(0%,21%,19%,37%)
(0.00/0.21/0.19/0.37)	

CMYK percentages

%0
%20.63
%19.38
%37.25

Codes

Color #A07F81 in popluar color models

A07F81
RGB160127129
HSL356°14.80%56.27%
HSB/HSV356°20.63%62.75%
CMYK0.00%20.63%19.38%
37.25%

Color #A07F81 in popluar number systems.

HEXA07F81
Decimal160127129
Binary10100000111111110000001
Octal240177201

Shades and tints

Shades of #A07F81

#A07F81
(160,127,129)
#927476
(146,116,118)
#84696B
(132,105,107)
#765E60
(118,94,96)
#685355
(104,83,85)
#5A484A
(90,72,74)
#4C3D3F
(76,61,63)
#3E3234
(62,50,52)
#302729
(48,39,41)
#221C1E
(34,28,30)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #A07F81

#A07F81
(160,127,129)
#A88A8C
(168,138,140)
#B09597
(176,149,151)
#B8A0A2
(184,160,162)
#C0ABAD
(192,171,173)
#C8B6B8
(200,182,184)
#D0C1C3
(208,193,195)
#D8CCCE
(216,204,206)
#E0D7D9
(224,215,217)
#E8E2E4
(232,226,228)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07F81; }

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

This text font color is #A07F81.


Background Color

.myBgColor { background-color: #A07F81; }

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

This div background color is #A07F81.


Border color

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

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

This div border color is #A07F81.


Opacity

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

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

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

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

This text has shadow with #A07F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07F81 on black background.


Color preview on white background

This text has color #A07F81 on white background.



Black color preview on #A07F81 background

This text has black color on #A07F81 background.


White color preview on #A07F81 background

This text has white color on #A07F81 background.