COLOR #A7733B

HEX: #A7733B
RGB: (167,115,59)

Color info

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

RGB color model

#A7733B color RGB value is (167,115,59).

  • red value is 167;
  • green value is 115;
  • blue value is 59.
RGB:
(167,115,59)
(65%,45%,23%)

RGB channels and saturation

R 167 of 255 = 65%
G 115 of 255 = 45%
B 59 of 255 = 23%

167
115
59

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

Portions of RGB colors in percentages

R + G + B =
167 + 115 + 59 = 341 (100%)
R 167 of 341 ~ 48.97%
G 115 of 341 ~ 33.72%
B 59 of 341 ~ 17.3%

%48.97
%33.72
%17.3

CMYK color model

#A7733B color CMYK value is (0,31,65,35).

  • cyan value is 0.00%
  • magenta value is 31.14%
  • yellow value is 64.67%
  • key color value is 34.51%
CMYK:
(0,31,65,35)
C0M31Y65K35 
(0%,31%,65%,35%)
(0.00/0.31/0.65/0.35)	

CMYK percentages

%0
%31.14
%64.67
%34.51

Codes

Color #A7733B in popluar color models

A7733B
RGB16711559
HSL31°47.79%44.31%
HSB/HSV31°64.67%65.49%
CMYK0.00%31.14%64.67%
34.51%

Color #A7733B in popluar number systems.

HEXA7733B
Decimal16711559
Binary101001111110011111011
Octal24716373

Shades and tints

Shades of #A7733B

#A7733B
(167,115,59)
#986936
(152,105,54)
#895F31
(137,95,49)
#7A552C
(122,85,44)
#6B4B27
(107,75,39)
#5C4122
(92,65,34)
#4D371D
(77,55,29)
#3E2D18
(62,45,24)
#2F2313
(47,35,19)
#20190E
(32,25,14)
#110F09
(17,15,9)
#000000
(0,0,0)

Tints of #A7733B

#A7733B
(167,115,59)
#AF7F4C
(175,127,76)
#B78B5D
(183,139,93)
#BF976E
(191,151,110)
#C7A37F
(199,163,127)
#CFAF90
(207,175,144)
#D7BBA1
(215,187,161)
#DFC7B2
(223,199,178)
#E7D3C3
(231,211,195)
#EFDFD4
(239,223,212)
#F7EBE5
(247,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7733B color. Also use rgb(167,115,59) instead hex code.

Text Font Color

.myTextColor { color: #A7733B; }

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

This text font color is #A7733B.


Background Color

.myBgColor { background-color: #A7733B; }

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

This div background color is #A7733B.


Border color

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

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

This div border color is #A7733B.


Opacity

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

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

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

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

This text has shadow with #A7733B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7733B on black background.


Color preview on white background

This text has color #A7733B on white background.



Black color preview on #A7733B background

This text has black color on #A7733B background.


White color preview on #A7733B background

This text has white color on #A7733B background.