COLOR #A07079

HEX: #A07079
RGB: (160,112,121)

Color info

#A07079 contains red, green and blue colors in about the same proportion. Web safe color of #A07079 is #996666 (or #966).

RGB color model

#A07079 color RGB value is (160,112,121).

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

RGB channels and saturation

R 160 of 255 = 63%
G 112 of 255 = 44%
B 121 of 255 = 47%

160
112
121

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

Portions of RGB colors in percentages

R + G + B =
160 + 112 + 121 = 393 (100%)
R 160 of 393 ~ 40.71%
G 112 of 393 ~ 28.5%
B 121 of 393 ~ 30.79%

%40.71
%28.5
%30.79

CMYK color model

#A07079 color CMYK value is (0,30,24,37).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 24.38%
  • key color value is 37.25%
CMYK:
(0,30,24,37)
C0M30Y24K37 
(0%,30%,24%,37%)
(0.00/0.30/0.24/0.37)	

CMYK percentages

%0
%30
%24.38
%37.25

Codes

Color #A07079 in popluar color models

A07079
RGB160112121
HSL349°20.17%53.33%
HSB/HSV349°30.00%62.75%
CMYK0.00%30.00%24.38%
37.25%

Color #A07079 in popluar number systems.

HEXA07079
Decimal160112121
Binary1010000011100001111001
Octal240160171

Shades and tints

Shades of #A07079

#A07079
(160,112,121)
#92666E
(146,102,110)
#845C63
(132,92,99)
#765258
(118,82,88)
#68484D
(104,72,77)
#5A3E42
(90,62,66)
#4C3437
(76,52,55)
#3E2A2C
(62,42,44)
#302021
(48,32,33)
#221616
(34,22,22)
#140C0B
(20,12,11)
#000000
(0,0,0)

Tints of #A07079

#A07079
(160,112,121)
#A87D85
(168,125,133)
#B08A91
(176,138,145)
#B8979D
(184,151,157)
#C0A4A9
(192,164,169)
#C8B1B5
(200,177,181)
#D0BEC1
(208,190,193)
#D8CBCD
(216,203,205)
#E0D8D9
(224,216,217)
#E8E5E5
(232,229,229)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07079; }

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

This text font color is #A07079.


Background Color

.myBgColor { background-color: #A07079; }

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

This div background color is #A07079.


Border color

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

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

This div border color is #A07079.


Opacity

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

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

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

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

This text has shadow with #A07079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07079 on black background.


Color preview on white background

This text has color #A07079 on white background.



Black color preview on #A07079 background

This text has black color on #A07079 background.


White color preview on #A07079 background

This text has white color on #A07079 background.