COLOR #A55B5F

HEX: #A55B5F
RGB: (165,91,95)

Color info

#A55B5F contains mainly red color. Web safe color of #A55B5F is #996666 (or #966).

RGB color model

#A55B5F color RGB value is (165,91,95).

  • red value is 165;
  • green value is 91;
  • blue value is 95.
RGB:
(165,91,95)
(65%,36%,37%)

RGB channels and saturation

R 165 of 255 = 65%
G 91 of 255 = 36%
B 95 of 255 = 37%

165
91
95

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

Portions of RGB colors in percentages

R + G + B =
165 + 91 + 95 = 351 (100%)
R 165 of 351 ~ 47.01%
G 91 of 351 ~ 25.93%
B 95 of 351 ~ 27.07%

%47.01
%25.93
%27.07

CMYK color model

#A55B5F color CMYK value is (0,45,42,35).

  • cyan value is 0.00%
  • magenta value is 44.85%
  • yellow value is 42.42%
  • key color value is 35.29%
CMYK:
(0,45,42,35)
C0M45Y42K35 
(0%,45%,42%,35%)
(0.00/0.45/0.42/0.35)	

CMYK percentages

%0
%44.85
%42.42
%35.29

Codes

Color #A55B5F in popluar color models

A55B5F
RGB1659195
HSL357°29.13%50.20%
HSB/HSV357°44.85%64.71%
CMYK0.00%44.85%42.42%
35.29%

Color #A55B5F in popluar number systems.

HEXA55B5F
Decimal1659195
Binary1010010110110111011111
Octal245133137

Shades and tints

Shades of #A55B5F

#A55B5F
(165,91,95)
#965357
(150,83,87)
#874B4F
(135,75,79)
#784347
(120,67,71)
#693B3F
(105,59,63)
#5A3337
(90,51,55)
#4B2B2F
(75,43,47)
#3C2327
(60,35,39)
#2D1B1F
(45,27,31)
#1E1317
(30,19,23)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #A55B5F

#A55B5F
(165,91,95)
#AD696D
(173,105,109)
#B5777B
(181,119,123)
#BD8589
(189,133,137)
#C59397
(197,147,151)
#CDA1A5
(205,161,165)
#D5AFB3
(213,175,179)
#DDBDC1
(221,189,193)
#E5CBCF
(229,203,207)
#EDD9DD
(237,217,221)
#F5E7EB
(245,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A55B5F color. Also use rgb(165,91,95) instead hex code.

Text Font Color

.myTextColor { color: #A55B5F; }

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

This text font color is #A55B5F.


Background Color

.myBgColor { background-color: #A55B5F; }

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

This div background color is #A55B5F.


Border color

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

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

This div border color is #A55B5F.


Opacity

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

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

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

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

This text has shadow with #A55B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55B5F on black background.


Color preview on white background

This text has color #A55B5F on white background.



Black color preview on #A55B5F background

This text has black color on #A55B5F background.


White color preview on #A55B5F background

This text has white color on #A55B5F background.