COLOR #A07799

HEX: #A07799
RGB: (160,119,153)

Color info

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

RGB color model

#A07799 color RGB value is (160,119,153).

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

RGB channels and saturation

R 160 of 255 = 63%
G 119 of 255 = 47%
B 153 of 255 = 60%

160
119
153

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

Portions of RGB colors in percentages

R + G + B =
160 + 119 + 153 = 432 (100%)
R 160 of 432 ~ 37.04%
G 119 of 432 ~ 27.55%
B 153 of 432 ~ 35.42%

%37.04
%27.55
%35.42

CMYK color model

#A07799 color CMYK value is (0,26,4,37).

  • cyan value is 0.00%
  • magenta value is 25.63%
  • yellow value is 4.38%
  • key color value is 37.25%
CMYK:
(0,26,4,37)
C0M26Y4K37 
(0%,26%,4%,37%)
(0.00/0.26/0.04/0.37)	

CMYK percentages

%0
%25.63
%4.38
%37.25

Codes

Color #A07799 in popluar color models

A07799
RGB160119153
HSL310°17.75%54.71%
HSB/HSV310°25.63%62.75%
CMYK0.00%25.63%4.38%
37.25%

Color #A07799 in popluar number systems.

HEXA07799
Decimal160119153
Binary10100000111011110011001
Octal240167231

Shades and tints

Shades of #A07799

#A07799
(160,119,153)
#926D8C
(146,109,140)
#84637F
(132,99,127)
#765972
(118,89,114)
#684F65
(104,79,101)
#5A4558
(90,69,88)
#4C3B4B
(76,59,75)
#3E313E
(62,49,62)
#302731
(48,39,49)
#221D24
(34,29,36)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #A07799

#A07799
(160,119,153)
#A883A2
(168,131,162)
#B08FAB
(176,143,171)
#B89BB4
(184,155,180)
#C0A7BD
(192,167,189)
#C8B3C6
(200,179,198)
#D0BFCF
(208,191,207)
#D8CBD8
(216,203,216)
#E0D7E1
(224,215,225)
#E8E3EA
(232,227,234)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07799; }

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

This text font color is #A07799.


Background Color

.myBgColor { background-color: #A07799; }

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

This div background color is #A07799.


Border color

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

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

This div border color is #A07799.


Opacity

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

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

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

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

This text has shadow with #A07799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07799 on black background.


Color preview on white background

This text has color #A07799 on white background.



Black color preview on #A07799 background

This text has black color on #A07799 background.


White color preview on #A07799 background

This text has white color on #A07799 background.