COLOR #A56A0A

HEX: #A56A0A
RGB: (165,106,10)

Color info

#A56A0A contains mainly red and green colors. Web safe color of #A56A0A is #996600 (or #960).

RGB color model

#A56A0A color RGB value is (165,106,10).

  • red value is 165;
  • green value is 106;
  • blue value is 10.
RGB:
(165,106,10)
(65%,42%,4%)

RGB channels and saturation

R 165 of 255 = 65%
G 106 of 255 = 42%
B 10 of 255 = 4%

165
106
10

R + G + B ~ 37%. #A56A0A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
165 + 106 + 10 = 281 (100%)
R 165 of 281 ~ 58.72%
G 106 of 281 ~ 37.72%
B 10 of 281 ~ 3.56%

%58.72
%37.72

CMYK color model

#A56A0A color CMYK value is (0,36,94,35).

  • cyan value is 0.00%
  • magenta value is 35.76%
  • yellow value is 93.94%
  • key color value is 35.29%
CMYK:
(0,36,94,35)
C0M36Y94K35 
(0%,36%,94%,35%)
(0.00/0.36/0.94/0.35)	

CMYK percentages

%0
%35.76
%93.94
%35.29

Codes

Color #A56A0A in popluar color models

A56A0A
RGB16510610
HSL37°88.57%34.31%
HSB/HSV37°93.94%64.71%
CMYK0.00%35.76%93.94%
35.29%

Color #A56A0A in popluar number systems.

HEXA56A0A
Decimal16510610
Binary1010010111010101010
Octal24515212

Shades and tints

Shades of #A56A0A

#A56A0A
(165,106,10)
#96610A
(150,97,10)
#87580A
(135,88,10)
#784F0A
(120,79,10)
#69460A
(105,70,10)
#5A3D0A
(90,61,10)
#4B340A
(75,52,10)
#3C2B0A
(60,43,10)
#2D220A
(45,34,10)
#1E190A
(30,25,10)
#0F100A
(15,16,10)
#000000
(0,0,0)

Tints of #A56A0A

#A56A0A
(165,106,10)
#AD7720
(173,119,32)
#B58436
(181,132,54)
#BD914C
(189,145,76)
#C59E62
(197,158,98)
#CDAB78
(205,171,120)
#D5B88E
(213,184,142)
#DDC5A4
(221,197,164)
#E5D2BA
(229,210,186)
#EDDFD0
(237,223,208)
#F5ECE6
(245,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A56A0A color. Also use rgb(165,106,10) instead hex code.

Text Font Color

.myTextColor { color: #A56A0A; }

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

This text font color is #A56A0A.


Background Color

.myBgColor { background-color: #A56A0A; }

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

This div background color is #A56A0A.


Border color

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

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

This div border color is #A56A0A.


Opacity

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

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

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

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

This text has shadow with #A56A0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56A0A on black background.


Color preview on white background

This text has color #A56A0A on white background.



Black color preview on #A56A0A background

This text has black color on #A56A0A background.


White color preview on #A56A0A background

This text has white color on #A56A0A background.