COLOR #A77F63

HEX: #A77F63 RGB: (167,127,99)

Color info

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

RGB color model

#A77F63 color RGB value is (167,127,99).

RGB: (167,127,99) (65%, 50%, 39%)

RGB channels and saturation

R 167 of 255 = 65%
G 127 of 255 = 50%
B 99 of 255 = 39%

167
127
99

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

Portions of RGB colors in percentages

R + G + B = 167 + 127 + 99 = 393 (100%)
R 167 of 393 ~ 42.49%
G 127 of 393 ~ 32.32%
B 99 of 393 ~ 25.19'%

%42.49
%32.32
%25.19

CMYK color model

#A77F63 color CMYK value is (0,24,41,35).

  • cyan value is 0.00%
  • magenta value is 23.95%
  • yellow value is 40.72%
  • key color value is 34.51%

CMYK: (0,24,41,35)
C0M24Y41K35 (0%, 24%, 41%, 35%)
(0.00 / 0.24 / 0.41 / 0.35)

CMYK percentages

%0
%23.95
%40.72
%34.51

Codes

Color #A77F63 in popluar color models

A7 7F 63
RGB 167 127 99
HSL 25° 27.87% 52.16%
HSB/HSV 25° 40.72% 65.49%
CMYK 0.00% 23.95% 40.72%
34.51%

Color #A77F63 in popluar number systems.

HEX A7 7F 63
Decimal 167 127 99
Binary 10100111 1111111 1100011
Octal 247 177 143

Shades and tints

Shades of #A77F63

#A77F63
(167,127,99)
#98745A
(152,116,90)
#896951
(137,105,81)
#7A5E48
(122,94,72)
#6B533F
(107,83,63)
#5C4836
(92,72,54)
#4D3D2D
(77,61,45)
#3E3224
(62,50,36)
#2F271B
(47,39,27)
#201C12
(32,28,18)
#111109
(17,17,9)
#000000
(0,0,0)

Tints of #A77F63

#A77F63
(167,127,99)
#AF8A71
(175,138,113)
#B7957F
(183,149,127)
#BFA08D
(191,160,141)
#C7AB9B
(199,171,155)
#CFB6A9
(207,182,169)
#D7C1B7
(215,193,183)
#DFCCC5
(223,204,197)
#E7D7D3
(231,215,211)
#EFE2E1
(239,226,225)
#F7EDEF
(247,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A77F63 color. Also use rgb(167,127,99) instead hex code.

Text Font Color

.myTextColor { color: #A77F63; }

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

This text font color is #A77F63.

Background Color

.myBgColor { background-color: #A77F63; }

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

This div background color is #A77F63.

Border color

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

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

This div border color is #A77F63.

Opacity

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

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

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

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

This text has shadow with #A77F63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A77F63.

Preview

Color preview on black background

This text has color #A77F63 on black background.


Color preview on white background

This text has color #A77F63 on white background.


Black color preview on #A77F63 background

This text has black color on #A77F63 background.


White color preview on #A77F63 background

This text has white color on #A77F63 background.


Related colors

Complementary color

Complementary color for #hex is #58809C.


I love getcolorcode.com

Triadic colors

1 #63A77F and #7F63A7 with #A77F63 are triadic colors.

2 #637FA7 and #7FA763 with #A77F63 are triadic colors.