COLOR #A77318

HEX: #A77318
RGB: (167,115,24)

Color info

#A77318 contains mainly red and green colors. Web safe color of #A77318 is #996600 (or #960).

RGB color model

#A77318 color RGB value is (167,115,24).

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

RGB channels and saturation

R 167 of 255 = 65%
G 115 of 255 = 45%
B 24 of 255 = 9%

167
115
24

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

Portions of RGB colors in percentages

R + G + B =
167 + 115 + 24 = 306 (100%)
R 167 of 306 ~ 54.58%
G 115 of 306 ~ 37.58%
B 24 of 306 ~ 7.84%

%54.58
%37.58

CMYK color model

#A77318 color CMYK value is (0,31,86,35).

  • cyan value is 0.00%
  • magenta value is 31.14%
  • yellow value is 85.63%
  • key color value is 34.51%
CMYK:
(0,31,86,35)
C0M31Y86K35 
(0%,31%,86%,35%)
(0.00/0.31/0.86/0.35)	

CMYK percentages

%0
%31.14
%85.63
%34.51

Codes

Color #A77318 in popluar color models

A77318
RGB16711524
HSL38°74.87%37.45%
HSB/HSV38°85.63%65.49%
CMYK0.00%31.14%85.63%
34.51%

Color #A77318 in popluar number systems.

HEXA77318
Decimal16711524
Binary10100111111001111000
Octal24716330

Shades and tints

Shades of #A77318

#A77318
(167,115,24)
#986916
(152,105,22)
#895F14
(137,95,20)
#7A5512
(122,85,18)
#6B4B10
(107,75,16)
#5C410E
(92,65,14)
#4D370C
(77,55,12)
#3E2D0A
(62,45,10)
#2F2308
(47,35,8)
#201906
(32,25,6)
#110F04
(17,15,4)
#000000
(0,0,0)

Tints of #A77318

#A77318
(167,115,24)
#AF7F2D
(175,127,45)
#B78B42
(183,139,66)
#BF9757
(191,151,87)
#C7A36C
(199,163,108)
#CFAF81
(207,175,129)
#D7BB96
(215,187,150)
#DFC7AB
(223,199,171)
#E7D3C0
(231,211,192)
#EFDFD5
(239,223,213)
#F7EBEA
(247,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77318; }

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

This text font color is #A77318.


Background Color

.myBgColor { background-color: #A77318; }

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

This div background color is #A77318.


Border color

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

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

This div border color is #A77318.


Opacity

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

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

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

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

This text has shadow with #A77318 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77318 on black background.


Color preview on white background

This text has color #A77318 on white background.



Black color preview on #A77318 background

This text has black color on #A77318 background.


White color preview on #A77318 background

This text has white color on #A77318 background.