COLOR #A5605F

HEX: #A5605F
RGB: (165,96,95)

Color info

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

RGB color model

#A5605F color RGB value is (165,96,95).

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

RGB channels and saturation

R 165 of 255 = 65%
G 96 of 255 = 38%
B 95 of 255 = 37%

165
96
95

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

Portions of RGB colors in percentages

R + G + B =
165 + 96 + 95 = 356 (100%)
R 165 of 356 ~ 46.35%
G 96 of 356 ~ 26.97%
B 95 of 356 ~ 26.69%

%46.35
%26.97
%26.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 41.82%
  • yellow value is 42.42%
  • key color value is 35.29%
CMYK:
(0,42,42,35)
C0M42Y42K35 
(0%,42%,42%,35%)
(0.00/0.42/0.42/0.35)	

CMYK percentages

%0
%41.82
%42.42
%35.29

Codes

Color #A5605F in popluar color models

A5605F
RGB1659695
HSL28.00%50.98%
HSB/HSV42.42%64.71%
CMYK0.00%41.82%42.42%
35.29%

Color #A5605F in popluar number systems.

HEXA5605F
Decimal1659695
Binary1010010111000001011111
Octal245140137

Shades and tints

Shades of #A5605F

#A5605F
(165,96,95)
#965857
(150,88,87)
#87504F
(135,80,79)
#784847
(120,72,71)
#69403F
(105,64,63)
#5A3837
(90,56,55)
#4B302F
(75,48,47)
#3C2827
(60,40,39)
#2D201F
(45,32,31)
#1E1817
(30,24,23)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #A5605F

#A5605F
(165,96,95)
#AD6E6D
(173,110,109)
#B57C7B
(181,124,123)
#BD8A89
(189,138,137)
#C59897
(197,152,151)
#CDA6A5
(205,166,165)
#D5B4B3
(213,180,179)
#DDC2C1
(221,194,193)
#E5D0CF
(229,208,207)
#EDDEDD
(237,222,221)
#F5ECEB
(245,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5605F; }

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

This text font color is #A5605F.


Background Color

.myBgColor { background-color: #A5605F; }

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

This div background color is #A5605F.


Border color

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

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

This div border color is #A5605F.


Opacity

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

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

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

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

This text has shadow with #A5605F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5605F on black background.


Color preview on white background

This text has color #A5605F on white background.



Black color preview on #A5605F background

This text has black color on #A5605F background.


White color preview on #A5605F background

This text has white color on #A5605F background.