COLOR #A5513D

HEX: #A5513D
RGB: (165,81,61)

Color info

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

RGB color model

#A5513D color RGB value is (165,81,61).

  • red value is 165;
  • green value is 81;
  • blue value is 61.
RGB:
(165,81,61)
(65%,32%,24%)

RGB channels and saturation

R 165 of 255 = 65%
G 81 of 255 = 32%
B 61 of 255 = 24%

165
81
61

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

Portions of RGB colors in percentages

R + G + B =
165 + 81 + 61 = 307 (100%)
R 165 of 307 ~ 53.75%
G 81 of 307 ~ 26.38%
B 61 of 307 ~ 19.87%

%53.75
%26.38
%19.87

CMYK color model

#A5513D color CMYK value is (0,51,63,35).

  • cyan value is 0.00%
  • magenta value is 50.91%
  • yellow value is 63.03%
  • key color value is 35.29%
CMYK:
(0,51,63,35)
C0M51Y63K35 
(0%,51%,63%,35%)
(0.00/0.51/0.63/0.35)	

CMYK percentages

%0
%50.91
%63.03
%35.29

Codes

Color #A5513D in popluar color models

A5513D
RGB1658161
HSL12°46.02%44.31%
HSB/HSV12°63.03%64.71%
CMYK0.00%50.91%63.03%
35.29%

Color #A5513D in popluar number systems.

HEXA5513D
Decimal1658161
Binary101001011010001111101
Octal24512175

Shades and tints

Shades of #A5513D

#A5513D
(165,81,61)
#964A38
(150,74,56)
#874333
(135,67,51)
#783C2E
(120,60,46)
#693529
(105,53,41)
#5A2E24
(90,46,36)
#4B271F
(75,39,31)
#3C201A
(60,32,26)
#2D1915
(45,25,21)
#1E1210
(30,18,16)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #A5513D

#A5513D
(165,81,61)
#AD604E
(173,96,78)
#B56F5F
(181,111,95)
#BD7E70
(189,126,112)
#C58D81
(197,141,129)
#CD9C92
(205,156,146)
#D5ABA3
(213,171,163)
#DDBAB4
(221,186,180)
#E5C9C5
(229,201,197)
#EDD8D6
(237,216,214)
#F5E7E7
(245,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5513D color. Also use rgb(165,81,61) instead hex code.

Text Font Color

.myTextColor { color: #A5513D; }

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

This text font color is #A5513D.


Background Color

.myBgColor { background-color: #A5513D; }

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

This div background color is #A5513D.


Border color

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

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

This div border color is #A5513D.


Opacity

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

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

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

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

This text has shadow with #A5513D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5513D on black background.


Color preview on white background

This text has color #A5513D on white background.



Black color preview on #A5513D background

This text has black color on #A5513D background.


White color preview on #A5513D background

This text has white color on #A5513D background.