COLOR #A07781

HEX: #A07781
RGB: (160,119,129)

Color info

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

RGB color model

#A07781 color RGB value is (160,119,129).

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

RGB channels and saturation

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

160
119
129

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

Portions of RGB colors in percentages

R + G + B =
160 + 119 + 129 = 408 (100%)
R 160 of 408 ~ 39.22%
G 119 of 408 ~ 29.17%
B 129 of 408 ~ 31.62%

%39.22
%29.17
%31.62

CMYK color model

#A07781 color CMYK value is (0,26,19,37).

  • cyan value is 0.00%
  • magenta value is 25.63%
  • yellow value is 19.38%
  • key color value is 37.25%
CMYK:
(0,26,19,37)
C0M26Y19K37 
(0%,26%,19%,37%)
(0.00/0.26/0.19/0.37)	

CMYK percentages

%0
%25.63
%19.38
%37.25

Codes

Color #A07781 in popluar color models

A07781
RGB160119129
HSL345°17.75%54.71%
HSB/HSV345°25.63%62.75%
CMYK0.00%25.63%19.38%
37.25%

Color #A07781 in popluar number systems.

HEXA07781
Decimal160119129
Binary10100000111011110000001
Octal240167201

Shades and tints

Shades of #A07781

#A07781
(160,119,129)
#926D76
(146,109,118)
#84636B
(132,99,107)
#765960
(118,89,96)
#684F55
(104,79,85)
#5A454A
(90,69,74)
#4C3B3F
(76,59,63)
#3E3134
(62,49,52)
#302729
(48,39,41)
#221D1E
(34,29,30)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #A07781

#A07781
(160,119,129)
#A8838C
(168,131,140)
#B08F97
(176,143,151)
#B89BA2
(184,155,162)
#C0A7AD
(192,167,173)
#C8B3B8
(200,179,184)
#D0BFC3
(208,191,195)
#D8CBCE
(216,203,206)
#E0D7D9
(224,215,217)
#E8E3E4
(232,227,228)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07781; }

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

This text font color is #A07781.


Background Color

.myBgColor { background-color: #A07781; }

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

This div background color is #A07781.


Border color

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

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

This div border color is #A07781.


Opacity

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

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

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

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

This text has shadow with #A07781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07781 on black background.


Color preview on white background

This text has color #A07781 on white background.



Black color preview on #A07781 background

This text has black color on #A07781 background.


White color preview on #A07781 background

This text has white color on #A07781 background.