COLOR #A07981

HEX: #A07981
RGB: (160,121,129)

Color info

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

RGB color model

#A07981 color RGB value is (160,121,129).

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

RGB channels and saturation

R 160 of 255 = 63%
G 121 of 255 = 47%
B 129 of 255 = 51%

160
121
129

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

Portions of RGB colors in percentages

R + G + B =
160 + 121 + 129 = 410 (100%)
R 160 of 410 ~ 39.02%
G 121 of 410 ~ 29.51%
B 129 of 410 ~ 31.46%

%39.02
%29.51
%31.46

CMYK color model

#A07981 color CMYK value is (0,24,19,37).

  • cyan value is 0.00%
  • magenta value is 24.38%
  • yellow value is 19.38%
  • key color value is 37.25%
CMYK:
(0,24,19,37)
C0M24Y19K37 
(0%,24%,19%,37%)
(0.00/0.24/0.19/0.37)	

CMYK percentages

%0
%24.38
%19.38
%37.25

Codes

Color #A07981 in popluar color models

A07981
RGB160121129
HSL348°17.03%55.10%
HSB/HSV348°24.38%62.75%
CMYK0.00%24.38%19.38%
37.25%

Color #A07981 in popluar number systems.

HEXA07981
Decimal160121129
Binary10100000111100110000001
Octal240171201

Shades and tints

Shades of #A07981

#A07981
(160,121,129)
#926E76
(146,110,118)
#84636B
(132,99,107)
#765860
(118,88,96)
#684D55
(104,77,85)
#5A424A
(90,66,74)
#4C373F
(76,55,63)
#3E2C34
(62,44,52)
#302129
(48,33,41)
#22161E
(34,22,30)
#140B13
(20,11,19)
#000000
(0,0,0)

Tints of #A07981

#A07981
(160,121,129)
#A8858C
(168,133,140)
#B09197
(176,145,151)
#B89DA2
(184,157,162)
#C0A9AD
(192,169,173)
#C8B5B8
(200,181,184)
#D0C1C3
(208,193,195)
#D8CDCE
(216,205,206)
#E0D9D9
(224,217,217)
#E8E5E4
(232,229,228)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07981; }

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

This text font color is #A07981.


Background Color

.myBgColor { background-color: #A07981; }

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

This div background color is #A07981.


Border color

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

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

This div border color is #A07981.


Opacity

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

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

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

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

This text has shadow with #A07981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07981 on black background.


Color preview on white background

This text has color #A07981 on white background.



Black color preview on #A07981 background

This text has black color on #A07981 background.


White color preview on #A07981 background

This text has white color on #A07981 background.