COLOR #A06071

HEX: #A06071
RGB: (160,96,113)

Color info

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

RGB color model

#A06071 color RGB value is (160,96,113).

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

RGB channels and saturation

R 160 of 255 = 63%
G 96 of 255 = 38%
B 113 of 255 = 44%

160
96
113

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

Portions of RGB colors in percentages

R + G + B =
160 + 96 + 113 = 369 (100%)
R 160 of 369 ~ 43.36%
G 96 of 369 ~ 26.02%
B 113 of 369 ~ 30.62%

%43.36
%26.02
%30.62

CMYK color model

#A06071 color CMYK value is (0,40,29,37).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 29.38%
  • key color value is 37.25%
CMYK:
(0,40,29,37)
C0M40Y29K37 
(0%,40%,29%,37%)
(0.00/0.40/0.29/0.37)	

CMYK percentages

%0
%40
%29.38
%37.25

Codes

Color #A06071 in popluar color models

A06071
RGB16096113
HSL344°25.20%50.20%
HSB/HSV344°40.00%62.75%
CMYK0.00%40.00%29.38%
37.25%

Color #A06071 in popluar number systems.

HEXA06071
Decimal16096113
Binary1010000011000001110001
Octal240140161

Shades and tints

Shades of #A06071

#A06071
(160,96,113)
#925867
(146,88,103)
#84505D
(132,80,93)
#764853
(118,72,83)
#684049
(104,64,73)
#5A383F
(90,56,63)
#4C3035
(76,48,53)
#3E282B
(62,40,43)
#302021
(48,32,33)
#221817
(34,24,23)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #A06071

#A06071
(160,96,113)
#A86E7D
(168,110,125)
#B07C89
(176,124,137)
#B88A95
(184,138,149)
#C098A1
(192,152,161)
#C8A6AD
(200,166,173)
#D0B4B9
(208,180,185)
#D8C2C5
(216,194,197)
#E0D0D1
(224,208,209)
#E8DEDD
(232,222,221)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06071; }

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

This text font color is #A06071.


Background Color

.myBgColor { background-color: #A06071; }

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

This div background color is #A06071.


Border color

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

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

This div border color is #A06071.


Opacity

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

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

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

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

This text has shadow with #A06071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06071 on black background.


Color preview on white background

This text has color #A06071 on white background.



Black color preview on #A06071 background

This text has black color on #A06071 background.


White color preview on #A06071 background

This text has white color on #A06071 background.