COLOR #A77F5A

HEX: #A77F5A RGB: (167,127,90)

Color info

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

RGB color model

#A77F5A color RGB value is (167,127,90).

RGB: (167,127,90) (65%, 50%, 35%)

RGB channels and saturation

R 167 of 255 = 65%
G 127 of 255 = 50%
B 90 of 255 = 35%

167
127
90

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

Portions of RGB colors in percentages

R + G + B = 167 + 127 + 90 = 384 (100%)
R 167 of 384 ~ 43.49%
G 127 of 384 ~ 33.07%
B 90 of 384 ~ 23.44'%

%43.49
%33.07
%23.44

CMYK color model

#A77F5A color CMYK value is (0,24,46,35).

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

CMYK: (0,24,46,35)
C0M24Y46K35 (0%, 24%, 46%, 35%)
(0.00 / 0.24 / 0.46 / 0.35)

CMYK percentages

%0
%23.95
%46.11
%34.51

Codes

Color #A77F5A in popluar color models

A7 7F 5A
RGB 167 127 90
HSL 29° 30.43% 50.39%
HSB/HSV 29° 46.11% 65.49%
CMYK 0.00% 23.95% 46.11%
34.51%

Color #A77F5A in popluar number systems.

HEX A7 7F 5A
Decimal 167 127 90
Binary 10100111 1111111 1011010
Octal 247 177 132

Shades and tints

Shades of #A77F5A

#A77F5A
(167,127,90)
#987452
(152,116,82)
#89694A
(137,105,74)
#7A5E42
(122,94,66)
#6B533A
(107,83,58)
#5C4832
(92,72,50)
#4D3D2A
(77,61,42)
#3E3222
(62,50,34)
#2F271A
(47,39,26)
#201C12
(32,28,18)
#11110A
(17,17,10)
#000000
(0,0,0)

Tints of #A77F5A

#A77F5A
(167,127,90)
#AF8A69
(175,138,105)
#B79578
(183,149,120)
#BFA087
(191,160,135)
#C7AB96
(199,171,150)
#CFB6A5
(207,182,165)
#D7C1B4
(215,193,180)
#DFCCC3
(223,204,195)
#E7D7D2
(231,215,210)
#EFE2E1
(239,226,225)
#F7EDF0
(247,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77F5A; }

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

This text font color is #A77F5A.

Background Color

.myBgColor { background-color: #A77F5A; }

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

This div background color is #A77F5A.

Border color

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

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

This div border color is #A77F5A.

Opacity

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

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

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

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

This text has shadow with #A77F5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A77F5A.

Preview

Color preview on black background

This text has color #A77F5A on black background.


Color preview on white background

This text has color #A77F5A on white background.


Black color preview on #A77F5A background

This text has black color on #A77F5A background.


White color preview on #A77F5A background

This text has white color on #A77F5A background.


Related colors

Complementary color

Complementary color for #hex is #5880A5.


I love getcolorcode.com

Triadic colors

1 #5AA77F and #7F5AA7 with #A77F5A are triadic colors.

2 #5A7FA7 and #7FA75A with #A77F5A are triadic colors.