COLOR #A55A44

HEX: #A55A44
RGB: (165,90,68)

Color info

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

RGB color model

#A55A44 color RGB value is (165,90,68).

  • red value is 165;
  • green value is 90;
  • blue value is 68.
RGB:
(165,90,68)
(65%,35%,27%)

RGB channels and saturation

R 165 of 255 = 65%
G 90 of 255 = 35%
B 68 of 255 = 27%

165
90
68

R + G + B ~ 42%. #A55A44 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
165 + 90 + 68 = 323 (100%)
R 165 of 323 ~ 51.08%
G 90 of 323 ~ 27.86%
B 68 of 323 ~ 21.05%

%51.08
%27.86
%21.05

CMYK color model

#A55A44 color CMYK value is (0,45,59,35).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 58.79%
  • key color value is 35.29%
CMYK:
(0,45,59,35)
C0M45Y59K35 
(0%,45%,59%,35%)
(0.00/0.45/0.59/0.35)	

CMYK percentages

%0
%45.45
%58.79
%35.29

Codes

Color #A55A44 in popluar color models

A55A44
RGB1659068
HSL14°41.63%45.69%
HSB/HSV14°58.79%64.71%
CMYK0.00%45.45%58.79%
35.29%

Color #A55A44 in popluar number systems.

HEXA55A44
Decimal1659068
Binary1010010110110101000100
Octal245132104

Shades and tints

Shades of #A55A44

#A55A44
(165,90,68)
#96523E
(150,82,62)
#874A38
(135,74,56)
#784232
(120,66,50)
#693A2C
(105,58,44)
#5A3226
(90,50,38)
#4B2A20
(75,42,32)
#3C221A
(60,34,26)
#2D1A14
(45,26,20)
#1E120E
(30,18,14)
#0F0A08
(15,10,8)
#000000
(0,0,0)

Tints of #A55A44

#A55A44
(165,90,68)
#AD6955
(173,105,85)
#B57866
(181,120,102)
#BD8777
(189,135,119)
#C59688
(197,150,136)
#CDA599
(205,165,153)
#D5B4AA
(213,180,170)
#DDC3BB
(221,195,187)
#E5D2CC
(229,210,204)
#EDE1DD
(237,225,221)
#F5F0EE
(245,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A55A44 color. Also use rgb(165,90,68) instead hex code.

Text Font Color

.myTextColor { color: #A55A44; }

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

This text font color is #A55A44.


Background Color

.myBgColor { background-color: #A55A44; }

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

This div background color is #A55A44.


Border color

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

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

This div border color is #A55A44.


Opacity

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

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

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

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

This text has shadow with #A55A44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55A44 on black background.


Color preview on white background

This text has color #A55A44 on white background.



Black color preview on #A55A44 background

This text has black color on #A55A44 background.


White color preview on #A55A44 background

This text has white color on #A55A44 background.