COLOR #A77F2F

HEX: #A77F2F RGB: (167,127,47)

Color info

#A77F2F contains mainly red and green colors. Web safe color of #A77F2F is #996633 (or #963).

RGB color model

#A77F2F color RGB value is (167,127,47).

RGB: (167,127,47) (65%, 50%, 18%)

RGB channels and saturation

R 167 of 255 = 65%
G 127 of 255 = 50%
B 47 of 255 = 18%

167
127
47

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

Portions of RGB colors in percentages

R + G + B = 167 + 127 + 47 = 341 (100%)
R 167 of 341 ~ 48.97%
G 127 of 341 ~ 37.24%
B 47 of 341 ~ 13.78'%

%48.97
%37.24
%13.78

CMYK color model

#A77F2F color CMYK value is (0,24,72,35).

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

CMYK: (0,24,72,35)
C0M24Y72K35 (0%, 24%, 72%, 35%)
(0.00 / 0.24 / 0.72 / 0.35)

CMYK percentages

%0
%23.95
%71.86
%34.51

Codes

Color #A77F2F in popluar color models

A7 7F 2F
RGB 167 127 47
HSL 40° 56.07% 41.96%
HSB/HSV 40° 71.86% 65.49%
CMYK 0.00% 23.95% 71.86%
34.51%

Color #A77F2F in popluar number systems.

HEX A7 7F 2F
Decimal 167 127 47
Binary 10100111 1111111 101111
Octal 247 177 57

Shades and tints

Shades of #A77F2F

#A77F2F
(167,127,47)
#98742B
(152,116,43)
#896927
(137,105,39)
#7A5E23
(122,94,35)
#6B531F
(107,83,31)
#5C481B
(92,72,27)
#4D3D17
(77,61,23)
#3E3213
(62,50,19)
#2F270F
(47,39,15)
#201C0B
(32,28,11)
#111107
(17,17,7)
#000000
(0,0,0)

Tints of #A77F2F

#A77F2F
(167,127,47)
#AF8A41
(175,138,65)
#B79553
(183,149,83)
#BFA065
(191,160,101)
#C7AB77
(199,171,119)
#CFB689
(207,182,137)
#D7C19B
(215,193,155)
#DFCCAD
(223,204,173)
#E7D7BF
(231,215,191)
#EFE2D1
(239,226,209)
#F7EDE3
(247,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77F2F; }

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

This text font color is #A77F2F.

Background Color

.myBgColor { background-color: #A77F2F; }

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

This div background color is #A77F2F.

Border color

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

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

This div border color is #A77F2F.

Opacity

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

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

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

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

This text has shadow with #A77F2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A77F2F.

Preview

Color preview on black background

This text has color #A77F2F on black background.


Color preview on white background

This text has color #A77F2F on white background.


Black color preview on #A77F2F background

This text has black color on #A77F2F background.


White color preview on #A77F2F background

This text has white color on #A77F2F background.


Related colors

Complementary color

Complementary color for #hex is #5880D0.


I love getcolorcode.com

Triadic colors

1 #2FA77F and #7F2FA7 with #A77F2F are triadic colors.

2 #2F7FA7 and #7FA72F with #A77F2F are triadic colors.