COLOR #A55F45

HEX: #A55F45
RGB: (165,95,69)

Color info

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

RGB color model

#A55F45 color RGB value is (165,95,69).

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

RGB channels and saturation

R 165 of 255 = 65%
G 95 of 255 = 37%
B 69 of 255 = 27%

165
95
69

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

Portions of RGB colors in percentages

R + G + B =
165 + 95 + 69 = 329 (100%)
R 165 of 329 ~ 50.15%
G 95 of 329 ~ 28.88%
B 69 of 329 ~ 20.97%

%50.15
%28.88
%20.97

CMYK color model

#A55F45 color CMYK value is (0,42,58,35).

  • cyan value is 0.00%
  • magenta value is 42.42%
  • yellow value is 58.18%
  • key color value is 35.29%
CMYK:
(0,42,58,35)
C0M42Y58K35 
(0%,42%,58%,35%)
(0.00/0.42/0.58/0.35)	

CMYK percentages

%0
%42.42
%58.18
%35.29

Codes

Color #A55F45 in popluar color models

A55F45
RGB1659569
HSL16°41.03%45.88%
HSB/HSV16°58.18%64.71%
CMYK0.00%42.42%58.18%
35.29%

Color #A55F45 in popluar number systems.

HEXA55F45
Decimal1659569
Binary1010010110111111000101
Octal245137105

Shades and tints

Shades of #A55F45

#A55F45
(165,95,69)
#96573F
(150,87,63)
#874F39
(135,79,57)
#784733
(120,71,51)
#693F2D
(105,63,45)
#5A3727
(90,55,39)
#4B2F21
(75,47,33)
#3C271B
(60,39,27)
#2D1F15
(45,31,21)
#1E170F
(30,23,15)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #A55F45

#A55F45
(165,95,69)
#AD6D55
(173,109,85)
#B57B65
(181,123,101)
#BD8975
(189,137,117)
#C59785
(197,151,133)
#CDA595
(205,165,149)
#D5B3A5
(213,179,165)
#DDC1B5
(221,193,181)
#E5CFC5
(229,207,197)
#EDDDD5
(237,221,213)
#F5EBE5
(245,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A55F45; }

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

This text font color is #A55F45.


Background Color

.myBgColor { background-color: #A55F45; }

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

This div background color is #A55F45.


Border color

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

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

This div border color is #A55F45.


Opacity

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

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

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

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

This text has shadow with #A55F45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55F45 on black background.


Color preview on white background

This text has color #A55F45 on white background.



Black color preview on #A55F45 background

This text has black color on #A55F45 background.


White color preview on #A55F45 background

This text has white color on #A55F45 background.