COLOR #A55720

HEX: #A55720
RGB: (165,87,32)

Color info

#A55720 contains mainly red color. Web safe color of #A55720 is #996633 (or #963).

RGB color model

#A55720 color RGB value is (165,87,32).

  • red value is 165;
  • green value is 87;
  • blue value is 32.
RGB:
(165,87,32)
(65%,34%,13%)

RGB channels and saturation

R 165 of 255 = 65%
G 87 of 255 = 34%
B 32 of 255 = 13%

165
87
32

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

Portions of RGB colors in percentages

R + G + B =
165 + 87 + 32 = 284 (100%)
R 165 of 284 ~ 58.1%
G 87 of 284 ~ 30.63%
B 32 of 284 ~ 11.27%

%58.1
%30.63
%11.27

CMYK color model

#A55720 color CMYK value is (0,47,81,35).

  • cyan value is 0.00%
  • magenta value is 47.27%
  • yellow value is 80.61%
  • key color value is 35.29%
CMYK:
(0,47,81,35)
C0M47Y81K35 
(0%,47%,81%,35%)
(0.00/0.47/0.81/0.35)	

CMYK percentages

%0
%47.27
%80.61
%35.29

Codes

Color #A55720 in popluar color models

A55720
RGB1658732
HSL25°67.51%38.63%
HSB/HSV25°80.61%64.71%
CMYK0.00%47.27%80.61%
35.29%

Color #A55720 in popluar number systems.

HEXA55720
Decimal1658732
Binary101001011010111100000
Octal24512740

Shades and tints

Shades of #A55720

#A55720
(165,87,32)
#96501E
(150,80,30)
#87491C
(135,73,28)
#78421A
(120,66,26)
#693B18
(105,59,24)
#5A3416
(90,52,22)
#4B2D14
(75,45,20)
#3C2612
(60,38,18)
#2D1F10
(45,31,16)
#1E180E
(30,24,14)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #A55720

#A55720
(165,87,32)
#AD6634
(173,102,52)
#B57548
(181,117,72)
#BD845C
(189,132,92)
#C59370
(197,147,112)
#CDA284
(205,162,132)
#D5B198
(213,177,152)
#DDC0AC
(221,192,172)
#E5CFC0
(229,207,192)
#EDDED4
(237,222,212)
#F5EDE8
(245,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A55720 color. Also use rgb(165,87,32) instead hex code.

Text Font Color

.myTextColor { color: #A55720; }

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

This text font color is #A55720.


Background Color

.myBgColor { background-color: #A55720; }

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

This div background color is #A55720.


Border color

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

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

This div border color is #A55720.


Opacity

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

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

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

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

This text has shadow with #A55720 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55720 on black background.


Color preview on white background

This text has color #A55720 on white background.



Black color preview on #A55720 background

This text has black color on #A55720 background.


White color preview on #A55720 background

This text has white color on #A55720 background.