COLOR #A77D5D

HEX: #A77D5D RGB: (167,125,93)

Color info

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

RGB color model

#A77D5D color RGB value is (167,125,93).

RGB: (167,125,93) (65%, 49%, 36%)

RGB channels and saturation

R 167 of 255 = 65%
G 125 of 255 = 49%
B 93 of 255 = 36%

167
125
93

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

Portions of RGB colors in percentages

R + G + B = 167 + 125 + 93 = 385 (100%)
R 167 of 385 ~ 43.38%
G 125 of 385 ~ 32.47%
B 93 of 385 ~ 24.16'%

%43.38
%32.47
%24.16

CMYK color model

#A77D5D color CMYK value is (0,25,44,35).

  • cyan value is 0.00%
  • magenta value is 25.15%
  • yellow value is 44.31%
  • key color value is 34.51%

CMYK: (0,25,44,35)
C0M25Y44K35 (0%, 25%, 44%, 35%)
(0.00 / 0.25 / 0.44 / 0.35)

CMYK percentages

%0
%25.15
%44.31
%34.51

Codes

Color #A77D5D in popluar color models

A7 7D 5D
RGB 167 125 93
HSL 26° 29.60% 50.98%
HSB/HSV 26° 44.31% 65.49%
CMYK 0.00% 25.15% 44.31%
34.51%

Color #A77D5D in popluar number systems.

HEX A7 7D 5D
Decimal 167 125 93
Binary 10100111 1111101 1011101
Octal 247 175 135

Shades and tints

Shades of #A77D5D

#A77D5D
(167,125,93)
#987255
(152,114,85)
#89674D
(137,103,77)
#7A5C45
(122,92,69)
#6B513D
(107,81,61)
#5C4635
(92,70,53)
#4D3B2D
(77,59,45)
#3E3025
(62,48,37)
#2F251D
(47,37,29)
#201A15
(32,26,21)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #A77D5D

#A77D5D
(167,125,93)
#AF886B
(175,136,107)
#B79379
(183,147,121)
#BF9E87
(191,158,135)
#C7A995
(199,169,149)
#CFB4A3
(207,180,163)
#D7BFB1
(215,191,177)
#DFCABF
(223,202,191)
#E7D5CD
(231,213,205)
#EFE0DB
(239,224,219)
#F7EBE9
(247,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A77D5D color. Also use rgb(167,125,93) instead hex code.

Text Font Color

.myTextColor { color: #A77D5D; }

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

This text font color is #A77D5D.

Background Color

.myBgColor { background-color: #A77D5D; }

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

This div background color is #A77D5D.

Border color

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

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

This div border color is #A77D5D.

Opacity

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

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

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

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

This text has shadow with #A77D5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A77D5D.

Preview

Color preview on black background

This text has color #A77D5D on black background.


Color preview on white background

This text has color #A77D5D on white background.


Black color preview on #A77D5D background

This text has black color on #A77D5D background.


White color preview on #A77D5D background

This text has white color on #A77D5D background.


Related colors

Complementary color

Complementary color for #hex is #5882A2.


I love getcolorcode.com

Triadic colors

1 #5DA77D and #7D5DA7 with #A77D5D are triadic colors.

2 #5D7DA7 and #7DA75D with #A77D5D are triadic colors.