COLOR #A56608

HEX: #A56608
RGB: (165,102,8)

Color info

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

RGB color model

#A56608 color RGB value is (165,102,8).

  • red value is 165;
  • green value is 102;
  • blue value is 8.
RGB:
(165,102,8)
(65%,40%,3%)

RGB channels and saturation

R 165 of 255 = 65%
G 102 of 255 = 40%
B 8 of 255 = 3%

165
102
8

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

Portions of RGB colors in percentages

R + G + B =
165 + 102 + 8 = 275 (100%)
R 165 of 275 ~ 60%
G 102 of 275 ~ 37.09%
B 8 of 275 ~ 2.91%

%60
%37.09

CMYK color model

#A56608 color CMYK value is (0,38,95,35).

  • cyan value is 0.00%
  • magenta value is 38.18%
  • yellow value is 95.15%
  • key color value is 35.29%
CMYK:
(0,38,95,35)
C0M38Y95K35 
(0%,38%,95%,35%)
(0.00/0.38/0.95/0.35)	

CMYK percentages

%0
%38.18
%95.15
%35.29

Codes

Color #A56608 in popluar color models

A56608
RGB1651028
HSL36°90.75%33.92%
HSB/HSV36°95.15%64.71%
CMYK0.00%38.18%95.15%
35.29%

Color #A56608 in popluar number systems.

HEXA56608
Decimal1651028
Binary1010010111001101000
Octal24514610

Shades and tints

Shades of #A56608

#A56608
(165,102,8)
#965D08
(150,93,8)
#875408
(135,84,8)
#784B08
(120,75,8)
#694208
(105,66,8)
#5A3908
(90,57,8)
#4B3008
(75,48,8)
#3C2708
(60,39,8)
#2D1E08
(45,30,8)
#1E1508
(30,21,8)
#0F0C08
(15,12,8)
#000000
(0,0,0)

Tints of #A56608

#A56608
(165,102,8)
#AD731E
(173,115,30)
#B58034
(181,128,52)
#BD8D4A
(189,141,74)
#C59A60
(197,154,96)
#CDA776
(205,167,118)
#D5B48C
(213,180,140)
#DDC1A2
(221,193,162)
#E5CEB8
(229,206,184)
#EDDBCE
(237,219,206)
#F5E8E4
(245,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A56608 color. Also use rgb(165,102,8) instead hex code.

Text Font Color

.myTextColor { color: #A56608; }

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

This text font color is #A56608.


Background Color

.myBgColor { background-color: #A56608; }

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

This div background color is #A56608.


Border color

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

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

This div border color is #A56608.


Opacity

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

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

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

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

This text has shadow with #A56608 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56608 on black background.


Color preview on white background

This text has color #A56608 on white background.



Black color preview on #A56608 background

This text has black color on #A56608 background.


White color preview on #A56608 background

This text has white color on #A56608 background.