COLOR #A07796

HEX: #A07796
RGB: (160,119,150)

Color info

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

RGB color model

#A07796 color RGB value is (160,119,150).

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

RGB channels and saturation

R 160 of 255 = 63%
G 119 of 255 = 47%
B 150 of 255 = 59%

160
119
150

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

Portions of RGB colors in percentages

R + G + B =
160 + 119 + 150 = 429 (100%)
R 160 of 429 ~ 37.3%
G 119 of 429 ~ 27.74%
B 150 of 429 ~ 34.97%

%37.3
%27.74
%34.97

CMYK color model

#A07796 color CMYK value is (0,26,6,37).

  • cyan value is 0.00%
  • magenta value is 25.63%
  • yellow value is 6.25%
  • key color value is 37.25%
CMYK:
(0,26,6,37)
C0M26Y6K37 
(0%,26%,6%,37%)
(0.00/0.26/0.06/0.37)	

CMYK percentages

%0
%25.63
%6.25
%37.25

Codes

Color #A07796 in popluar color models

A07796
RGB160119150
HSL315°17.75%54.71%
HSB/HSV315°25.63%62.75%
CMYK0.00%25.63%6.25%
37.25%

Color #A07796 in popluar number systems.

HEXA07796
Decimal160119150
Binary10100000111011110010110
Octal240167226

Shades and tints

Shades of #A07796

#A07796
(160,119,150)
#926D89
(146,109,137)
#84637C
(132,99,124)
#76596F
(118,89,111)
#684F62
(104,79,98)
#5A4555
(90,69,85)
#4C3B48
(76,59,72)
#3E313B
(62,49,59)
#30272E
(48,39,46)
#221D21
(34,29,33)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #A07796

#A07796
(160,119,150)
#A8839F
(168,131,159)
#B08FA8
(176,143,168)
#B89BB1
(184,155,177)
#C0A7BA
(192,167,186)
#C8B3C3
(200,179,195)
#D0BFCC
(208,191,204)
#D8CBD5
(216,203,213)
#E0D7DE
(224,215,222)
#E8E3E7
(232,227,231)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07796; }

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

This text font color is #A07796.


Background Color

.myBgColor { background-color: #A07796; }

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

This div background color is #A07796.


Border color

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

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

This div border color is #A07796.


Opacity

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

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

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

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

This text has shadow with #A07796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07796 on black background.


Color preview on white background

This text has color #A07796 on white background.



Black color preview on #A07796 background

This text has black color on #A07796 background.


White color preview on #A07796 background

This text has white color on #A07796 background.