COLOR #A76F4B

HEX: #A76F4B RGB: (167,111,75)

Color info

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

RGB color model

#A76F4B color RGB value is (167,111,75).

RGB: (167,111,75) (65%, 44%, 29%)

RGB channels and saturation

R 167 of 255 = 65%
G 111 of 255 = 44%
B 75 of 255 = 29%

167
111
75

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

Portions of RGB colors in percentages

R + G + B = 167 + 111 + 75 = 353 (100%)
R 167 of 353 ~ 47.31%
G 111 of 353 ~ 31.44%
B 75 of 353 ~ 21.25'%

%47.31
%31.44
%21.25

CMYK color model

#A76F4B color CMYK value is (0,34,55,35).

  • cyan value is 0.00%
  • magenta value is 33.53%
  • yellow value is 55.09%
  • key color value is 34.51%

CMYK: (0,34,55,35)
C0M34Y55K35 (0%, 34%, 55%, 35%)
(0.00 / 0.34 / 0.55 / 0.35)

CMYK percentages

%0
%33.53
%55.09
%34.51

Codes

Color #A76F4B in popluar color models

A7 6F 4B
RGB 167 111 75
HSL 23° 38.02% 47.45%
HSB/HSV 23° 55.09% 65.49%
CMYK 0.00% 33.53% 55.09%
34.51%

Color #A76F4B in popluar number systems.

HEX A7 6F 4B
Decimal 167 111 75
Binary 10100111 1101111 1001011
Octal 247 157 113

Shades and tints

Shades of #A76F4B

#A76F4B
(167,111,75)
#986545
(152,101,69)
#895B3F
(137,91,63)
#7A5139
(122,81,57)
#6B4733
(107,71,51)
#5C3D2D
(92,61,45)
#4D3327
(77,51,39)
#3E2921
(62,41,33)
#2F1F1B
(47,31,27)
#201515
(32,21,21)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #A76F4B

#A76F4B
(167,111,75)
#AF7C5B
(175,124,91)
#B7896B
(183,137,107)
#BF967B
(191,150,123)
#C7A38B
(199,163,139)
#CFB09B
(207,176,155)
#D7BDAB
(215,189,171)
#DFCABB
(223,202,187)
#E7D7CB
(231,215,203)
#EFE4DB
(239,228,219)
#F7F1EB
(247,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76F4B color. Also use rgb(167,111,75) instead hex code.

Text Font Color

.myTextColor { color: #A76F4B; }

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

This text font color is #A76F4B.

Background Color

.myBgColor { background-color: #A76F4B; }

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

This div background color is #A76F4B.

Border color

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

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

This div border color is #A76F4B.

Opacity

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

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

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

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

This text has shadow with #A76F4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A76F4B.

Preview

Color preview on black background

This text has color #A76F4B on black background.


Color preview on white background

This text has color #A76F4B on white background.


Black color preview on #A76F4B background

This text has black color on #A76F4B background.


White color preview on #A76F4B background

This text has white color on #A76F4B background.


Related colors

Complementary color

Complementary color for #hex is #5890B4.


I love getcolorcode.com

Triadic colors

1 #4BA76F and #6F4BA7 with #A76F4B are triadic colors.

2 #4B6FA7 and #6FA74B with #A76F4B are triadic colors.