COLOR #A56902

HEX: #A56902
RGB: (165,105,2)

Color info

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

RGB color model

#A56902 color RGB value is (165,105,2).

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

RGB channels and saturation

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

165
105
2

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

Portions of RGB colors in percentages

R + G + B =
165 + 105 + 2 = 272 (100%)
R 165 of 272 ~ 60.66%
G 105 of 272 ~ 38.6%
B 2 of 272 ~ 0.74%

%60.66
%38.6

CMYK color model

#A56902 color CMYK value is (0,36,99,35).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 98.79%
  • key color value is 35.29%
CMYK:
(0,36,99,35)
C0M36Y99K35 
(0%,36%,99%,35%)
(0.00/0.36/0.99/0.35)	

CMYK percentages

%0
%36.36
%98.79
%35.29

Codes

Color #A56902 in popluar color models

A56902
RGB1651052
HSL38°97.60%32.75%
HSB/HSV38°98.79%64.71%
CMYK0.00%36.36%98.79%
35.29%

Color #A56902 in popluar number systems.

HEXA56902
Decimal1651052
Binary10100101110100110
Octal2451512

Shades and tints

Shades of #A56902

#A56902
(165,105,2)
#966002
(150,96,2)
#875702
(135,87,2)
#784E02
(120,78,2)
#694502
(105,69,2)
#5A3C02
(90,60,2)
#4B3302
(75,51,2)
#3C2A02
(60,42,2)
#2D2102
(45,33,2)
#1E1802
(30,24,2)
#0F0F02
(15,15,2)
#000000
(0,0,0)

Tints of #A56902

#A56902
(165,105,2)
#AD7619
(173,118,25)
#B58330
(181,131,48)
#BD9047
(189,144,71)
#C59D5E
(197,157,94)
#CDAA75
(205,170,117)
#D5B78C
(213,183,140)
#DDC4A3
(221,196,163)
#E5D1BA
(229,209,186)
#EDDED1
(237,222,209)
#F5EBE8
(245,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56902; }

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

This text font color is #A56902.


Background Color

.myBgColor { background-color: #A56902; }

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

This div background color is #A56902.


Border color

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

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

This div border color is #A56902.


Opacity

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

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

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

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

This text has shadow with #A56902 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56902 on black background.


Color preview on white background

This text has color #A56902 on white background.



Black color preview on #A56902 background

This text has black color on #A56902 background.


White color preview on #A56902 background

This text has white color on #A56902 background.