COLOR #A77617

HEX: #A77617
RGB: (167,118,23)

Color info

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

RGB color model

#A77617 color RGB value is (167,118,23).

  • red value is 167;
  • green value is 118;
  • blue value is 23.
RGB:
(167,118,23)
(65%,46%,9%)

RGB channels and saturation

R 167 of 255 = 65%
G 118 of 255 = 46%
B 23 of 255 = 9%

167
118
23

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

Portions of RGB colors in percentages

R + G + B =
167 + 118 + 23 = 308 (100%)
R 167 of 308 ~ 54.22%
G 118 of 308 ~ 38.31%
B 23 of 308 ~ 7.47%

%54.22
%38.31

CMYK color model

#A77617 color CMYK value is (0,29,86,35).

  • cyan value is 0.00%
  • magenta value is 29.34%
  • yellow value is 86.23%
  • key color value is 34.51%
CMYK:
(0,29,86,35)
C0M29Y86K35 
(0%,29%,86%,35%)
(0.00/0.29/0.86/0.35)	

CMYK percentages

%0
%29.34
%86.23
%34.51

Codes

Color #A77617 in popluar color models

A77617
RGB16711823
HSL40°75.79%37.25%
HSB/HSV40°86.23%65.49%
CMYK0.00%29.34%86.23%
34.51%

Color #A77617 in popluar number systems.

HEXA77617
Decimal16711823
Binary10100111111011010111
Octal24716627

Shades and tints

Shades of #A77617

#A77617
(167,118,23)
#986C15
(152,108,21)
#896213
(137,98,19)
#7A5811
(122,88,17)
#6B4E0F
(107,78,15)
#5C440D
(92,68,13)
#4D3A0B
(77,58,11)
#3E3009
(62,48,9)
#2F2607
(47,38,7)
#201C05
(32,28,5)
#111203
(17,18,3)
#000000
(0,0,0)

Tints of #A77617

#A77617
(167,118,23)
#AF822C
(175,130,44)
#B78E41
(183,142,65)
#BF9A56
(191,154,86)
#C7A66B
(199,166,107)
#CFB280
(207,178,128)
#D7BE95
(215,190,149)
#DFCAAA
(223,202,170)
#E7D6BF
(231,214,191)
#EFE2D4
(239,226,212)
#F7EEE9
(247,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A77617 color. Also use rgb(167,118,23) instead hex code.

Text Font Color

.myTextColor { color: #A77617; }

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

This text font color is #A77617.


Background Color

.myBgColor { background-color: #A77617; }

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

This div background color is #A77617.


Border color

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

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

This div border color is #A77617.


Opacity

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

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

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

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

This text has shadow with #A77617 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77617 on black background.


Color preview on white background

This text has color #A77617 on white background.



Black color preview on #A77617 background

This text has black color on #A77617 background.


White color preview on #A77617 background

This text has white color on #A77617 background.