COLOR #A7936C

HEX: #A7936C
RGB: (167,147,108)

Color info

#A7936C contains red, green and blue colors in about the same proportion. Web safe color of #A7936C is #999966 (or #996).

RGB color model

#A7936C color RGB value is (167,147,108).

  • red value is 167;
  • green value is 147;
  • blue value is 108.
RGB:
(167,147,108)
(65%,58%,42%)

RGB channels and saturation

R 167 of 255 = 65%
G 147 of 255 = 58%
B 108 of 255 = 42%

167
147
108

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

Portions of RGB colors in percentages

R + G + B =
167 + 147 + 108 = 422 (100%)
R 167 of 422 ~ 39.57%
G 147 of 422 ~ 34.83%
B 108 of 422 ~ 25.59%

%39.57
%34.83
%25.59

CMYK color model

#A7936C color CMYK value is (0,12,35,35).

  • cyan value is 0.00%
  • magenta value is 11.98%
  • yellow value is 35.33%
  • key color value is 34.51%
CMYK:
(0,12,35,35)
C0M12Y35K35 
(0%,12%,35%,35%)
(0.00/0.12/0.35/0.35)	

CMYK percentages

%0
%11.98
%35.33
%34.51

Codes

Color #A7936C in popluar color models

A7936C
RGB167147108
HSL40°25.11%53.92%
HSB/HSV40°35.33%65.49%
CMYK0.00%11.98%35.33%
34.51%

Color #A7936C in popluar number systems.

HEXA7936C
Decimal167147108
Binary10100111100100111101100
Octal247223154

Shades and tints

Shades of #A7936C

#A7936C
(167,147,108)
#988663
(152,134,99)
#89795A
(137,121,90)
#7A6C51
(122,108,81)
#6B5F48
(107,95,72)
#5C523F
(92,82,63)
#4D4536
(77,69,54)
#3E382D
(62,56,45)
#2F2B24
(47,43,36)
#201E1B
(32,30,27)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #A7936C

#A7936C
(167,147,108)
#AF9C79
(175,156,121)
#B7A586
(183,165,134)
#BFAE93
(191,174,147)
#C7B7A0
(199,183,160)
#CFC0AD
(207,192,173)
#D7C9BA
(215,201,186)
#DFD2C7
(223,210,199)
#E7DBD4
(231,219,212)
#EFE4E1
(239,228,225)
#F7EDEE
(247,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7936C; }

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

This text font color is #A7936C.


Background Color

.myBgColor { background-color: #A7936C; }

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

This div background color is #A7936C.


Border color

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

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

This div border color is #A7936C.


Opacity

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

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

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

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

This text has shadow with #A7936C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7936C on black background.


Color preview on white background

This text has color #A7936C on white background.



Black color preview on #A7936C background

This text has black color on #A7936C background.


White color preview on #A7936C background

This text has white color on #A7936C background.