COLOR #A56F1B

HEX: #A56F1B
RGB: (165,111,27)

Color info

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

RGB color model

#A56F1B color RGB value is (165,111,27).

  • red value is 165;
  • green value is 111;
  • blue value is 27.
RGB:
(165,111,27)
(65%,44%,11%)

RGB channels and saturation

R 165 of 255 = 65%
G 111 of 255 = 44%
B 27 of 255 = 11%

165
111
27

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

Portions of RGB colors in percentages

R + G + B =
165 + 111 + 27 = 303 (100%)
R 165 of 303 ~ 54.46%
G 111 of 303 ~ 36.63%
B 27 of 303 ~ 8.91%

%54.46
%36.63

CMYK color model

#A56F1B color CMYK value is (0,33,84,35).

  • cyan value is 0.00%
  • magenta value is 32.73%
  • yellow value is 83.64%
  • key color value is 35.29%
CMYK:
(0,33,84,35)
C0M33Y84K35 
(0%,33%,84%,35%)
(0.00/0.33/0.84/0.35)	

CMYK percentages

%0
%32.73
%83.64
%35.29

Codes

Color #A56F1B in popluar color models

A56F1B
RGB16511127
HSL37°71.88%37.65%
HSB/HSV37°83.64%64.71%
CMYK0.00%32.73%83.64%
35.29%

Color #A56F1B in popluar number systems.

HEXA56F1B
Decimal16511127
Binary10100101110111111011
Octal24515733

Shades and tints

Shades of #A56F1B

#A56F1B
(165,111,27)
#966519
(150,101,25)
#875B17
(135,91,23)
#785115
(120,81,21)
#694713
(105,71,19)
#5A3D11
(90,61,17)
#4B330F
(75,51,15)
#3C290D
(60,41,13)
#2D1F0B
(45,31,11)
#1E1509
(30,21,9)
#0F0B07
(15,11,7)
#000000
(0,0,0)

Tints of #A56F1B

#A56F1B
(165,111,27)
#AD7C2F
(173,124,47)
#B58943
(181,137,67)
#BD9657
(189,150,87)
#C5A36B
(197,163,107)
#CDB07F
(205,176,127)
#D5BD93
(213,189,147)
#DDCAA7
(221,202,167)
#E5D7BB
(229,215,187)
#EDE4CF
(237,228,207)
#F5F1E3
(245,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A56F1B color. Also use rgb(165,111,27) instead hex code.

Text Font Color

.myTextColor { color: #A56F1B; }

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

This text font color is #A56F1B.


Background Color

.myBgColor { background-color: #A56F1B; }

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

This div background color is #A56F1B.


Border color

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

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

This div border color is #A56F1B.


Opacity

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

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

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

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

This text has shadow with #A56F1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56F1B on black background.


Color preview on white background

This text has color #A56F1B on white background.



Black color preview on #A56F1B background

This text has black color on #A56F1B background.


White color preview on #A56F1B background

This text has white color on #A56F1B background.