COLOR #A7745B

HEX: #A7745B
RGB: (167,116,91)

Color info

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

RGB color model

#A7745B color RGB value is (167,116,91).

  • red value is 167;
  • green value is 116;
  • blue value is 91.
RGB:
(167,116,91)
(65%,45%,36%)

RGB channels and saturation

R 167 of 255 = 65%
G 116 of 255 = 45%
B 91 of 255 = 36%

167
116
91

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

Portions of RGB colors in percentages

R + G + B =
167 + 116 + 91 = 374 (100%)
R 167 of 374 ~ 44.65%
G 116 of 374 ~ 31.02%
B 91 of 374 ~ 24.33%

%44.65
%31.02
%24.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.54%
  • yellow value is 45.51%
  • key color value is 34.51%
CMYK:
(0,31,46,35)
C0M31Y46K35 
(0%,31%,46%,35%)
(0.00/0.31/0.46/0.35)	

CMYK percentages

%0
%30.54
%45.51
%34.51

Codes

Color #A7745B in popluar color models

A7745B
RGB16711691
HSL20°30.16%50.59%
HSB/HSV20°45.51%65.49%
CMYK0.00%30.54%45.51%
34.51%

Color #A7745B in popluar number systems.

HEXA7745B
Decimal16711691
Binary1010011111101001011011
Octal247164133

Shades and tints

Shades of #A7745B

#A7745B
(167,116,91)
#986A53
(152,106,83)
#89604B
(137,96,75)
#7A5643
(122,86,67)
#6B4C3B
(107,76,59)
#5C4233
(92,66,51)
#4D382B
(77,56,43)
#3E2E23
(62,46,35)
#2F241B
(47,36,27)
#201A13
(32,26,19)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #A7745B

#A7745B
(167,116,91)
#AF8069
(175,128,105)
#B78C77
(183,140,119)
#BF9885
(191,152,133)
#C7A493
(199,164,147)
#CFB0A1
(207,176,161)
#D7BCAF
(215,188,175)
#DFC8BD
(223,200,189)
#E7D4CB
(231,212,203)
#EFE0D9
(239,224,217)
#F7ECE7
(247,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7745B color. Also use rgb(167,116,91) instead hex code.

Text Font Color

.myTextColor { color: #A7745B; }

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

This text font color is #A7745B.


Background Color

.myBgColor { background-color: #A7745B; }

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

This div background color is #A7745B.


Border color

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

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

This div border color is #A7745B.


Opacity

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

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

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

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

This text has shadow with #A7745B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7745B on black background.


Color preview on white background

This text has color #A7745B on white background.



Black color preview on #A7745B background

This text has black color on #A7745B background.


White color preview on #A7745B background

This text has white color on #A7745B background.