COLOR #A76C5A

HEX: #A76C5A RGB: (167,108,90)

Color info

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

RGB color model

#A76C5A color RGB value is (167,108,90).

RGB: (167,108,90) (65%, 42%, 35%)

RGB channels and saturation

R 167 of 255 = 65%
G 108 of 255 = 42%
B 90 of 255 = 35%

167
108
90

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

Portions of RGB colors in percentages

R + G + B = 167 + 108 + 90 = 365 (100%)
R 167 of 365 ~ 45.75%
G 108 of 365 ~ 29.59%
B 90 of 365 ~ 24.66'%

%45.75
%29.59
%24.66

CMYK color model

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

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

CMYK: (0,35,46,35)
C0M35Y46K35 (0%, 35%, 46%, 35%)
(0.00 / 0.35 / 0.46 / 0.35)

CMYK percentages

%0
%35.33
%46.11
%34.51

Codes

Color #A76C5A in popluar color models

A7 6C 5A
RGB 167 108 90
HSL 14° 30.43% 50.39%
HSB/HSV 14° 46.11% 65.49%
CMYK 0.00% 35.33% 46.11%
34.51%

Color #A76C5A in popluar number systems.

HEX A7 6C 5A
Decimal 167 108 90
Binary 10100111 1101100 1011010
Octal 247 154 132

Shades and tints

Shades of #A76C5A

#A76C5A
(167,108,90)
#986352
(152,99,82)
#895A4A
(137,90,74)
#7A5142
(122,81,66)
#6B483A
(107,72,58)
#5C3F32
(92,63,50)
#4D362A
(77,54,42)
#3E2D22
(62,45,34)
#2F241A
(47,36,26)
#201B12
(32,27,18)
#11120A
(17,18,10)
#000000
(0,0,0)

Tints of #A76C5A

#A76C5A
(167,108,90)
#AF7969
(175,121,105)
#B78678
(183,134,120)
#BF9387
(191,147,135)
#C7A096
(199,160,150)
#CFADA5
(207,173,165)
#D7BAB4
(215,186,180)
#DFC7C3
(223,199,195)
#E7D4D2
(231,212,210)
#EFE1E1
(239,225,225)
#F7EEF0
(247,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A76C5A; }

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

This text font color is #A76C5A.

Background Color

.myBgColor { background-color: #A76C5A; }

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

This div background color is #A76C5A.

Border color

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

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

This div border color is #A76C5A.

Opacity

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

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

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

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

This text has shadow with #A76C5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A76C5A.

Preview

Color preview on black background

This text has color #A76C5A on black background.


Color preview on white background

This text has color #A76C5A on white background.


Black color preview on #A76C5A background

This text has black color on #A76C5A background.


White color preview on #A76C5A background

This text has white color on #A76C5A background.


Related colors

Complementary color

Complementary color for #hex is #5893A5.


I love getcolorcode.com

Triadic colors

1 #5AA76C and #6C5AA7 with #A76C5A are triadic colors.

2 #5A6CA7 and #6CA75A with #A76C5A are triadic colors.