COLOR #A06771

HEX: #A06771
RGB: (160,103,113)

Color info

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

RGB color model

#A06771 color RGB value is (160,103,113).

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

RGB channels and saturation

R 160 of 255 = 63%
G 103 of 255 = 40%
B 113 of 255 = 44%

160
103
113

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

Portions of RGB colors in percentages

R + G + B =
160 + 103 + 113 = 376 (100%)
R 160 of 376 ~ 42.55%
G 103 of 376 ~ 27.39%
B 113 of 376 ~ 30.05%

%42.55
%27.39
%30.05

CMYK color model

#A06771 color CMYK value is (0,36,29,37).

  • cyan value is 0.00%
  • magenta value is 35.63%
  • yellow value is 29.38%
  • key color value is 37.25%
CMYK:
(0,36,29,37)
C0M36Y29K37 
(0%,36%,29%,37%)
(0.00/0.36/0.29/0.37)	

CMYK percentages

%0
%35.63
%29.38
%37.25

Codes

Color #A06771 in popluar color models

A06771
RGB160103113
HSL349°23.08%51.57%
HSB/HSV349°35.63%62.75%
CMYK0.00%35.63%29.38%
37.25%

Color #A06771 in popluar number systems.

HEXA06771
Decimal160103113
Binary1010000011001111110001
Octal240147161

Shades and tints

Shades of #A06771

#A06771
(160,103,113)
#925E67
(146,94,103)
#84555D
(132,85,93)
#764C53
(118,76,83)
#684349
(104,67,73)
#5A3A3F
(90,58,63)
#4C3135
(76,49,53)
#3E282B
(62,40,43)
#301F21
(48,31,33)
#221617
(34,22,23)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #A06771

#A06771
(160,103,113)
#A8747D
(168,116,125)
#B08189
(176,129,137)
#B88E95
(184,142,149)
#C09BA1
(192,155,161)
#C8A8AD
(200,168,173)
#D0B5B9
(208,181,185)
#D8C2C5
(216,194,197)
#E0CFD1
(224,207,209)
#E8DCDD
(232,220,221)
#F0E9E9
(240,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06771; }

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

This text font color is #A06771.


Background Color

.myBgColor { background-color: #A06771; }

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

This div background color is #A06771.


Border color

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

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

This div border color is #A06771.


Opacity

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

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

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

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

This text has shadow with #A06771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06771 on black background.


Color preview on white background

This text has color #A06771 on white background.



Black color preview on #A06771 background

This text has black color on #A06771 background.


White color preview on #A06771 background

This text has white color on #A06771 background.