COLOR #A06777

HEX: #A06777 RGB: (160,103,119)

Color info

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

RGB color model

#A06777 color RGB value is (160,103,119).

RGB: (160,103,119) (63%, 40%, 47%)

RGB channels and saturation

R 160 of 255 = 63%
G 103 of 255 = 40%
B 119 of 255 = 47%

160
103
119

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

Portions of RGB colors in percentages

R + G + B = 160 + 103 + 119 = 382 (100%)
R 160 of 382 ~ 41.88%
G 103 of 382 ~ 26.96%
B 119 of 382 ~ 31.15'%

%41.88
%26.96
%31.15

CMYK color model

#A06777 color CMYK value is (0,36,26,37).

  • cyan value is 0.00%
  • magenta value is 35.63%
  • yellow value is 25.63%
  • key color value is 37.25%

CMYK: (0,36,26,37)
C0M36Y26K37 (0%, 36%, 26%, 37%)
(0.00 / 0.36 / 0.26 / 0.37)

CMYK percentages

%0
%35.63
%25.63
%37.25

Codes

Color #A06777 in popluar color models

A0 67 77
RGB 160 103 119
HSL 343° 23.08% 51.57%
HSB/HSV 343° 35.63% 62.75%
CMYK 0.00% 35.63% 25.63%
37.25%

Color #A06777 in popluar number systems.

HEX A0 67 77
Decimal 160 103 119
Binary 10100000 1100111 1110111
Octal 240 147 167

Shades and tints

Shades of #A06777

#A06777
(160,103,119)
#925E6D
(146,94,109)
#845563
(132,85,99)
#764C59
(118,76,89)
#68434F
(104,67,79)
#5A3A45
(90,58,69)
#4C313B
(76,49,59)
#3E2831
(62,40,49)
#301F27
(48,31,39)
#22161D
(34,22,29)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #A06777

#A06777
(160,103,119)
#A87483
(168,116,131)
#B0818F
(176,129,143)
#B88E9B
(184,142,155)
#C09BA7
(192,155,167)
#C8A8B3
(200,168,179)
#D0B5BF
(208,181,191)
#D8C2CB
(216,194,203)
#E0CFD7
(224,207,215)
#E8DCE3
(232,220,227)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06777; }

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

This text font color is #A06777.

Background Color

.myBgColor { background-color: #A06777; }

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

This div background color is #A06777.

Border color

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

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

This div border color is #A06777.

Opacity

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

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

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

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

This text has shadow with #A06777 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A06777.

Preview

Color preview on black background

This text has color #A06777 on black background.


Color preview on white background

This text has color #A06777 on white background.


Black color preview on #A06777 background

This text has black color on #A06777 background.


White color preview on #A06777 background

This text has white color on #A06777 background.


Related colors

Complementary color

Complementary color for #hex is #5F9888.


I love getcolorcode.com

Triadic colors

1 #77A067 and #6777A0 with #A06777 are triadic colors.

2 #7767A0 and #67A077 with #A06777 are triadic colors.