COLOR #A56906

HEX: #A56906
RGB: (165,105,6)

Color info

#A56906 contains mainly red color. Web safe color of #A56906 is #996600 (or #960).

RGB color model

#A56906 color RGB value is (165,105,6).

  • red value is 165;
  • green value is 105;
  • blue value is 6.
RGB:
(165,105,6)
(65%,41%,2%)

RGB channels and saturation

R 165 of 255 = 65%
G 105 of 255 = 41%
B 6 of 255 = 2%

165
105
6

R + G + B ~ 36%. #A56906 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
165 + 105 + 6 = 276 (100%)
R 165 of 276 ~ 59.78%
G 105 of 276 ~ 38.04%
B 6 of 276 ~ 2.17%

%59.78
%38.04

CMYK color model

#A56906 color CMYK value is (0,36,96,35).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 96.36%
  • key color value is 35.29%
CMYK:
(0,36,96,35)
C0M36Y96K35 
(0%,36%,96%,35%)
(0.00/0.36/0.96/0.35)	

CMYK percentages

%0
%36.36
%96.36
%35.29

Codes

Color #A56906 in popluar color models

A56906
RGB1651056
HSL37°92.98%33.53%
HSB/HSV37°96.36%64.71%
CMYK0.00%36.36%96.36%
35.29%

Color #A56906 in popluar number systems.

HEXA56906
Decimal1651056
Binary101001011101001110
Octal2451516

Shades and tints

Shades of #A56906

#A56906
(165,105,6)
#966006
(150,96,6)
#875706
(135,87,6)
#784E06
(120,78,6)
#694506
(105,69,6)
#5A3C06
(90,60,6)
#4B3306
(75,51,6)
#3C2A06
(60,42,6)
#2D2106
(45,33,6)
#1E1806
(30,24,6)
#0F0F06
(15,15,6)
#000000
(0,0,0)

Tints of #A56906

#A56906
(165,105,6)
#AD761C
(173,118,28)
#B58332
(181,131,50)
#BD9048
(189,144,72)
#C59D5E
(197,157,94)
#CDAA74
(205,170,116)
#D5B78A
(213,183,138)
#DDC4A0
(221,196,160)
#E5D1B6
(229,209,182)
#EDDECC
(237,222,204)
#F5EBE2
(245,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A56906 color. Also use rgb(165,105,6) instead hex code.

Text Font Color

.myTextColor { color: #A56906; }

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

This text font color is #A56906.


Background Color

.myBgColor { background-color: #A56906; }

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

This div background color is #A56906.


Border color

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

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

This div border color is #A56906.


Opacity

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

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

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

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

This text has shadow with #A56906 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56906 on black background.


Color preview on white background

This text has color #A56906 on white background.



Black color preview on #A56906 background

This text has black color on #A56906 background.


White color preview on #A56906 background

This text has white color on #A56906 background.