COLOR #A5410D

HEX: #A5410D RGB: (165,65,13)

Color info

#A5410D contains mainly red color. Web safe color of #A5410D is #993300 (or #930).

RGB color model

#A5410D color RGB value is (165,65,13).

RGB: (165,65,13) (65%, 25%, 5%)

RGB channels and saturation

R 165 of 255 = 65%
G 65 of 255 = 25%
B 13 of 255 = 5%

165
65
13

R + G + B ~ 32%. #A5410D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 165 + 65 + 13 = 243 (100%)
R 165 of 243 ~ 67.9%
G 65 of 243 ~ 26.75%
B 13 of 243 ~ 5.35'%

%67.9
%26.75

CMYK color model

#A5410D color CMYK value is (0,61,92,35).

  • cyan value is 0.00%
  • magenta value is 60.61%
  • yellow value is 92.12%
  • key color value is 35.29%

CMYK: (0,61,92,35)
C0M61Y92K35 (0%, 61%, 92%, 35%)
(0.00 / 0.61 / 0.92 / 0.35)

CMYK percentages

%0
%60.61
%92.12
%35.29

Codes

Color #A5410D in popluar color models

A5 41 0D
RGB 165 65 13
HSL 21° 85.39% 34.90%
HSB/HSV 21° 92.12% 64.71%
CMYK 0.00% 60.61% 92.12%
35.29%

Color #A5410D in popluar number systems.

HEX A5 41 0D
Decimal 165 65 13
Binary 10100101 1000001 1101
Octal 245 101 15

Shades and tints

Shades of #A5410D

#A5410D
(165,65,13)
#963C0C
(150,60,12)
#87370B
(135,55,11)
#78320A
(120,50,10)
#692D09
(105,45,9)
#5A2808
(90,40,8)
#4B2307
(75,35,7)
#3C1E06
(60,30,6)
#2D1905
(45,25,5)
#1E1404
(30,20,4)
#0F0F03
(15,15,3)
#000000
(0,0,0)

Tints of #A5410D

#A5410D
(165,65,13)
#AD5223
(173,82,35)
#B56339
(181,99,57)
#BD744F
(189,116,79)
#C58565
(197,133,101)
#CD967B
(205,150,123)
#D5A791
(213,167,145)
#DDB8A7
(221,184,167)
#E5C9BD
(229,201,189)
#EDDAD3
(237,218,211)
#F5EBE9
(245,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5410D color. Also use rgb(165,65,13) instead hex code.

Text Font Color

.myTextColor { color: #A5410D; }

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

This text font color is #A5410D.

Background Color

.myBgColor { background-color: #A5410D; }

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

This div background color is #A5410D.

Border color

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

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

This div border color is #A5410D.

Opacity

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

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

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

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

This text has shadow with #A5410D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5410D.

Preview

Color preview on black background

This text has color #A5410D on black background.


Color preview on white background

This text has color #A5410D on white background.


Black color preview on #A5410D background

This text has black color on #A5410D background.


White color preview on #A5410D background

This text has white color on #A5410D background.


Related colors

Complementary color

Complementary color for #hex is #5ABEF2.


I love getcolorcode.com

Triadic colors

1 #0DA541 and #410DA5 with #A5410D are triadic colors.

2 #0D41A5 and #41A50D with #A5410D are triadic colors.