COLOR #A77B27

HEX: #A77B27
RGB: (167,123,39)

Color info

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

RGB color model

#A77B27 color RGB value is (167,123,39).

  • red value is 167;
  • green value is 123;
  • blue value is 39.
RGB:
(167,123,39)
(65%,48%,15%)

RGB channels and saturation

R 167 of 255 = 65%
G 123 of 255 = 48%
B 39 of 255 = 15%

167
123
39

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

Portions of RGB colors in percentages

R + G + B =
167 + 123 + 39 = 329 (100%)
R 167 of 329 ~ 50.76%
G 123 of 329 ~ 37.39%
B 39 of 329 ~ 11.85%

%50.76
%37.39
%11.85

CMYK color model

#A77B27 color CMYK value is (0,26,77,35).

  • cyan value is 0.00%
  • magenta value is 26.35%
  • yellow value is 76.65%
  • key color value is 34.51%
CMYK:
(0,26,77,35)
C0M26Y77K35 
(0%,26%,77%,35%)
(0.00/0.26/0.77/0.35)	

CMYK percentages

%0
%26.35
%76.65
%34.51

Codes

Color #A77B27 in popluar color models

A77B27
RGB16712339
HSL39°62.14%40.39%
HSB/HSV39°76.65%65.49%
CMYK0.00%26.35%76.65%
34.51%

Color #A77B27 in popluar number systems.

HEXA77B27
Decimal16712339
Binary101001111111011100111
Octal24717347

Shades and tints

Shades of #A77B27

#A77B27
(167,123,39)
#987024
(152,112,36)
#896521
(137,101,33)
#7A5A1E
(122,90,30)
#6B4F1B
(107,79,27)
#5C4418
(92,68,24)
#4D3915
(77,57,21)
#3E2E12
(62,46,18)
#2F230F
(47,35,15)
#20180C
(32,24,12)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #A77B27

#A77B27
(167,123,39)
#AF873A
(175,135,58)
#B7934D
(183,147,77)
#BF9F60
(191,159,96)
#C7AB73
(199,171,115)
#CFB786
(207,183,134)
#D7C399
(215,195,153)
#DFCFAC
(223,207,172)
#E7DBBF
(231,219,191)
#EFE7D2
(239,231,210)
#F7F3E5
(247,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A77B27 color. Also use rgb(167,123,39) instead hex code.

Text Font Color

.myTextColor { color: #A77B27; }

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

This text font color is #A77B27.


Background Color

.myBgColor { background-color: #A77B27; }

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

This div background color is #A77B27.


Border color

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

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

This div border color is #A77B27.


Opacity

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

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

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

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

This text has shadow with #A77B27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77B27 on black background.


Color preview on white background

This text has color #A77B27 on white background.



Black color preview on #A77B27 background

This text has black color on #A77B27 background.


White color preview on #A77B27 background

This text has white color on #A77B27 background.