COLOR #A06079

HEX: #A06079
RGB: (160,96,121)

Color info

#A06079 contains mainly red and blue colors. Web safe color of #A06079 is #996666 (or #966).

RGB color model

#A06079 color RGB value is (160,96,121).

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

RGB channels and saturation

R 160 of 255 = 63%
G 96 of 255 = 38%
B 121 of 255 = 47%

160
96
121

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

Portions of RGB colors in percentages

R + G + B =
160 + 96 + 121 = 377 (100%)
R 160 of 377 ~ 42.44%
G 96 of 377 ~ 25.46%
B 121 of 377 ~ 32.1%

%42.44
%25.46
%32.1

CMYK color model

#A06079 color CMYK value is (0,40,24,37).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 24.38%
  • key color value is 37.25%
CMYK:
(0,40,24,37)
C0M40Y24K37 
(0%,40%,24%,37%)
(0.00/0.40/0.24/0.37)	

CMYK percentages

%0
%40
%24.38
%37.25

Codes

Color #A06079 in popluar color models

A06079
RGB16096121
HSL337°25.20%50.20%
HSB/HSV337°40.00%62.75%
CMYK0.00%40.00%24.38%
37.25%

Color #A06079 in popluar number systems.

HEXA06079
Decimal16096121
Binary1010000011000001111001
Octal240140171

Shades and tints

Shades of #A06079

#A06079
(160,96,121)
#92586E
(146,88,110)
#845063
(132,80,99)
#764858
(118,72,88)
#68404D
(104,64,77)
#5A3842
(90,56,66)
#4C3037
(76,48,55)
#3E282C
(62,40,44)
#302021
(48,32,33)
#221816
(34,24,22)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #A06079

#A06079
(160,96,121)
#A86E85
(168,110,133)
#B07C91
(176,124,145)
#B88A9D
(184,138,157)
#C098A9
(192,152,169)
#C8A6B5
(200,166,181)
#D0B4C1
(208,180,193)
#D8C2CD
(216,194,205)
#E0D0D9
(224,208,217)
#E8DEE5
(232,222,229)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06079; }

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

This text font color is #A06079.


Background Color

.myBgColor { background-color: #A06079; }

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

This div background color is #A06079.


Border color

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

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

This div border color is #A06079.


Opacity

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

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

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

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

This text has shadow with #A06079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06079 on black background.


Color preview on white background

This text has color #A06079 on white background.



Black color preview on #A06079 background

This text has black color on #A06079 background.


White color preview on #A06079 background

This text has white color on #A06079 background.