COLOR #A06977

HEX: #A06977
RGB: (160,105,119)

Color info

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

RGB color model

#A06977 color RGB value is (160,105,119).

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

RGB channels and saturation

R 160 of 255 = 63%
G 105 of 255 = 41%
B 119 of 255 = 47%

160
105
119

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

Portions of RGB colors in percentages

R + G + B =
160 + 105 + 119 = 384 (100%)
R 160 of 384 ~ 41.67%
G 105 of 384 ~ 27.34%
B 119 of 384 ~ 30.99%

%41.67
%27.34
%30.99

CMYK color model

#A06977 color CMYK value is (0,34,26,37).

  • cyan value is 0.00%
  • magenta value is 34.38%
  • yellow value is 25.63%
  • key color value is 37.25%
CMYK:
(0,34,26,37)
C0M34Y26K37 
(0%,34%,26%,37%)
(0.00/0.34/0.26/0.37)	

CMYK percentages

%0
%34.38
%25.63
%37.25

Codes

Color #A06977 in popluar color models

A06977
RGB160105119
HSL345°22.45%51.96%
HSB/HSV345°34.38%62.75%
CMYK0.00%34.38%25.63%
37.25%

Color #A06977 in popluar number systems.

HEXA06977
Decimal160105119
Binary1010000011010011110111
Octal240151167

Shades and tints

Shades of #A06977

#A06977
(160,105,119)
#92606D
(146,96,109)
#845763
(132,87,99)
#764E59
(118,78,89)
#68454F
(104,69,79)
#5A3C45
(90,60,69)
#4C333B
(76,51,59)
#3E2A31
(62,42,49)
#302127
(48,33,39)
#22181D
(34,24,29)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #A06977

#A06977
(160,105,119)
#A87683
(168,118,131)
#B0838F
(176,131,143)
#B8909B
(184,144,155)
#C09DA7
(192,157,167)
#C8AAB3
(200,170,179)
#D0B7BF
(208,183,191)
#D8C4CB
(216,196,203)
#E0D1D7
(224,209,215)
#E8DEE3
(232,222,227)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06977; }

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

This text font color is #A06977.


Background Color

.myBgColor { background-color: #A06977; }

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

This div background color is #A06977.


Border color

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

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

This div border color is #A06977.


Opacity

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

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

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

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

This text has shadow with #A06977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06977 on black background.


Color preview on white background

This text has color #A06977 on white background.



Black color preview on #A06977 background

This text has black color on #A06977 background.


White color preview on #A06977 background

This text has white color on #A06977 background.